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