#E51943
A medium, vivid red closely aligning with Crimson.
About #E51943
When working with digital screens, the color #E51943 is rendered by mixing light. Designers often compare it to the standard color Crimson. This translates to an RGB value of rgb(229, 25, 67).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 89% M, 71% Y, and 10% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E51943
RGB229, 25, 67
HSL347.6°, 80.3%, 49.8%
CMYK0%, 89%, 71%, 10%
HSV347.6°, 89.1%, 89.8%
LAB49.2, 72.8, 32.4
XYZ33.7, 17.8, 7.0
Decimal15014211
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.61:1
Text on #FFFFFF
AA
4.55:1
Text on #000000
AA
4.41:1
Text on #F8FAFC
AA Large
3.87:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E51943;
}
.text-color {
color: #E51943;
}
.border-color {
border: 2px solid #E51943;
}