#c93e21
a balanced, vivid red · warm · closest name: firebrick
RGB
201, 62, 33
HSL
10°, 72%, 46%
CMYK
0, 69, 84, 21
Luminance
0.1597
Every format
| HEX | #c93e21 |
| RGB | rgb(201, 62, 33) |
| HSL | hsl(10, 72%, 46%) |
| CMYK | cmyk(0%, 69%, 84%, 21%) |
| LAB | lab(46.9 53.6 47.1) |
| LCH | lch(46.9 71.4 41.3) |
| OKLCH | oklch(0.563 0.180 33.4) |
Copy-ready code
/* CSS */
color: #c93e21;
background-color: #c93e21;
/* Tailwind (arbitrary) */
class="text-[#c93e21] bg-[#c93e21]"
/* SCSS */
$brand: #c93e21;
/* SwiftUI */
Color(red: 0.788, green: 0.243, blue: 0.129)
/* Android */
Color.parseColor("#c93e21")Accessibility — WCAG contrast
Aa
#c93e21 on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c93e21 on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green24.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow83.6%
Key (black)21.2%
Color previews
#c93e21 text on a black background
contrast 4.19:1
Card sample
#c93e21 text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c93e21;
Background color
Panel with #c93e21 background
background-color: #c93e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c93e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 62, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 62, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c93e21; background: linear-gradient(135deg, #c93e21, #C9AE21);