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