Shades of Chilean Fire #CC592E
Tints of Chilean Fire #CC592E
RGB
CMYK
RGB Variations
Color information
#CC592E (or 0xCC592E) is known color: Chilean Fire. HEX triplet: CC, 59 and 2E. RGB value is (204,89,46). Sum of RGB (Red+Green+Blue) = 204+89+46=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC592E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC592E is #33A6D1. Grayscale: #767676. Windows color (decimal): -3385042 or 3037644. OLE color: 3037644.
HSL color Cylindrical-coordinate representation of color #CC592E: hue angle of 16.33º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC592E is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 46 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.2 |
| HSL | 16.33º | 0.63% | 0.49% | - |
| HSV(B) | 16.33º | 0.77% | 0.8% | - |
| XYZ | 28.97 | 20.18 | 4.95 | - |
| YUV | 118.48 | 87.1 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 46 | 0 | 0.56 | 0.77 | 0.2 | 16.33 | 0.63 | 0.49 |
| Hex | CC | 59 | 2E | 0 | 38 | 4D | 14 | 10 | 3F | 31 |
| Octal | 314 | 131 | 56 | 0 | 70 | 115 | 24 | 20 | 77 | 61 |
| Binary | 11001100 | 1011001 | 101110 | 0 | 111000 | 1001101 | 10100 | 10000 | 111111 | 110001 |
Color Harmonies of #CC592E
Complementary color
Monochromatic Colors of #CC592E
Black with #CC592E
Text Example
Text Example
White with #CC592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC592E; }
p { color: rgb(204,89,46); }
H1.HeaderClassName
{
color: #CC592E;
}
.AnyTagClassName
{
color: #CC592E;
}
</style>
background-color css
<style>
a { background-color: #CC592E; }
a { background-color: rgb(204,89,46); }
div.DivClassName
{
background-color: #CC592E;
}
.BgClassName
{
background-color: #CC592E;
}
</style>
border-color css
<style>
span { border-color: #CC592E; }
span { border-color: rgb(204,89,46); }
td.TdClassName
{
border-color: #CC592E;
}
.TagClassName
{
border-color: #CC592E;
}
</style>