#E23A1D
A medium, vivid red closely aligning with Tomato.
About #E23A1D
When working with digital screens, the color #E23A1D is rendered by mixing light. If you're using CSS, you might find it aligns closely with Tomato. Its digital footprint relies on 226 parts red, 58 parts green, and 29 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 74% Magenta, 87% Yellow, and 11% Black. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E23A1D
RGB226, 58, 29
HSL8.8°, 77.3%, 50.0%
CMYK0%, 74%, 87%, 11%
HSV8.8°, 87.2%, 88.6%
LAB51.0, 62.9, 54.2
XYZ33.1, 19.3, 3.1
Decimal14826013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.32:1
Text on #FFFFFF
AA Large
4.86:1
Text on #000000
AA
4.13:1
Text on #F8FAFC
AA Large
4.13:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E23A1D;
}
.text-color {
color: #E23A1D;
}
.border-color {
border: 2px solid #E23A1D;
}