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