#b13613
a dark, electric red · warm · closest name: firebrick
RGB
177, 54, 19
HSL
13°, 81%, 38%
CMYK
0, 70, 89, 31
Luminance
0.1203
Every format
| HEX | #b13613 |
| RGB | rgb(177, 54, 19) |
| HSL | hsl(13, 81%, 38%) |
| CMYK | cmyk(0%, 70%, 89%, 31%) |
| LAB | lab(41.3 48.4 46.8) |
| LCH | lch(41.3 67.3 44.0) |
| OKLCH | oklch(0.512 0.165 35.5) |
Copy-ready code
/* CSS */
color: #b13613;
background-color: #b13613;
/* Tailwind (arbitrary) */
class="text-[#b13613] bg-[#b13613]"
/* SCSS */
$brand: #b13613;
/* SwiftUI */
Color(red: 0.694, green: 0.212, blue: 0.075)
/* Android */
Color.parseColor("#b13613")Accessibility — WCAG contrast
Aa
#b13613 on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b13613 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red69.4%
Green21.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta69.5%
Yellow89.3%
Key (black)30.6%
Color previews
#b13613 text on a black background
contrast 3.41:1
Card sample
#b13613 text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b13613;
Background color
Panel with #b13613 background
background-color: #b13613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b13613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(177, 54, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(177, 54, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b13613; background: linear-gradient(135deg, #b13613, #B19F13);