#c93b21
a balanced, vivid red · warm · closest name: firebrick
RGB
201, 59, 33
HSL
9°, 72%, 46%
CMYK
0, 71, 84, 21
Luminance
0.1566
Every format
| HEX | #c93b21 |
| RGB | rgb(201, 59, 33) |
| HSL | hsl(9, 72%, 46%) |
| CMYK | cmyk(0%, 71%, 84%, 21%) |
| LAB | lab(46.5 54.8 46.8) |
| LCH | lch(46.5 72.0 40.5) |
| OKLCH | oklch(0.560 0.183 32.6) |
Copy-ready code
/* CSS */
color: #c93b21;
background-color: #c93b21;
/* Tailwind (arbitrary) */
class="text-[#c93b21] bg-[#c93b21]"
/* SCSS */
$brand: #c93b21;
/* SwiftUI */
Color(red: 0.788, green: 0.231, blue: 0.129)
/* Android */
Color.parseColor("#c93b21")Accessibility — WCAG contrast
Aa
#c93b21 on white: 5.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c93b21 on black: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green23.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow83.6%
Key (black)21.2%
Color previews
#c93b21 text on a black background
contrast 4.13:1
Card sample
#c93b21 text on a white background
contrast 5.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c93b21;
Background color
Panel with #c93b21 background
background-color: #c93b21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c93b21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 59, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 59, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c93b21; background: linear-gradient(135deg, #c93b21, #C9AB21);