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