Shades of Chilean Fire #CC592F
Tints of Chilean Fire #CC592F
RGB
CMYK
RGB Variations
Color information
#CC592F (or 0xCC592F) is known color: Chilean Fire. HEX triplet: CC, 59 and 2F. RGB value is (204,89,47). Sum of RGB (Red+Green+Blue) = 204+89+47=340 (45% of max value = 765). Red value is 204 (80.08% from 255 or 60% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 204 - color contains mainly: red. Hex color #CC592F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC592F is #33A6D0. Grayscale: #767676. Windows color (decimal): -3385041 or 3103180. OLE color: 3103180.
HSL color Cylindrical-coordinate representation of color #CC592F: hue angle of 16.05º 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 #CC592F is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 47 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.2 |
| HSL | 16.05º | 0.63% | 0.49% | - |
| HSV(B) | 16.05º | 0.77% | 0.8% | - |
| XYZ | 28.99 | 20.19 | 5.06 | - |
| YUV | 118.6 | 87.6 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 47 | 0 | 0.56 | 0.77 | 0.2 | 16.05 | 0.63 | 0.49 |
| Hex | CC | 59 | 2F | 0 | 38 | 4D | 14 | 10 | 3F | 31 |
| Octal | 314 | 131 | 57 | 0 | 70 | 115 | 24 | 20 | 77 | 61 |
| Binary | 11001100 | 1011001 | 101111 | 0 | 111000 | 1001101 | 10100 | 10000 | 111111 | 110001 |
Color Harmonies of #CC592F
Complementary color
Monochromatic Colors of #CC592F
Black with #CC592F
Text Example
Text Example
White with #CC592F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC592F; }
p { color: rgb(204,89,47); }
H1.HeaderClassName
{
color: #CC592F;
}
.AnyTagClassName
{
color: #CC592F;
}
</style>
background-color css
<style>
a { background-color: #CC592F; }
a { background-color: rgb(204,89,47); }
div.DivClassName
{
background-color: #CC592F;
}
.BgClassName
{
background-color: #CC592F;
}
</style>
border-color css
<style>
span { border-color: #CC592F; }
span { border-color: rgb(204,89,47); }
td.TdClassName
{
border-color: #CC592F;
}
.TagClassName
{
border-color: #CC592F;
}
</style>