#F80F2C
A medium, vivid red closely aligning with Red.
About #F80F2C
At its core, #F80F2C is a medium and vivid hue. Designers often compare it to the standard color Red. To achieve this exact tint on a monitor, you would use an RGB mix of 248, 15, and 44.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 94% M, 82% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F80F2C
RGB248, 15, 44
HSL352.5°, 94.3%, 51.6%
CMYK0%, 94%, 82%, 3%
HSV352.5°, 94.0%, 97.3%
LAB52.4, 77.9, 50.0
XYZ39.3, 20.5, 4.3
Decimal16256812
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.12:1
Text on #FFFFFF
AA Large
5.10:1
Text on #000000
AA
3.94:1
Text on #F8FAFC
AA Large
4.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80F2C;
}
.text-color {
color: #F80F2C;
}
.border-color {
border: 2px solid #F80F2C;
}