Cherry Bomb
#b73d3f
Cherry Bomb is a color with the hex code #b73d3f. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #b73d3f | |
|---|---|---|
| RGB | rgb(183, 61, 63) | |
| HSL | hsl(359, 50%, 48%) | |
| CMYK | cmyk(0%, 67%, 66%, 28%) | |
| LAB | lab(44, 50, 28) | |
| OKLCH | oklch(0.54 0.158 23) |
Color harmonies
Tints & shades
Code snippets
color: #b73d3f;
background-color: #b73d3f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFB73D3F)
/* Swift / UIKit */
UIColor(red: 0.72, green: 0.24, blue: 0.25, alpha: 1.0)