#cc3a13
a dark, electric red · warm · closest name: tomato
RGB
204, 58, 19
HSL
13°, 83%, 44%
CMYK
0, 72, 91, 20
Luminance
0.1591
Every format
| HEX | #cc3a13 |
| RGB | rgb(204, 58, 19) |
| HSL | hsl(13, 83%, 44%) |
| CMYK | cmyk(0%, 72%, 91%, 20%) |
| LAB | lab(46.9 55.8 53.2) |
| LCH | lch(46.9 77.1 43.6) |
| OKLCH | oklch(0.563 0.189 34.6) |
Copy-ready code
/* CSS */
color: #cc3a13;
background-color: #cc3a13;
/* Tailwind (arbitrary) */
class="text-[#cc3a13] bg-[#cc3a13]"
/* SCSS */
$brand: #cc3a13;
/* SwiftUI */
Color(red: 0.800, green: 0.227, blue: 0.075)
/* Android */
Color.parseColor("#cc3a13")Accessibility — WCAG contrast
Aa
#cc3a13 on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc3a13 on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green22.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.6%
Yellow90.7%
Key (black)20.0%
Color previews
#cc3a13 text on a black background
contrast 4.18:1
Card sample
#cc3a13 text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc3a13;
Background color
Panel with #cc3a13 background
background-color: #cc3a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc3a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 58, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 58, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc3a13; background: linear-gradient(135deg, #cc3a13, #CCB513);