#FF2C16
A medium, vivid red closely aligning with Red.
About #FF2C16
At its core, #FF2C16 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Red. In the RGB color space, it consists of 255 red, 44 green, and 22 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 0% cyan and 83% magenta inks. The HSL representation is 5.7° hue, 100.0% saturation, and 54.3% 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#FF2C16
RGB255, 44, 22
HSL5.7°, 100.0%, 54.3%
CMYK0%, 83%, 91%, 0%
HSV5.7°, 91.4%, 100.0%
LAB55.2, 74.8, 62.4
XYZ42.3, 23.1, 3.0
Decimal16722966
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.73:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2C16;
}
.text-color {
color: #FF2C16;
}
.border-color {
border: 2px solid #FF2C16;
}