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