#F80707
A medium, vivid red closely aligning with Red.
About #F80707
Visually, #F80707 is defined as a vivid red. Its closest recognized web color is Red. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 7, and 7.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 97% magenta, 97% yellow, and 3% black. With a hue angle of 0.0 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F80707
RGB248, 7, 7
HSL0.0°, 94.5%, 50.0%
CMYK0%, 97%, 97%, 3%
HSV0.0°, 97.2%, 97.3%
LAB52.0, 78.0, 64.1
XYZ38.8, 20.1, 2.0
Decimal16254727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.18:1
Text on #FFFFFF
AA Large
5.02:1
Text on #000000
AA
3.99:1
Text on #F8FAFC
AA Large
4.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80707;
}
.text-color {
color: #F80707;
}
.border-color {
border: 2px solid #F80707;
}