#ca3f13
a dark, electric red · warm · closest name: tomato
RGB
202, 63, 19
HSL
14°, 83%, 43%
CMYK
0, 69, 91, 21
Luminance
0.1616
Every format
| HEX | #ca3f13 |
| RGB | rgb(202, 63, 19) |
| HSL | hsl(14, 83%, 43%) |
| CMYK | cmyk(0%, 69%, 91%, 21%) |
| LAB | lab(47.2 53.3 53.2) |
| LCH | lch(47.2 75.3 45.0) |
| OKLCH | oklch(0.565 0.183 36.1) |
Copy-ready code
/* CSS */
color: #ca3f13;
background-color: #ca3f13;
/* Tailwind (arbitrary) */
class="text-[#ca3f13] bg-[#ca3f13]"
/* SCSS */
$brand: #ca3f13;
/* SwiftUI */
Color(red: 0.792, green: 0.247, blue: 0.075)
/* Android */
Color.parseColor("#ca3f13")Accessibility — WCAG contrast
Aa
#ca3f13 on white: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ca3f13 on black: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green24.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow90.6%
Key (black)20.8%
Color previews
#ca3f13 text on a black background
contrast 4.23:1
Card sample
#ca3f13 text on a white background
contrast 4.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ca3f13;
Background color
Panel with #ca3f13 background
background-color: #ca3f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ca3f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 63, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 63, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ca3f13; background: linear-gradient(135deg, #ca3f13, #CAB913);