#cc0113
a dark, electric red · warm · closest name: crimson
RGB
204, 1, 19
HSL
355°, 99%, 40%
CMYK
0, 100, 91, 20
Luminance
0.1291
Every format
| HEX | #cc0113 |
| RGB | rgb(204, 1, 19) |
| HSL | hsl(355, 99%, 40%) |
| CMYK | cmyk(0%, 100%, 91%, 20%) |
| LAB | lab(42.6 67.8 50.2) |
| LCH | lch(42.6 84.4 36.5) |
| OKLCH | oklch(0.532 0.217 27.4) |
Copy-ready code
/* CSS */
color: #cc0113;
background-color: #cc0113;
/* Tailwind (arbitrary) */
class="text-[#cc0113] bg-[#cc0113]"
/* SCSS */
$brand: #cc0113;
/* SwiftUI */
Color(red: 0.800, green: 0.004, blue: 0.075)
/* Android */
Color.parseColor("#cc0113")Accessibility — WCAG contrast
Aa
#cc0113 on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc0113 on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green0.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta99.5%
Yellow90.7%
Key (black)20.0%
Color previews
#cc0113 text on a black background
contrast 3.58:1
Card sample
#cc0113 text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc0113;
Background color
Panel with #cc0113 background
background-color: #cc0113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc0113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 1, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 1, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc0113; background: linear-gradient(135deg, #cc0113, #CC7601);