#F0003A
A medium, vivid red closely aligning with Crimson.
About #F0003A
When working with digital screens, the color #F0003A is rendered by mixing light. Its closest recognized web color is Crimson. This translates to an RGB value of rgb(240, 0, 58).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 100% M, 76% Y, and 6% K. The HSL representation is 345.5° hue, 100.0% saturation, and 47.1% lightness.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F0003A
RGB240, 0, 58
HSL345.5°, 100.0%, 47.1%
CMYK0%, 100%, 76%, 6%
HSV345.5°, 100.0%, 94.1%
LAB50.5, 77.5, 39.8
XYZ36.7, 18.8, 5.7
Decimal15728698
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.41:1
Text on #FFFFFF
AA Large
4.77:1
Text on #000000
AA
4.21:1
Text on #F8FAFC
AA Large
4.05:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F0003A;
}
.text-color {
color: #F0003A;
}
.border-color {
border: 2px solid #F0003A;
}