#FF2C57
A medium, vivid red closely aligning with Crimson.
About #FF2C57
When working with digital screens, the color #FF2C57 is rendered by mixing light. Designers often compare it to the standard color Crimson. In the RGB color space, it consists of 255 red, 44 green, and 87 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 83% Magenta, 66% Yellow, and 0% Black. With a hue angle of 347.8 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF2C57
RGB255, 44, 87
HSL347.8°, 100.0%, 58.6%
CMYK0%, 83%, 66%, 0%
HSV347.8°, 82.7%, 100.0%
LAB55.8, 76.7, 29.9
XYZ43.9, 23.7, 11.3
Decimal16723031
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.65:1
Text on #FFFFFF
AA Large
5.75:1
Text on #000000
AA
3.49:1
Text on #F8FAFC
AA Large
4.89:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF2C57;
}
.text-color {
color: #FF2C57;
}
.border-color {
border: 2px solid #FF2C57;
}