#F80007
A medium, vivid red closely aligning with Red.
About #F80007
When working with digital screens, the color #F80007 is rendered by mixing light. Its closest recognized web color is Red. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 0, and 7.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 0% cyan, 100% magenta, 97% yellow, and 3% black. With a hue angle of 358.3 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F80007
RGB248, 0, 7
HSL358.3°, 100.0%, 48.6%
CMYK0%, 100%, 97%, 3%
HSV358.3°, 100.0%, 97.3%
LAB51.8, 78.5, 64.0
XYZ38.7, 20.0, 2.0
Decimal16252935
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
4.99:1
Text on #000000
AA
4.02:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80007;
}
.text-color {
color: #F80007;
}
.border-color {
border: 2px solid #F80007;
}