#F01D49
A medium, vivid red closely aligning with Crimson.
About #F01D49
The precise color #F01D49 is an excellent choice for modern design projects. Designers often compare it to the standard color Crimson. This translates to an RGB value of rgb(240, 29, 73).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 88% M, 70% Y, and 6% 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 #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F01D49
RGB240, 29, 73
HSL347.5°, 87.6%, 52.7%
CMYK0%, 88%, 70%, 6%
HSV347.5°, 87.9%, 94.1%
LAB51.7, 75.1, 32.4
XYZ37.6, 19.9, 8.2
Decimal15736137
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.22:1
Text on #FFFFFF
AA Large
4.98:1
Text on #000000
AA
4.03:1
Text on #F8FAFC
AA Large
4.23:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01D49;
}
.text-color {
color: #F01D49;
}
.border-color {
border: 2px solid #F01D49;
}