#E2073A
A medium, vivid red closely aligning with Crimson.
About #E2073A
Visually, #E2073A is defined as a vivid red. If you're using CSS, you might find it aligns closely with Crimson. Its digital footprint relies on 226 parts red, 7 parts green, and 58 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 97% Magenta, 74% Yellow, and 11% Black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E2073A
RGB226, 7, 58
HSL346.0°, 94.0%, 45.7%
CMYK0%, 97%, 74%, 11%
HSV346.0°, 96.9%, 88.6%
LAB47.8, 73.6, 36.0
XYZ32.2, 16.6, 5.5
Decimal14812986
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.86:1
Text on #FFFFFF
AA
4.33:1
Text on #000000
AA Large
4.64:1
Text on #F8FAFC
AA
3.68:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E2073A;
}
.text-color {
color: #E2073A;
}
.border-color {
border: 2px solid #E2073A;
}