I need to color some text red (not color the cell background) in cell in a table to highlight it. The numbers in the column are aligned on the decimal using the dcolumn package. The problem is that
\color{red}{0.044}
doesn't compile it's saying
} inserted at
\color{red}{0.
044}
and then saying that there is one too many }.
Can anyone help me with this?

\documentclassand the appropriate packages so that those trying to help don't have to recreate it. – Peter Grill Feb 6 at 6:26\color{red}is a switch and does not take a paraeter, so you could try\color{red}0.044. – Peter Grill Feb 6 at 6:30