#FF160F
A medium, vivid red closely aligning with Red.
About #FF160F
Visually, #FF160F is defined as a vivid red. It is closely associated with the named CSS color Red. In the RGB color space, it consists of 255 red, 22 green, and 15 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 91% M, 94% Y, and 0% K. The HSL representation is 1.8° hue, 100.0% saturation, and 52.9% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF160F
RGB255, 22, 15
HSL1.8°, 100.0%, 52.9%
CMYK0%, 91%, 94%, 0%
HSV1.8°, 94.1%, 100.0%
LAB53.9, 78.4, 63.8
XYZ41.6, 21.9, 2.5
Decimal16717327
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.91:1
Text on #FFFFFF
AA Large
5.37:1
Text on #000000
AA
3.74:1
Text on #F8FAFC
AA Large
4.57:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF160F;
}
.text-color {
color: #FF160F;
}
.border-color {
border: 2px solid #FF160F;
}