#E23A0F
A medium, vivid red closely aligning with Orangered.
About #E23A0F
When working with digital screens, the color #E23A0F is rendered by mixing light. It is closely associated with the named CSS color Orangered. This translates to an RGB value of rgb(226, 58, 15).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 0% Cyan, 74% Magenta, 93% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E23A0F
RGB226, 58, 15
HSL12.2°, 87.6%, 47.3%
CMYK0%, 74%, 93%, 11%
HSV12.2°, 93.4%, 88.6%
LAB51.0, 62.7, 59.2
XYZ33.0, 19.2, 2.4
Decimal14825999
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.33:1
Text on #FFFFFF
AA Large
4.85:1
Text on #000000
AA
4.14:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E23A0F;
}
.text-color {
color: #E23A0F;
}
.border-color {
border: 2px solid #E23A0F;
}