#D33349
A medium, moderate red closely aligning with Crimson.
About #D33349
The hex code #D33349 represents a beautifully specific shade of red. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 211 red, 51 green, and 73 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 76% Magenta, 65% Yellow, and 17% Black. With a hue angle of 351.8 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#D33349
RGB211, 51, 73
HSL351.8°, 64.5%, 51.4%
CMYK0%, 76%, 65%, 17%
HSV351.8°, 75.8%, 82.7%
LAB47.9, 62.2, 26.4
XYZ29.3, 16.7, 8.0
Decimal13841225
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.84:1
Text on #FFFFFF
AA
4.34:1
Text on #000000
AA Large
4.63:1
Text on #F8FAFC
AA
3.69:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #D33349;
}
.text-color {
color: #D33349;
}
.border-color {
border: 2px solid #D33349;
}