Shades of Chilean Fire #CC592C
Tints of Chilean Fire #CC592C
RGB
CMYK
RGB Variations
Color information
#CC592C (or 0xCC592C) is known color: Chilean Fire. HEX triplet: CC, 59 and 2C. RGB value is (204,89,44). Sum of RGB (Red+Green+Blue) = 204+89+44=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC592C is #33A6D3. Grayscale: #767676. Windows color (decimal): -3385044 or 2906572. OLE color: 2906572.
HSL color Cylindrical-coordinate representation of color #CC592C: hue angle of 16.88º 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 #CC592C is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 44 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.2 |
| HSL | 16.88º | 0.65% | 0.49% | - |
| HSV(B) | 16.88º | 0.78% | 0.8% | - |
| XYZ | 28.93 | 20.16 | 4.75 | - |
| YUV | 118.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 44 | 0 | 0.56 | 0.78 | 0.2 | 16.88 | 0.65 | 0.49 |
| Hex | CC | 59 | 2C | 0 | 38 | 4E | 14 | 11 | 41 | 31 |
| Octal | 314 | 131 | 54 | 0 | 70 | 116 | 24 | 21 | 101 | 61 |
| Binary | 11001100 | 1011001 | 101100 | 0 | 111000 | 1001110 | 10100 | 10001 | 1000001 | 110001 |
Color Harmonies of #CC592C
Complementary color
Monochromatic Colors of #CC592C
Black with #CC592C
Text Example
Text Example
White with #CC592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC592C; }
p { color: rgb(204,89,44); }
H1.HeaderClassName
{
color: #CC592C;
}
.AnyTagClassName
{
color: #CC592C;
}
</style>
background-color css
<style>
a { background-color: #CC592C; }
a { background-color: rgb(204,89,44); }
div.DivClassName
{
background-color: #CC592C;
}
.BgClassName
{
background-color: #CC592C;
}
</style>
border-color css
<style>
span { border-color: #CC592C; }
span { border-color: rgb(204,89,44); }
td.TdClassName
{
border-color: #CC592C;
}
.TagClassName
{
border-color: #CC592C;
}
</style>