#c13402
a dark, electric orange · warm · closest name: firebrick
RGB
193, 52, 2
HSL
16°, 98%, 38%
CMYK
0, 73, 99, 24
Luminance
0.1380
Every format
| HEX | #c13402 |
| RGB | rgb(193, 52, 2) |
| HSL | hsl(16, 98%, 38%) |
| CMYK | cmyk(0%, 73%, 99%, 24%) |
| LAB | lab(44.0 54.2 55.4) |
| LCH | lch(44.0 77.5 45.6) |
| OKLCH | oklch(0.537 0.184 35.7) |
Copy-ready code
/* CSS */
color: #c13402;
background-color: #c13402;
/* Tailwind (arbitrary) */
class="text-[#c13402] bg-[#c13402]"
/* SCSS */
$brand: #c13402;
/* SwiftUI */
Color(red: 0.757, green: 0.204, blue: 0.008)
/* Android */
Color.parseColor("#c13402")Accessibility — WCAG contrast
Aa
#c13402 on white: 5.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#c13402 on black: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green20.4%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta73.1%
Yellow99.0%
Key (black)24.3%
Color previews
#c13402 text on a black background
contrast 3.76:1
Card sample
#c13402 text on a white background
contrast 5.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c13402;
Background color
Panel with #c13402 background
background-color: #c13402;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c13402;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 52, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 52, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c13402; background: linear-gradient(135deg, #c13402, #C1B302);