#FF2C3A
A medium, vivid red closely aligning with Crimson.
About #FF2C3A
The precise color #FF2C3A is an excellent choice for modern design projects. It is closely associated with the named CSS color Crimson. This translates to an RGB value of rgb(255, 44, 58).
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 83% Magenta, 77% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF2C3A
RGB255, 44, 58
HSL356.0°, 100.0%, 58.6%
CMYK0%, 83%, 77%, 0%
HSV356.0°, 82.7%, 100.0%
LAB55.4, 75.6, 46.0
XYZ42.9, 23.4, 6.3
Decimal16723002
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.70:1
Text on #FFFFFF
AA Large
5.67:1
Text on #000000
AA
3.54:1
Text on #F8FAFC
AA Large
4.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2C3A;
}
.text-color {
color: #FF2C3A;
}
.border-color {
border: 2px solid #FF2C3A;
}