#FF332C
A medium, vivid red closely aligning with Red.
About #FF332C
At its core, #FF332C is a medium and vivid hue. Designers often compare it to the standard color Red. This translates to an RGB value of rgb(255, 51, 44).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 80% magenta, 83% yellow, and 0% black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF332C
RGB255, 51, 44
HSL2.0°, 100.0%, 58.6%
CMYK0%, 80%, 83%, 0%
HSV2.0°, 82.7%, 100.0%
LAB55.9, 73.6, 53.7
XYZ42.9, 23.8, 4.7
Decimal16724780
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.64:1
Text on #FFFFFF
AA Large
5.76:1
Text on #000000
AA
3.48:1
Text on #F8FAFC
AA Large
4.90:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF332C;
}
.text-color {
color: #FF332C;
}
.border-color {
border: 2px solid #FF332C;
}