#F8161D
A medium, vivid red closely aligning with Red.
About #F8161D
When working with digital screens, the color #F8161D is rendered by mixing light. It is closely associated with the named CSS color Red. In the RGB color space, it consists of 248 red, 22 green, and 29 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 91% magenta, 88% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#F8161D
RGB248, 22, 29
HSL358.1°, 94.2%, 52.9%
CMYK0%, 91%, 88%, 3%
HSV358.1°, 91.1%, 97.3%
LAB52.5, 76.9, 57.2
XYZ39.2, 20.6, 3.1
Decimal16258589
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F8161D;
}
.text-color {
color: #F8161D;
}
.border-color {
border: 2px solid #F8161D;
}