#F80016
A medium, vivid red closely aligning with Red.
About #F80016
Visually, #F80016 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Red. In the RGB color space, it consists of 248 red, 0 green, and 22 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 100% M, 91% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F80016
RGB248, 0, 22
HSL354.7°, 100.0%, 48.6%
CMYK0%, 100%, 91%, 3%
HSV354.7°, 100.0%, 97.3%
LAB51.9, 78.6, 59.6
XYZ38.9, 20.0, 2.6
Decimal16252950
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.20:1
Text on #FFFFFF
AA Large
5.00:1
Text on #000000
AA
4.01:1
Text on #F8FAFC
AA Large
4.25:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80016;
}
.text-color {
color: #F80016;
}
.border-color {
border: 2px solid #F80016;
}