#FF2C49
A medium, vivid red closely aligning with Crimson.
About #FF2C49
Visually, #FF2C49 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 255 red, 44 green, and 73 blue.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 83% Magenta, 71% Yellow, and 0% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF2C49
RGB255, 44, 73
HSL351.8°, 100.0%, 58.6%
CMYK0%, 83%, 71%, 0%
HSV351.8°, 82.7%, 100.0%
LAB55.6, 76.1, 37.8
XYZ43.3, 23.5, 8.6
Decimal16723017
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.68:1
Text on #FFFFFF
AA Large
5.71:1
Text on #000000
AA
3.52:1
Text on #F8FAFC
AA Large
4.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2C49;
}
.text-color {
color: #FF2C49;
}
.border-color {
border: 2px solid #FF2C49;
}