#cc3713
a dark, electric red · warm · closest name: firebrick
RGB
204, 55, 19
HSL
12°, 83%, 44%
CMYK
0, 73, 91, 20
Luminance
0.1562
Every format
| HEX | #cc3713 |
| RGB | rgb(204, 55, 19) |
| HSL | hsl(12, 83%, 44%) |
| CMYK | cmyk(0%, 73%, 91%, 20%) |
| LAB | lab(46.5 56.9 52.9) |
| LCH | lch(46.5 77.7 42.9) |
| OKLCH | oklch(0.560 0.191 33.9) |
Copy-ready code
/* CSS */
color: #cc3713;
background-color: #cc3713;
/* Tailwind (arbitrary) */
class="text-[#cc3713] bg-[#cc3713]"
/* SCSS */
$brand: #cc3713;
/* SwiftUI */
Color(red: 0.800, green: 0.216, blue: 0.075)
/* Android */
Color.parseColor("#cc3713")Accessibility — WCAG contrast
Aa
#cc3713 on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc3713 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green21.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow90.7%
Key (black)20.0%
Color previews
#cc3713 text on a black background
contrast 4.12:1
Card sample
#cc3713 text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3713;
Background color
Panel with #cc3713 background
background-color: #cc3713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 55, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 55, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3713; background: linear-gradient(135deg, #cc3713, #CCB213);