Shades of Chilean Fire #CC5624
Tints of Chilean Fire #CC5624
RGB
CMYK
RGB Variations
Color information
#CC5624 (or 0xCC5624) is known color: Chilean Fire. HEX triplet: CC, 56 and 24. RGB value is (204,86,36). Sum of RGB (Red+Green+Blue) = 204+86+36=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5624 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5624 is #33A9DB. Grayscale: #737373. Windows color (decimal): -3385820 or 2381516. OLE color: 2381516.
HSL color Cylindrical-coordinate representation of color #CC5624: hue angle of 17.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CC5624 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 36 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.2 |
| HSL | 17.86º | 0.7% | 0.47% | - |
| HSV(B) | 17.86º | 0.82% | 0.8% | - |
| XYZ | 28.55 | 19.62 | 3.95 | - |
| YUV | 115.58 | 83.09 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 36 | 0 | 0.58 | 0.82 | 0.2 | 17.86 | 0.7 | 0.47 |
| Hex | CC | 56 | 24 | 0 | 3A | 52 | 14 | 12 | 46 | 2F |
| Octal | 314 | 126 | 44 | 0 | 72 | 122 | 24 | 22 | 106 | 57 |
| Binary | 11001100 | 1010110 | 100100 | 0 | 111010 | 1010010 | 10100 | 10010 | 1000110 | 101111 |
Color Harmonies of #CC5624
Complementary color
Monochromatic Colors of #CC5624
Black with #CC5624
Text Example
Text Example
White with #CC5624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5624; }
p { color: rgb(204,86,36); }
H1.HeaderClassName
{
color: #CC5624;
}
.AnyTagClassName
{
color: #CC5624;
}
</style>
background-color css
<style>
a { background-color: #CC5624; }
a { background-color: rgb(204,86,36); }
div.DivClassName
{
background-color: #CC5624;
}
.BgClassName
{
background-color: #CC5624;
}
</style>
border-color css
<style>
span { border-color: #CC5624; }
span { border-color: rgb(204,86,36); }
td.TdClassName
{
border-color: #CC5624;
}
.TagClassName
{
border-color: #CC5624;
}
</style>