#c32f2f
a balanced, vivid red · warm · closest name: firebrick
RGB
195, 47, 47
HSL
0°, 61%, 48%
CMYK
0, 76, 76, 24
Luminance
0.1384
Every format
| HEX | #c32f2f |
| RGB | rgb(195, 47, 47) |
| HSL | hsl(0, 61%, 48%) |
| CMYK | cmyk(0%, 76%, 76%, 24%) |
| LAB | lab(44.0 57.5 36.5) |
| LCH | lch(44.0 68.1 32.4) |
| OKLCH | oklch(0.539 0.185 26.0) |
Copy-ready code
/* CSS */
color: #c32f2f;
background-color: #c32f2f;
/* Tailwind (arbitrary) */
class="text-[#c32f2f] bg-[#c32f2f]"
/* SCSS */
$brand: #c32f2f;
/* SwiftUI */
Color(red: 0.765, green: 0.184, blue: 0.184)
/* Android */
Color.parseColor("#c32f2f")Accessibility — WCAG contrast
Aa
#c32f2f on white: 5.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c32f2f on black: 3.77:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.5%
Green18.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta75.9%
Yellow75.9%
Key (black)23.5%
Color previews
#c32f2f text on a black background
contrast 3.77:1
Card sample
#c32f2f text on a white background
contrast 5.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c32f2f;
Background color
Panel with #c32f2f background
background-color: #c32f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c32f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(195, 47, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(195, 47, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c32f2f; background: linear-gradient(135deg, #c32f2f, #C3922F);