#c32621
a dark, vivid red · warm · closest name: firebrick
RGB
195, 38, 33
HSL
2°, 71%, 45%
CMYK
0, 81, 83, 24
Luminance
0.1310
Every format
| HEX | #c32621 |
| RGB | rgb(195, 38, 33) |
| HSL | hsl(2, 71%, 45%) |
| CMYK | cmyk(0%, 81%, 83%, 24%) |
| LAB | lab(42.9 59.8 43.0) |
| LCH | lch(42.9 73.6 35.8) |
| OKLCH | oklch(0.531 0.193 28.1) |
Copy-ready code
/* CSS */
color: #c32621;
background-color: #c32621;
/* Tailwind (arbitrary) */
class="text-[#c32621] bg-[#c32621]"
/* SCSS */
$brand: #c32621;
/* SwiftUI */
Color(red: 0.765, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#c32621")Accessibility — WCAG contrast
Aa
#c32621 on white: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c32621 on black: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow83.1%
Key (black)23.5%
Color previews
#c32621 text on a black background
contrast 3.62:1
Card sample
#c32621 text on a white background
contrast 5.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c32621;
Background color
Panel with #c32621 background
background-color: #c32621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c32621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c32621; background: linear-gradient(135deg, #c32621, #C39221);