#FF1D33
A medium, vivid red closely aligning with Crimson.
About #FF1D33
The precise color #FF1D33 is an excellent choice for modern design projects. Its closest recognized web color is Crimson. This translates to an RGB value of rgb(255, 29, 51).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 89% M, 80% Y, and 0% K. The HSL representation is 354.2° hue, 100.0% saturation, and 55.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF1D33
RGB255, 29, 51
HSL354.2°, 100.0%, 55.7%
CMYK0%, 89%, 80%, 0%
HSV354.2°, 88.6%, 100.0%
LAB54.4, 78.1, 48.8
XYZ42.3, 22.4, 5.2
Decimal16719155
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.84:1
Text on #FFFFFF
AA Large
5.48:1
Text on #000000
AA
3.67:1
Text on #F8FAFC
AA Large
4.65:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1D33;
}
.text-color {
color: #FF1D33;
}
.border-color {
border: 2px solid #FF1D33;
}