#c92829
a balanced, vivid red · warm · closest name: firebrick
RGB
201, 40, 41
HSL
360°, 67%, 47%
CMYK
0, 80, 80, 21
Luminance
0.1410
Every format
| HEX | #c92829 |
| RGB | rgb(201, 40, 41) |
| HSL | hsl(360, 67%, 47%) |
| CMYK | cmyk(0%, 80%, 80%, 21%) |
| LAB | lab(44.4 61.2 40.6) |
| LCH | lch(44.4 73.4 33.5) |
| OKLCH | oklch(0.544 0.196 26.5) |
Copy-ready code
/* CSS */
color: #c92829;
background-color: #c92829;
/* Tailwind (arbitrary) */
class="text-[#c92829] bg-[#c92829]"
/* SCSS */
$brand: #c92829;
/* SwiftUI */
Color(red: 0.788, green: 0.157, blue: 0.161)
/* Android */
Color.parseColor("#c92829")Accessibility — WCAG contrast
Aa
#c92829 on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c92829 on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green15.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta80.1%
Yellow79.6%
Key (black)21.2%
Color previews
#c92829 text on a black background
contrast 3.82:1
Card sample
#c92829 text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c92829;
Background color
Panel with #c92829 background
background-color: #c92829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c92829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 40, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 40, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c92829; background: linear-gradient(135deg, #c92829, #C99228);