#E20007
A medium, vivid red closely aligning with Red.
About #E20007
The hex code #E20007 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Red. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 0, and 7.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 100% magenta inks. With a hue angle of 358.1 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#E20007
RGB226, 0, 7
HSL358.1°, 100.0%, 44.3%
CMYK0%, 100%, 97%, 11%
HSV358.1°, 100.0%, 88.6%
LAB47.2, 73.2, 59.3
XYZ31.4, 16.2, 1.7
Decimal14811143
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.96:1
Text on #FFFFFF
AA
4.24:1
Text on #000000
AA Large
4.74:1
Text on #F8FAFC
AA
3.60:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E20007;
}
.text-color {
color: #E20007;
}
.border-color {
border: 2px solid #E20007;
}