#b92f13
a dark, electric red · warm · closest name: firebrick
RGB
185, 47, 19
HSL
10°, 81%, 40%
CMYK
0, 75, 90, 28
Luminance
0.1239
Every format
| HEX | #b92f13 |
| RGB | rgb(185, 47, 19) |
| HSL | hsl(10, 81%, 40%) |
| CMYK | cmyk(0%, 75%, 90%, 28%) |
| LAB | lab(41.8 53.6 47.9) |
| LCH | lch(41.8 71.9 41.8) |
| OKLCH | oklch(0.519 0.179 32.9) |
Copy-ready code
/* CSS */
color: #b92f13;
background-color: #b92f13;
/* Tailwind (arbitrary) */
class="text-[#b92f13] bg-[#b92f13]"
/* SCSS */
$brand: #b92f13;
/* SwiftUI */
Color(red: 0.725, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#b92f13")Accessibility — WCAG contrast
Aa
#b92f13 on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#b92f13 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.5%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow89.7%
Key (black)27.5%
Color previews
#b92f13 text on a black background
contrast 3.48:1
Card sample
#b92f13 text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #b92f13;
Background color
Panel with #b92f13 background
background-color: #b92f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #b92f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(185, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(185, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #b92f13; background: linear-gradient(135deg, #b92f13, #B99E13);