#F80700
A medium, vivid red closely aligning with Red.
About #F80700
At its core, #F80700 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 248, 7, and 0.
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, 100% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. 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#F80700
RGB248, 7, 0
HSL1.7°, 100.0%, 48.6%
CMYK0%, 97%, 100%, 3%
HSV1.7°, 100.0%, 97.3%
LAB52.0, 77.9, 65.9
XYZ38.8, 20.1, 1.8
Decimal16254720
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
4.00:1
Text on #F8FAFC
AA Large
4.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80700;
}
.text-color {
color: #F80700;
}
.border-color {
border: 2px solid #F80700;
}