Shades of Chilean Fire #CC5621
Tints of Chilean Fire #CC5621
RGB
CMYK
RGB Variations
Color information
#CC5621 (or 0xCC5621) is known color: Chilean Fire. HEX triplet: CC, 56 and 21. RGB value is (204,86,33). Sum of RGB (Red+Green+Blue) = 204+86+33=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5621 is #33A9DE. Grayscale: #737373. Windows color (decimal): -3385823 or 2184908. OLE color: 2184908.
HSL color Cylindrical-coordinate representation of color #CC5621: hue angle of 18.6º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC5621 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 33 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.2 |
| HSL | 18.6º | 0.72% | 0.46% | - |
| HSV(B) | 18.6º | 0.84% | 0.8% | - |
| XYZ | 28.5 | 19.6 | 3.72 | - |
| YUV | 115.24 | 81.59 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 33 | 0 | 0.58 | 0.84 | 0.2 | 18.6 | 0.72 | 0.46 |
| Hex | CC | 56 | 21 | 0 | 3A | 54 | 14 | 13 | 48 | 2E |
| Octal | 314 | 126 | 41 | 0 | 72 | 124 | 24 | 23 | 110 | 56 |
| Binary | 11001100 | 1010110 | 100001 | 0 | 111010 | 1010100 | 10100 | 10011 | 1001000 | 101110 |
Color Harmonies of #CC5621
Complementary color
Monochromatic Colors of #CC5621
Black with #CC5621
Text Example
Text Example
White with #CC5621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5621; }
p { color: rgb(204,86,33); }
H1.HeaderClassName
{
color: #CC5621;
}
.AnyTagClassName
{
color: #CC5621;
}
</style>
background-color css
<style>
a { background-color: #CC5621; }
a { background-color: rgb(204,86,33); }
div.DivClassName
{
background-color: #CC5621;
}
.BgClassName
{
background-color: #CC5621;
}
</style>
border-color css
<style>
span { border-color: #CC5621; }
span { border-color: rgb(204,86,33); }
td.TdClassName
{
border-color: #CC5621;
}
.TagClassName
{
border-color: #CC5621;
}
</style>