#E20733
A medium, vivid red closely aligning with Crimson.
About #E20733
Visually, #E20733 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Crimson. To achieve this exact tint on a monitor, you would use an RGB mix of 226, 7, and 51.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 97% magenta, 77% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#E20733
RGB226, 7, 51
HSL347.9°, 94.0%, 45.7%
CMYK0%, 97%, 77%, 11%
HSV347.9°, 96.9%, 88.6%
LAB47.7, 73.4, 40.0
XYZ32.0, 16.6, 4.6
Decimal14812979
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.65:1
Text on #F8FAFC
AA
3.67:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E20733;
}
.text-color {
color: #E20733;
}
.border-color {
border: 2px solid #E20733;
}