#c34421
a dark, vivid red · warm · closest name: firebrick
RGB
195, 68, 33
HSL
13°, 71%, 45%
CMYK
0, 65, 83, 24
Luminance
0.1585
Every format
| HEX | #c34421 |
| RGB | rgb(195, 68, 33) |
| HSL | hsl(13, 71%, 45%) |
| CMYK | cmyk(0%, 65%, 83%, 24%) |
| LAB | lab(46.8 49.1 46.6) |
| LCH | lch(46.8 67.7 43.5) |
| OKLCH | oklch(0.560 0.169 35.7) |
Copy-ready code
/* CSS */
color: #c34421;
background-color: #c34421;
/* Tailwind (arbitrary) */
class="text-[#c34421] bg-[#c34421]"
/* SCSS */
$brand: #c34421;
/* SwiftUI */
Color(red: 0.765, green: 0.267, blue: 0.129)
/* Android */
Color.parseColor("#c34421")Accessibility — WCAG contrast
Aa
#c34421 on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c34421 on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green26.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta65.1%
Yellow83.1%
Key (black)23.5%
Color previews
#c34421 text on a black background
contrast 4.17:1
Card sample
#c34421 text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c34421;
Background color
Panel with #c34421 background
background-color: #c34421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c34421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 68, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 68, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c34421; background: linear-gradient(135deg, #c34421, #C3B021);