Shades of Chilean Fire #CC562C
Tints of Chilean Fire #CC562C
RGB
CMYK
RGB Variations
Color information
#CC562C (or 0xCC562C) is known color: Chilean Fire. HEX triplet: CC, 56 and 2C. RGB value is (204,86,44). Sum of RGB (Red+Green+Blue) = 204+86+44=334 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.08% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 204 - color contains mainly: red. Hex color #CC562C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC562C is #33A9D3. Grayscale: #747474. Windows color (decimal): -3385812 or 2905804. OLE color: 2905804.
HSL color Cylindrical-coordinate representation of color #CC562C: hue angle of 15.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC562C is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 44 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.2 |
| HSL | 15.75º | 0.65% | 0.49% | - |
| HSV(B) | 15.75º | 0.78% | 0.8% | - |
| XYZ | 28.68 | 19.67 | 4.67 | - |
| YUV | 116.49 | 87.09 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 44 | 0 | 0.58 | 0.78 | 0.2 | 15.75 | 0.65 | 0.49 |
| Hex | CC | 56 | 2C | 0 | 3A | 4E | 14 | 10 | 41 | 31 |
| Octal | 314 | 126 | 54 | 0 | 72 | 116 | 24 | 20 | 101 | 61 |
| Binary | 11001100 | 1010110 | 101100 | 0 | 111010 | 1001110 | 10100 | 10000 | 1000001 | 110001 |
Color Harmonies of #CC562C
Complementary color
Monochromatic Colors of #CC562C
Black with #CC562C
Text Example
Text Example
White with #CC562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC562C; }
p { color: rgb(204,86,44); }
H1.HeaderClassName
{
color: #CC562C;
}
.AnyTagClassName
{
color: #CC562C;
}
</style>
background-color css
<style>
a { background-color: #CC562C; }
a { background-color: rgb(204,86,44); }
div.DivClassName
{
background-color: #CC562C;
}
.BgClassName
{
background-color: #CC562C;
}
</style>
border-color css
<style>
span { border-color: #CC562C; }
span { border-color: rgb(204,86,44); }
td.TdClassName
{
border-color: #CC562C;
}
.TagClassName
{
border-color: #CC562C;
}
</style>