Christmas Red
#b01b2e
Looking for the precise values behind Christmas Red (#b01b2e)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #b01b2e | |
|---|---|---|
| RGB | rgb(176, 27, 46) | |
| HSL | hsl(352, 73%, 40%) | |
| CMYK | cmyk(0%, 85%, 74%, 31%) | |
| LAB | lab(39, 58, 31) | |
| OKLCH | oklch(0.49 0.181 22) |
Color harmonies
Tints & shades
Code snippets
color: #b01b2e;
background-color: #b01b2e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFB01B2E)
/* Swift / UIKit */
UIColor(red: 0.69, green: 0.11, blue: 0.18, alpha: 1.0)