#FF2C0F
A medium, vivid red closely aligning with Red.
About #FF2C0F
Visually, #FF2C0F 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 15 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 83% magenta, 94% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#FF2C0F
RGB255, 44, 15
HSL7.3°, 100.0%, 52.9%
CMYK0%, 83%, 94%, 0%
HSV7.3°, 94.1%, 100.0%
LAB55.2, 74.8, 64.5
XYZ42.2, 23.1, 2.7
Decimal16722959
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.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2C0F;
}
.text-color {
color: #FF2C0F;
}
.border-color {
border: 2px solid #FF2C0F;
}