#cc341c
a balanced, electric red · warm · closest name: firebrick
RGB
204, 52, 28
HSL
8°, 76%, 46%
CMYK
0, 75, 86, 20
Luminance
0.1538
Every format
| HEX | #cc341c |
| RGB | rgb(204, 52, 28) |
| HSL | hsl(8, 76%, 46%) |
| CMYK | cmyk(0%, 75%, 86%, 20%) |
| LAB | lab(46.1 58.1 49.0) |
| LCH | lch(46.1 76.0 40.1) |
| OKLCH | oklch(0.558 0.192 31.8) |
Copy-ready code
/* CSS */
color: #cc341c;
background-color: #cc341c;
/* Tailwind (arbitrary) */
class="text-[#cc341c] bg-[#cc341c]"
/* SCSS */
$brand: #cc341c;
/* SwiftUI */
Color(red: 0.800, green: 0.204, blue: 0.110)
/* Android */
Color.parseColor("#cc341c")Accessibility — WCAG contrast
Aa
#cc341c on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#cc341c on black: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green20.4%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow86.3%
Key (black)20.0%
Color previews
#cc341c text on a black background
contrast 4.08:1
Card sample
#cc341c text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cc341c;
Background color
Panel with #cc341c background
background-color: #cc341c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cc341c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 52, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 52, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cc341c; background: linear-gradient(135deg, #cc341c, #CCA91C);