#F01D50
A medium, vivid red closely aligning with Crimson.
About #F01D50
The precise color #F01D50 is an excellent choice for modern design projects. Its closest recognized web color is Crimson. In the RGB color space, it consists of 240 red, 29 green, and 80 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 88% Magenta, 67% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F01D50
RGB240, 29, 80
HSL345.5°, 87.6%, 52.7%
CMYK0%, 88%, 67%, 6%
HSV345.5°, 87.9%, 94.1%
LAB51.8, 75.4, 28.4
XYZ37.8, 20.0, 9.5
Decimal15736144
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01D50;
}
.text-color {
color: #F01D50;
}
.border-color {
border: 2px solid #F01D50;
}