Firebug
#cd5c51
Firebug, represented by the hex value #cd5c51, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #cd5c51 | |
|---|---|---|
| RGB | rgb(205, 92, 81) | |
| HSL | hsl(5, 55%, 56%) | |
| CMYK | cmyk(0%, 55%, 60%, 20%) | |
| LAB | lab(54, 45, 29) | |
| OKLCH | oklch(0.61 0.146 28) |
Color harmonies
Tints & shades
Code snippets
color: #cd5c51;
background-color: #cd5c51;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCD5C51)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.36, blue: 0.32, alpha: 1.0)