#FF1633
A medium, vivid red closely aligning with Crimson.
About #FF1633
At its core, #FF1633 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 255 red, 22 green, and 51 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 91% M, 80% Y, and 0% K. The HSL representation is 352.5° hue, 100.0% saturation, and 54.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF1633
RGB255, 22, 51
HSL352.5°, 100.0%, 54.3%
CMYK0%, 91%, 80%, 0%
HSV352.5°, 91.4%, 100.0%
LAB54.1, 79.0, 48.4
XYZ42.1, 22.1, 5.2
Decimal16717363
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.88:1
Text on #FFFFFF
AA Large
5.41:1
Text on #000000
AA
3.71:1
Text on #F8FAFC
AA Large
4.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF1633;
}
.text-color {
color: #FF1633;
}
.border-color {
border: 2px solid #FF1633;
}