#E20F0F
A medium, vivid red closely aligning with Red.
About #E20F0F
The hex code #E20F0F represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Red. In the RGB color space, it consists of 226 red, 15 green, and 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 93% Magenta, 93% Yellow, and 11% Black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E20F0F
RGB226, 15, 15
HSL0.0°, 87.6%, 47.3%
CMYK0%, 93%, 93%, 11%
HSV0.0°, 93.4%, 88.6%
LAB47.7, 72.0, 57.2
XYZ31.6, 16.5, 2.0
Decimal14814991
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.87:1
Text on #FFFFFF
AA
4.31:1
Text on #000000
AA Large
4.66:1
Text on #F8FAFC
AA
3.66:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E20F0F;
}
.text-color {
color: #E20F0F;
}
.border-color {
border: 2px solid #E20F0F;
}