represents a dark red color in graphics or style specifications.
DarkRed
represents a dark red color in graphics or style specifications.
Examples
open all close allBasic Examples (3)
Graphics[{DarkRed, EdgeForm[Black], Disk[]}]Make a plot with dark red plot style:
Plot[Sin[x], {x, 0, 2Pi}, PlotStyle -> DarkRed]Display a grid of numbers with dark red background:
Grid[{{1, 2}, {3, 4}}, Frame -> All, Background -> DarkRed, BaseStyle -> White]Possible Issues (1)
In light mode, the default tick and axes colors make them hard to read with a DarkRed background:
LightModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkRed]]Use DarkModePane to force dark mode coloring:
DarkModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkRed]]StandardRed contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardRed];
{LightModePane[g], DarkModePane[g]}Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), DarkRed, Wolfram Language function, https://reference.wolfram.com/language/ref/DarkRed.html.
CMS
Wolfram Language. 2025. "DarkRed." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DarkRed.html.
APA
Wolfram Language. (2025). DarkRed. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DarkRed.html
BibTeX
@misc{reference.wolfram_2026_darkred, author="Wolfram Research", title="{DarkRed}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/DarkRed.html}", note=[Accessed: 12-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_darkred, organization={Wolfram Research}, title={DarkRed}, year={2025}, url={https://reference.wolfram.com/language/ref/DarkRed.html}, note=[Accessed: 12-June-2026]}