The best way to adjust colors for HTML output is to assign colors to output formats; see:
§7.6.5 Specifying inline properties for paragraph and character formats
§7.6.6 Specifying block properties for paragraph formats
Those methods use CSS. Use the method described in this section only if you cannot use CSS.
You can specify colors for both character and paragraph formats. Text color is set in CSS; and also in <font> tags, if you leave them enabled; see§30.6.3 Including or excluding font tags.
To change the color of text in a paragraph or character format:
[Colors] nnn = ffffff
[HTMLParaStyles] or [HTMLCharStyles] ; Color1 - Color254 color text as defined in [Colors] ; NoColor suppresses use of the <font color=...> in the style. Fmtname = Colornnn
[Colors] ; Major headings should be blue: 102 = 0000ff ; Cautionary notes should be red: 99 = ff0033
[HTMLParaStyles] Heading1 = Color102 Caution = Color99 Sidetip = NoColor