#F82416
A medium, vivid red closely aligning with Red.
About #F82416
At its core, #F82416 is a medium and vivid hue. It is closely associated with the named CSS color Red. This translates to an RGB value of rgb(248, 36, 22).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 85% M, 91% Y, and 3% K. With a hue angle of 3.7 degrees, it sits comfortably in the red spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#F82416
RGB248, 36, 22
HSL3.7°, 94.2%, 52.9%
CMYK0%, 85%, 91%, 3%
HSV3.7°, 91.1%, 97.3%
LAB53.3, 74.6, 60.5
XYZ39.5, 21.3, 2.8
Decimal16262166
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.26:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.47:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F82416;
}
.text-color {
color: #F82416;
}
.border-color {
border: 2px solid #F82416;
}