#F81D07
A medium, vivid red closely aligning with Red.
About #F81D07
The precise color #F81D07 is an excellent choice for modern design projects. Designers often compare it to the standard color Red. In the RGB color space, it consists of 248 red, 29 green, and 7 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 88% M, 97% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F81D07
RGB248, 29, 7
HSL5.5°, 94.5%, 50.0%
CMYK0%, 88%, 97%, 3%
HSV5.5°, 97.2%, 97.3%
LAB52.8, 75.7, 64.5
XYZ39.2, 20.9, 2.2
Decimal16260359
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.06:1
Text on #FFFFFF
AA Large
5.17:1
Text on #000000
AA
3.88:1
Text on #F8FAFC
AA Large
4.40:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F81D07;
}
.text-color {
color: #F81D07;
}
.border-color {
border: 2px solid #F81D07;
}