Red Carpet
#bc2026
Red Carpet, represented by the hex value #bc2026, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #bc2026 | |
|---|---|---|
| RGB | rgb(188, 32, 38) | |
| HSL | hsl(358, 71%, 43%) | |
| CMYK | cmyk(0%, 83%, 80%, 26%) | |
| LAB | lab(42, 60, 40) | |
| OKLCH | oklch(0.51 0.19 26) |
Color harmonies
Tints & shades
Code snippets
color: #bc2026;
background-color: #bc2026;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBC2026)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.13, blue: 0.15, alpha: 1.0)