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