represents an aesthetically appealing version of red in graphics or style specifications.
StandardRed
represents an aesthetically appealing version of red in graphics or style specifications.
Details
- StandardRed is currently equivalent to RGBColor[0.93,0.27,0.27].
- StandardRed is a curated color intended to be suitable for a wide array of uses in light and dark themes.
Examples
Basic Examples (4)
Graphics[{StandardRed, Disk[]}]Make a plot with standard red plot style:
Plot[Sin[x], {x, 0, 10}, PlotStyle -> StandardRed]StandardRed contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardRed];
{LightModePane[g], DarkModePane[g]}Show a sphere with standard red coloring:
Graphics3D[{StandardRed, Sphere[]}]Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), StandardRed, Wolfram Language function, https://reference.wolfram.com/language/ref/StandardRed.html.
CMS
Wolfram Language. 2025. "StandardRed." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/StandardRed.html.
APA
Wolfram Language. (2025). StandardRed. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/StandardRed.html
BibTeX
@misc{reference.wolfram_2026_standardred, author="Wolfram Research", title="{StandardRed}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/StandardRed.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_standardred, organization={Wolfram Research}, title={StandardRed}, year={2025}, url={https://reference.wolfram.com/language/ref/StandardRed.html}, note=[Accessed: 13-June-2026]}