Hot Jazz
#bc3033
Looking for the precise values behind Hot Jazz (#bc3033)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #bc3033 | |
|---|---|---|
| RGB | rgb(188, 48, 51) | |
| HSL | hsl(359, 59%, 46%) | |
| CMYK | cmyk(0%, 74%, 73%, 26%) | |
| LAB | lab(44, 56, 34) | |
| OKLCH | oklch(0.53 0.177 25) |
Color harmonies
Tints & shades
Code snippets
color: #bc3033;
background-color: #bc3033;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFBC3033)
/* Swift / UIKit */
UIColor(red: 0.74, green: 0.19, blue: 0.20, alpha: 1.0)