#F80F24
A medium, vivid red closely aligning with Red.
About #F80F24
The hex code #F80F24 represents a beautifully specific shade of red. Its closest recognized web color is Red. This translates to an RGB value of rgb(248, 15, 36).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 94% Magenta, 85% Yellow, and 3% Black. With a hue angle of 354.6 degrees, it sits comfortably in the red spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F80F24
RGB248, 15, 36
HSL354.6°, 94.3%, 51.6%
CMYK0%, 94%, 85%, 3%
HSV354.6°, 94.0%, 97.3%
LAB52.3, 77.7, 53.9
XYZ39.2, 20.4, 3.5
Decimal16256804
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.13:1
Text on #FFFFFF
AA Large
5.09:1
Text on #000000
AA
3.95:1
Text on #F8FAFC
AA Large
4.32:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80F24;
}
.text-color {
color: #F80F24;
}
.border-color {
border: 2px solid #F80F24;
}