#E2422C
A medium, vivid red closely aligning with Tomato.
About #E2422C
At its core, #E2422C is a medium and vivid hue. It is closely associated with the named CSS color Tomato. This translates to an RGB value of rgb(226, 66, 44).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 71% Magenta, 81% Yellow, and 11% Black. With a hue angle of 7.3 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2422C
RGB226, 66, 44
HSL7.3°, 75.8%, 52.9%
CMYK0%, 71%, 81%, 11%
HSV7.3°, 80.5%, 88.6%
LAB52.1, 60.5, 48.2
XYZ33.8, 20.2, 4.5
Decimal14828076
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.16:1
Text on #FFFFFF
AA Large
5.05:1
Text on #000000
AA
3.97:1
Text on #F8FAFC
AA Large
4.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E2422C;
}
.text-color {
color: #E2422C;
}
.border-color {
border: 2px solid #E2422C;
}