#F81D24
A medium, vivid red closely aligning with Red.
About #F81D24
The hex code #F81D24 represents a beautifully specific shade of red. Its closest recognized web color is Red. In the RGB color space, it consists of 248 red, 29 green, and 36 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 88% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. 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#F81D24
RGB248, 29, 36
HSL358.1°, 94.0%, 54.3%
CMYK0%, 88%, 85%, 3%
HSV358.1°, 88.3%, 97.3%
LAB52.9, 76.0, 54.4
XYZ39.5, 21.0, 3.6
Decimal16260388
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.04:1
Text on #FFFFFF
AA Large
5.19:1
Text on #000000
AA
3.87:1
Text on #F8FAFC
AA Large
4.41:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F81D24;
}
.text-color {
color: #F81D24;
}
.border-color {
border: 2px solid #F81D24;
}