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