WLJS LogoWLJS Notebook

DarkRed

DarkRed represents a dark red color in graphics or style specifications.

Example

Graphics[{DarkRed, EdgeForm[Black], Disk[]}]

Use it anywhere a color directive is accepted:

Plot[Sin[x], {x, 0, 2 Pi}, PlotStyle -> DarkRed]

See the official Wolfram Language reference for more details.

On this page