#F00F07
A medium, vivid red closely aligning with Red.
About #F00F07
At its core, #F00F07 is a medium and vivid hue. It is closely associated with the named CSS color Red. In the RGB color space, it consists of 240 red, 15 green, and 7 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 94% magenta inks. The HSL representation is 2.1° hue, 94.3% saturation, and 48.4% lightness.
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#F00F07
RGB240, 15, 7
HSL2.1°, 94.3%, 48.4%
CMYK0%, 94%, 97%, 6%
HSV2.1°, 97.1%, 94.1%
LAB50.5, 75.4, 62.5
XYZ36.1, 18.9, 1.9
Decimal15732487
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.40:1
Text on #FFFFFF
AA Large
4.78:1
Text on #000000
AA
4.20:1
Text on #F8FAFC
AA Large
4.06:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00F07;
}
.text-color {
color: #F00F07;
}
.border-color {
border: 2px solid #F00F07;
}