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