#F01D07
A medium, vivid red closely aligning with Red.
About #F01D07
At its core, #F01D07 is a medium and vivid hue. It is closely associated with the named CSS color Red. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 29, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 88% Magenta, 97% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
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. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F01D07
RGB240, 29, 7
HSL5.7°, 94.3%, 48.4%
CMYK0%, 88%, 97%, 6%
HSV5.7°, 97.1%, 94.1%
LAB51.2, 73.6, 62.8
XYZ36.4, 19.4, 2.0
Decimal15736071
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.30:1
Text on #FFFFFF
AA Large
4.88:1
Text on #000000
AA
4.11:1
Text on #F8FAFC
AA Large
4.15:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01D07;
}
.text-color {
color: #F01D07;
}
.border-color {
border: 2px solid #F01D07;
}