#FF2C07
A medium, vivid red closely aligning with Red.
About #FF2C07
Visually, #FF2C07 is defined as a vivid red. 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 7 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 83% M, 97% Y, and 0% K. With a hue angle of 9.0 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF2C07
RGB255, 44, 7
HSL9.0°, 100.0%, 51.4%
CMYK0%, 83%, 97%, 0%
HSV9.0°, 97.3%, 100.0%
LAB55.2, 74.7, 66.3
XYZ42.2, 23.1, 2.4
Decimal16722951
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.74:1
Text on #FFFFFF
AA Large
5.62:1
Text on #000000
AA
3.57:1
Text on #F8FAFC
AA Large
4.77:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2C07;
}
.text-color {
color: #FF2C07;
}
.border-color {
border: 2px solid #FF2C07;
}