#E92C50
A medium, vivid red closely aligning with Crimson.
About #E92C50
When working with digital screens, the color #E92C50 is rendered by mixing light. Designers often compare it to the standard color Crimson. This translates to an RGB value of rgb(233, 44, 80).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 81% M, 66% Y, and 9% K. 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 #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#E92C50
RGB233, 44, 80
HSL348.6°, 81.1%, 54.3%
CMYK0%, 81%, 66%, 9%
HSV348.6°, 81.1%, 91.4%
LAB51.5, 70.7, 27.7
XYZ36.0, 19.7, 9.5
Decimal15281232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.25:1
Text on #FFFFFF
AA Large
4.94:1
Text on #000000
AA
4.06:1
Text on #F8FAFC
AA Large
4.20:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #E92C50;
}
.text-color {
color: #E92C50;
}
.border-color {
border: 2px solid #E92C50;
}