Fox
#ca4e33
Fox, represented by the hex value #ca4e33, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ca4e33 | |
|---|---|---|
| RGB | rgb(202, 78, 51) | |
| HSL | hsl(11, 60%, 50%) | |
| CMYK | cmyk(0%, 61%, 75%, 21%) | |
| LAB | lab(50, 49, 42) | |
| OKLCH | oklch(0.59 0.164 34) |
Color harmonies
Tints & shades
Code snippets
color: #ca4e33;
background-color: #ca4e33;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCA4E33)
/* Swift / UIKit */
UIColor(red: 0.79, green: 0.31, blue: 0.20, alpha: 1.0)