#F01D24
A medium, vivid red closely aligning with Red.
About #F01D24
Visually, #F01D24 is defined as a vivid red. Its closest recognized web color is Red. This translates to an RGB value of rgb(240, 29, 36).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 88% magenta, 85% yellow, and 6% black. With a hue angle of 358.0 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F01D24
RGB240, 29, 36
HSL358.0°, 87.6%, 52.7%
CMYK0%, 88%, 85%, 6%
HSV358.0°, 87.9%, 94.1%
LAB51.3, 74.0, 52.4
XYZ36.7, 19.5, 3.5
Decimal15736100
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.28:1
Text on #FFFFFF
AA Large
4.91:1
Text on #000000
AA
4.09:1
Text on #F8FAFC
AA Large
4.17:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01D24;
}
.text-color {
color: #F01D24;
}
.border-color {
border: 2px solid #F01D24;
}