#E20700
A medium, vivid red closely aligning with Red.
About #E20700
At its core, #E20700 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Red. This translates to an RGB value of rgb(226, 7, 0).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E20700
RGB226, 7, 0
HSL1.9°, 100.0%, 44.3%
CMYK0%, 97%, 100%, 11%
HSV1.9°, 100.0%, 88.6%
LAB47.4, 72.6, 61.4
XYZ31.4, 16.3, 1.5
Decimal14812928
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.92:1
Text on #FFFFFF
AA
4.26:1
Text on #000000
AA Large
4.71:1
Text on #F8FAFC
AA
3.63:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E20700;
}
.text-color {
color: #E20700;
}
.border-color {
border: 2px solid #E20700;
}