#F82407
A medium, vivid red closely aligning with Red.
About #F82407
The hex code #F82407 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Red. In the RGB color space, it consists of 248 red, 36 green, and 7 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 85% magenta inks. The HSL representation is 7.2° 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F82407
RGB248, 36, 7
HSL7.2°, 94.5%, 50.0%
CMYK0%, 85%, 97%, 3%
HSV7.2°, 97.2%, 97.3%
LAB53.2, 74.5, 64.6
XYZ39.4, 21.2, 2.2
Decimal16262151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.25:1
Text on #000000
AA
3.83:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F82407;
}
.text-color {
color: #F82407;
}
.border-color {
border: 2px solid #F82407;
}