Shades of Chilean Fire #CC5631
Tints of Chilean Fire #CC5631
RGB
CMYK
RGB Variations
Color information
#CC5631 (or 0xCC5631) is known color: Chilean Fire. HEX triplet: CC, 56 and 31. RGB value is (204,86,49). Sum of RGB (Red+Green+Blue) = 204+86+49=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5631 is #33A9CE. Grayscale: #757575. Windows color (decimal): -3385807 or 3233484. OLE color: 3233484.
HSL color Cylindrical-coordinate representation of color #CC5631: hue angle of 14.32º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC5631 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 49 | - |
| CMYK | 0 | 0.58 | 0.76 | 0.2 |
| HSL | 14.32º | 0.61% | 0.5% | - |
| HSV(B) | 14.32º | 0.76% | 0.8% | - |
| XYZ | 28.78 | 19.71 | 5.19 | - |
| YUV | 117.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 49 | 0 | 0.58 | 0.76 | 0.2 | 14.32 | 0.61 | 0.5 |
| Hex | CC | 56 | 31 | 0 | 3A | 4C | 14 | E | 3D | 32 |
| Octal | 314 | 126 | 61 | 0 | 72 | 114 | 24 | 16 | 75 | 62 |
| Binary | 11001100 | 1010110 | 110001 | 0 | 111010 | 1001100 | 10100 | 1110 | 111101 | 110010 |
Color Harmonies of #CC5631
Complementary color
Monochromatic Colors of #CC5631
Black with #CC5631
Text Example
Text Example
White with #CC5631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5631; }
p { color: rgb(204,86,49); }
H1.HeaderClassName
{
color: #CC5631;
}
.AnyTagClassName
{
color: #CC5631;
}
</style>
background-color css
<style>
a { background-color: #CC5631; }
a { background-color: rgb(204,86,49); }
div.DivClassName
{
background-color: #CC5631;
}
.BgClassName
{
background-color: #CC5631;
}
</style>
border-color css
<style>
span { border-color: #CC5631; }
span { border-color: rgb(204,86,49); }
td.TdClassName
{
border-color: #CC5631;
}
.TagClassName
{
border-color: #CC5631;
}
</style>