#c92a21
a balanced, vivid red · warm · closest name: firebrick
RGB
201, 42, 33
HSL
3°, 72%, 46%
CMYK
0, 79, 84, 21
Luminance
0.1418
Every format
| HEX | #c92a21 |
| RGB | rgb(201, 42, 33) |
| HSL | hsl(3, 72%, 46%) |
| CMYK | cmyk(0%, 79%, 84%, 21%) |
| LAB | lab(44.5 60.4 44.9) |
| LCH | lch(44.5 75.3 36.6) |
| OKLCH | oklch(0.545 0.196 28.8) |
Copy-ready code
/* CSS */
color: #c92a21;
background-color: #c92a21;
/* Tailwind (arbitrary) */
class="text-[#c92a21] bg-[#c92a21]"
/* SCSS */
$brand: #c92a21;
/* SwiftUI */
Color(red: 0.788, green: 0.165, blue: 0.129)
/* Android */
Color.parseColor("#c92a21")Accessibility — WCAG contrast
Aa
#c92a21 on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c92a21 on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green16.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta79.1%
Yellow83.6%
Key (black)21.2%
Color previews
#c92a21 text on a black background
contrast 3.84:1
Card sample
#c92a21 text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c92a21;
Background color
Panel with #c92a21 background
background-color: #c92a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c92a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 42, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 42, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c92a21; background: linear-gradient(135deg, #c92a21, #C99A21);