#F01D42
A medium, vivid red closely aligning with Crimson.
About #F01D42
The hex code #F01D42 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 240 red, 29 green, and 66 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 88% magenta, 72% yellow, and 6% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F01D42
RGB240, 29, 66
HSL349.5°, 87.6%, 52.7%
CMYK0%, 88%, 72%, 6%
HSV349.5°, 87.9%, 94.1%
LAB51.6, 74.8, 36.4
XYZ37.4, 19.8, 7.0
Decimal15736130
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.23:1
Text on #FFFFFF
AA Large
4.96:1
Text on #000000
AA
4.05:1
Text on #F8FAFC
AA Large
4.22:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01D42;
}
.text-color {
color: #F01D42;
}
.border-color {
border: 2px solid #F01D42;
}