Red Panda
#c34b1b
Red Panda, represented by the hex value #c34b1b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #c34b1b | |
|---|---|---|
| RGB | rgb(195, 75, 27) | |
| HSL | hsl(17, 76%, 44%) | |
| CMYK | cmyk(0%, 62%, 86%, 24%) | |
| LAB | lab(49, 47, 51) | |
| OKLCH | oklch(0.57 0.164 40) |
Color harmonies
Tints & shades
Code snippets
color: #c34b1b;
background-color: #c34b1b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFC34B1B)
/* Swift / UIKit */
UIColor(red: 0.76, green: 0.29, blue: 0.11, alpha: 1.0)