#cc1133
a dark, electric red · warm · closest name: crimson
RGB
204, 17, 51
HSL
349°, 85%, 43%
CMYK
0, 92, 75, 20
Luminance
0.1348
Every format
| HEX | #cc1133 |
| RGB | rgb(204, 17, 51) |
| HSL | hsl(349, 85%, 43%) |
| CMYK | cmyk(0%, 92%, 75%, 20%) |
| LAB | lab(43.5 67.0 34.0) |
| LCH | lch(43.5 75.1 26.9) |
| OKLCH | oklch(0.539 0.210 21.2) |
Copy-ready code
/* CSS */
color: #cc1133;
background-color: #cc1133;
/* Tailwind (arbitrary) */
class="text-[#cc1133] bg-[#cc1133]"
/* SCSS */
$brand: #cc1133;
/* SwiftUI */
Color(red: 0.800, green: 0.067, blue: 0.200)
/* Android */
Color.parseColor("#cc1133")Accessibility — WCAG contrast
Aa
#cc1133 on white: 5.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc1133 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green6.7%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta91.7%
Yellow75.0%
Key (black)20.0%
Color previews
#cc1133 text on a black background
contrast 3.70:1
Card sample
#cc1133 text on a white background
contrast 5.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc1133;
Background color
Panel with #cc1133 background
background-color: #cc1133;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc1133;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 17, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 17, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc1133; background: linear-gradient(135deg, #cc1133, #CC6C11);