#E2160F
A medium, vivid red closely aligning with Red.
About #E2160F
When working with digital screens, the color #E2160F is rendered by mixing light. Designers often compare it to the standard color Red. This translates to an RGB value of rgb(226, 22, 15).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 90% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#E2160F
RGB226, 22, 15
HSL2.0°, 87.6%, 47.3%
CMYK0%, 90%, 93%, 11%
HSV2.0°, 93.4%, 88.6%
LAB48.0, 71.1, 57.4
XYZ31.7, 16.8, 2.0
Decimal14816783
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.82:1
Text on #FFFFFF
AA
4.36:1
Text on #000000
AA Large
4.61:1
Text on #F8FAFC
AA
3.70:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E2160F;
}
.text-color {
color: #E2160F;
}
.border-color {
border: 2px solid #E2160F;
}