#E23A07
A medium, vivid red closely aligning with Orangered.
About #E23A07
Visually, #E23A07 is defined as a vivid red. Designers often compare it to the standard color Orangered. This translates to an RGB value of rgb(226, 58, 7).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 74% M, 97% Y, and 11% K. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E23A07
RGB226, 58, 7
HSL14.0°, 94.0%, 45.7%
CMYK0%, 74%, 97%, 11%
HSV14.0°, 96.9%, 88.6%
LAB50.9, 62.6, 61.1
XYZ32.9, 19.2, 2.2
Decimal14825991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.34:1
Text on #FFFFFF
AA Large
4.84:1
Text on #000000
AA
4.15:1
Text on #F8FAFC
AA Large
4.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E23A07;
}
.text-color {
color: #E23A07;
}
.border-color {
border: 2px solid #E23A07;
}