#F8160F
A medium, vivid red closely aligning with Red.
About #F8160F
Visually, #F8160F is defined as a vivid red. Its closest recognized web color is Red. This translates to an RGB value of rgb(248, 22, 15).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 0% cyan, 91% magenta, 94% yellow, and 3% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F8160F
RGB248, 22, 15
HSL1.8°, 94.3%, 51.6%
CMYK0%, 91%, 94%, 3%
HSV1.8°, 94.0%, 97.3%
LAB52.5, 76.7, 62.3
XYZ39.1, 20.6, 2.4
Decimal16258575
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.11:1
Text on #FFFFFF
AA Large
5.11:1
Text on #000000
AA
3.93:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F8160F;
}
.text-color {
color: #F8160F;
}
.border-color {
border: 2px solid #F8160F;
}