#E23A24
A medium, vivid red closely aligning with Tomato.
About #E23A24
At its core, #E23A24 is a medium and vivid hue. It is closely associated with the named CSS color Tomato. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 58, and 36.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 74% magenta inks. The HSL representation is 6.9° hue, 76.6% saturation, and 51.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E23A24
RGB226, 58, 36
HSL6.9°, 76.6%, 51.4%
CMYK0%, 74%, 84%, 11%
HSV6.9°, 84.1%, 88.6%
LAB51.1, 63.1, 51.1
XYZ33.2, 19.3, 3.6
Decimal14826020
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.14:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E23A24;
}
.text-color {
color: #E23A24;
}
.border-color {
border: 2px solid #E23A24;
}