#c83421
a balanced, vivid red · warm · closest name: firebrick
RGB
200, 52, 33
HSL
7°, 72%, 46%
CMYK
0, 74, 84, 22
Luminance
0.1485
Every format
| HEX | #c83421 |
| RGB | rgb(200, 52, 33) |
| HSL | hsl(7, 72%, 46%) |
| CMYK | cmyk(0%, 74%, 84%, 22%) |
| LAB | lab(45.4 57.0 45.7) |
| LCH | lch(45.4 73.0 38.7) |
| OKLCH | oklch(0.551 0.188 30.9) |
Copy-ready code
/* CSS */
color: #c83421;
background-color: #c83421;
/* Tailwind (arbitrary) */
class="text-[#c83421] bg-[#c83421]"
/* SCSS */
$brand: #c83421;
/* SwiftUI */
Color(red: 0.784, green: 0.204, blue: 0.129)
/* Android */
Color.parseColor("#c83421")Accessibility — WCAG contrast
Aa
#c83421 on white: 5.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c83421 on black: 3.97:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green20.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta74.0%
Yellow83.5%
Key (black)21.6%
Color previews
#c83421 text on a black background
contrast 3.97:1
Card sample
#c83421 text on a white background
contrast 5.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c83421;
Background color
Panel with #c83421 background
background-color: #c83421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c83421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 52, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 52, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c83421; background: linear-gradient(135deg, #c83421, #C8A321);