#FF2C33
A medium, vivid red closely aligning with Red.
About #FF2C33
At its core, #FF2C33 is a medium and vivid hue. Designers often compare it to the standard color Red. In the RGB color space, it consists of 255 red, 44 green, and 51 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 83% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#FF2C33
RGB255, 44, 51
HSL358.0°, 100.0%, 58.6%
CMYK0%, 83%, 80%, 0%
HSV358.0°, 82.7%, 100.0%
LAB55.4, 75.4, 49.7
XYZ42.7, 23.3, 5.4
Decimal16722995
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.71:1
Text on #FFFFFF
AA Large
5.66:1
Text on #000000
AA
3.55:1
Text on #F8FAFC
AA Large
4.81:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2C33;
}
.text-color {
color: #FF2C33;
}
.border-color {
border: 2px solid #FF2C33;
}