Shades of Chilean Fire #CC5924
Tints of Chilean Fire #CC5924
RGB
CMYK
RGB Variations
Color information
#CC5924 (or 0xCC5924) is known color: Chilean Fire. HEX triplet: CC, 59 and 24. RGB value is (204,89,36). Sum of RGB (Red+Green+Blue) = 204+89+36=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 36 (14.45% from 255 or 10.94% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5924 is #33A6DB. Grayscale: #757575. Windows color (decimal): -3385052 or 2382284. OLE color: 2382284.
HSL color Cylindrical-coordinate representation of color #CC5924: hue angle of 18.93º 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 #CC5924 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 36 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.2 |
| HSL | 18.93º | 0.7% | 0.47% | - |
| HSV(B) | 18.93º | 0.82% | 0.8% | - |
| XYZ | 28.79 | 20.11 | 4.03 | - |
| YUV | 117.34 | 82.1 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 36 | 0 | 0.56 | 0.82 | 0.2 | 18.93 | 0.7 | 0.47 |
| Hex | CC | 59 | 24 | 0 | 38 | 52 | 14 | 13 | 46 | 2F |
| Octal | 314 | 131 | 44 | 0 | 70 | 122 | 24 | 23 | 106 | 57 |
| Binary | 11001100 | 1011001 | 100100 | 0 | 111000 | 1010010 | 10100 | 10011 | 1000110 | 101111 |
Color Harmonies of #CC5924
Complementary color
Monochromatic Colors of #CC5924
Black with #CC5924
Text Example
Text Example
White with #CC5924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5924; }
p { color: rgb(204,89,36); }
H1.HeaderClassName
{
color: #CC5924;
}
.AnyTagClassName
{
color: #CC5924;
}
</style>
background-color css
<style>
a { background-color: #CC5924; }
a { background-color: rgb(204,89,36); }
div.DivClassName
{
background-color: #CC5924;
}
.BgClassName
{
background-color: #CC5924;
}
</style>
border-color css
<style>
span { border-color: #CC5924; }
span { border-color: rgb(204,89,36); }
td.TdClassName
{
border-color: #CC5924;
}
.TagClassName
{
border-color: #CC5924;
}
</style>