Red Inferno
#bb1e1e
Here's everything about the color Red Inferno (#bb1e1e) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #bb1e1e | |
|---|---|---|
| RGB | rgb(187, 30, 30) | |
| HSL | hsl(0, 72%, 43%) | |
| CMYK | cmyk(0%, 84%, 84%, 27%) | |
| LAB | lab(41, 60, 44) | |
| OKLCH | oklch(0.51 0.191 27) |
Color harmonies
Tints & shades
Code snippets
color: #bb1e1e;
background-color: #bb1e1e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBB1E1E)
/* Swift / UIKit */
UIColor(red: 0.73, green: 0.12, blue: 0.12, alpha: 1.0)