Shades of Chilean Fire #CC562B
Tints of Chilean Fire #CC562B
RGB
CMYK
RGB Variations
Color information
#CC562B (or 0xCC562B) is known color: Chilean Fire. HEX triplet: CC, 56 and 2B. RGB value is (204,86,43). Sum of RGB (Red+Green+Blue) = 204+86+43=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC562B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC562B is #33A9D4. Grayscale: #747474. Windows color (decimal): -3385813 or 2840268. OLE color: 2840268.
HSL color Cylindrical-coordinate representation of color #CC562B: hue angle of 16.02º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC562B is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 43 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.2 |
| HSL | 16.02º | 0.65% | 0.48% | - |
| HSV(B) | 16.02º | 0.79% | 0.8% | - |
| XYZ | 28.67 | 19.67 | 4.57 | - |
| YUV | 116.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 43 | 0 | 0.58 | 0.79 | 0.2 | 16.02 | 0.65 | 0.48 |
| Hex | CC | 56 | 2B | 0 | 3A | 4F | 14 | 10 | 41 | 30 |
| Octal | 314 | 126 | 53 | 0 | 72 | 117 | 24 | 20 | 101 | 60 |
| Binary | 11001100 | 1010110 | 101011 | 0 | 111010 | 1001111 | 10100 | 10000 | 1000001 | 110000 |
Color Harmonies of #CC562B
Complementary color
Monochromatic Colors of #CC562B
Black with #CC562B
Text Example
Text Example
White with #CC562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC562B; }
p { color: rgb(204,86,43); }
H1.HeaderClassName
{
color: #CC562B;
}
.AnyTagClassName
{
color: #CC562B;
}
</style>
background-color css
<style>
a { background-color: #CC562B; }
a { background-color: rgb(204,86,43); }
div.DivClassName
{
background-color: #CC562B;
}
.BgClassName
{
background-color: #CC562B;
}
</style>
border-color css
<style>
span { border-color: #CC562B; }
span { border-color: rgb(204,86,43); }
td.TdClassName
{
border-color: #CC562B;
}
.TagClassName
{
border-color: #CC562B;
}
</style>