Scarlet Blaze
#b21f1f
Looking for the precise values behind Scarlet Blaze (#b21f1f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b21f1f | |
|---|---|---|
| RGB | rgb(178, 31, 31) | |
| HSL | hsl(0, 70%, 41%) | |
| CMYK | cmyk(0%, 83%, 83%, 30%) | |
| LAB | lab(40, 57, 41) | |
| OKLCH | oklch(0.49 0.182 27) |
Color harmonies
Tints & shades
Code snippets
color: #b21f1f;
background-color: #b21f1f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFB21F1F)
/* Swift / UIKit */
UIColor(red: 0.70, green: 0.12, blue: 0.12, alpha: 1.0)