#c53821
a balanced, vivid red · warm · closest name: firebrick
RGB
197, 56, 33
HSL
8°, 71%, 45%
CMYK
0, 72, 83, 23
Luminance
0.1481
Every format
| HEX | #c53821 |
| RGB | rgb(197, 56, 33) |
| HSL | hsl(8, 71%, 45%) |
| CMYK | cmyk(0%, 72%, 83%, 23%) |
| LAB | lab(45.4 54.6 45.4) |
| LCH | lch(45.4 71.0 39.8) |
| OKLCH | oklch(0.550 0.181 31.9) |
Copy-ready code
/* CSS */
color: #c53821;
background-color: #c53821;
/* Tailwind (arbitrary) */
class="text-[#c53821] bg-[#c53821]"
/* SCSS */
$brand: #c53821;
/* SwiftUI */
Color(red: 0.773, green: 0.220, blue: 0.129)
/* Android */
Color.parseColor("#c53821")Accessibility — WCAG contrast
Aa
#c53821 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c53821 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green22.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.6%
Yellow83.2%
Key (black)22.7%
Color previews
#c53821 text on a black background
contrast 3.96:1
Card sample
#c53821 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c53821;
Background color
Panel with #c53821 background
background-color: #c53821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c53821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 56, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 56, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c53821; background: linear-gradient(135deg, #c53821, #C5A521);