#F80724
A medium, vivid red closely aligning with Red.
About #F80724
Visually, #F80724 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Red. This translates to an RGB value of rgb(248, 7, 36).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. The HSL representation is 352.8° hue, 94.5% saturation, and 50.0% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F80724
RGB248, 7, 36
HSL352.8°, 94.5%, 50.0%
CMYK0%, 97%, 85%, 3%
HSV352.8°, 97.2%, 97.3%
LAB52.1, 78.3, 53.7
XYZ39.1, 20.2, 3.5
Decimal16254756
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.16:1
Text on #FFFFFF
AA Large
5.05:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80724;
}
.text-color {
color: #F80724;
}
.border-color {
border: 2px solid #F80724;
}