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