#E2070F
A medium, vivid red closely aligning with Red.
About #E2070F
Visually, #E2070F is defined as a vivid 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, 7, and 15.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 97% M, 93% Y, and 11% K. With a hue angle of 357.8 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E2070F
RGB226, 7, 15
HSL357.8°, 94.0%, 45.7%
CMYK0%, 97%, 93%, 11%
HSV357.8°, 96.9%, 88.6%
LAB47.4, 72.7, 57.1
XYZ31.5, 16.4, 1.9
Decimal14812943
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.27:1
Text on #000000
AA Large
4.70:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E2070F;
}
.text-color {
color: #E2070F;
}
.border-color {
border: 2px solid #E2070F;
}