#F80F07
A medium, vivid red closely aligning with Red.
About #F80F07
Visually, #F80F07 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Red. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 15, and 7.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 94% magenta, 97% yellow, and 3% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. 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#F80F07
RGB248, 15, 7
HSL2.0°, 94.5%, 50.0%
CMYK0%, 94%, 97%, 3%
HSV2.0°, 97.2%, 97.3%
LAB52.2, 77.4, 64.2
XYZ38.9, 20.3, 2.1
Decimal16256775
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.15:1
Text on #FFFFFF
AA Large
5.06:1
Text on #000000
AA
3.96:1
Text on #F8FAFC
AA Large
4.30:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80F07;
}
.text-color {
color: #F80F07;
}
.border-color {
border: 2px solid #F80F07;
}