#c43500
a dark, electric orange · warm · closest name: firebrick
RGB
196, 53, 0
HSL
16°, 100%, 38%
CMYK
0, 73, 100, 23
Luminance
0.1428
Every format
| HEX | #c43500 |
| RGB | rgb(196, 53, 0) |
| HSL | hsl(16, 100%, 38%) |
| CMYK | cmyk(0%, 73%, 100%, 23%) |
| LAB | lab(44.6 54.8 56.7) |
| LCH | lch(44.6 78.9 46.0) |
| OKLCH | oklch(0.544 0.186 35.9) |
Copy-ready code
/* CSS */
color: #c43500;
background-color: #c43500;
/* Tailwind (arbitrary) */
class="text-[#c43500] bg-[#c43500]"
/* SCSS */
$brand: #c43500;
/* SwiftUI */
Color(red: 0.769, green: 0.208, blue: 0.000)
/* Android */
Color.parseColor("#c43500")Accessibility — WCAG contrast
Aa
#c43500 on white: 5.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c43500 on black: 3.86:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green20.8%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta73.0%
Yellow100.0%
Key (black)23.1%
Color previews
#c43500 text on a black background
contrast 3.86:1
Card sample
#c43500 text on a white background
contrast 5.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c43500;
Background color
Panel with #c43500 background
background-color: #c43500;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c43500;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 53, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 53, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c43500; background: linear-gradient(135deg, #c43500, #C4B700);