Shades of Chilean Fire #CC592B
Tints of Chilean Fire #CC592B
RGB
CMYK
RGB Variations
Color information
#CC592B (or 0xCC592B) is known color: Chilean Fire. HEX triplet: CC, 59 and 2B. RGB value is (204,89,43). Sum of RGB (Red+Green+Blue) = 204+89+43=336 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.71% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 43 (17.19% from 255 or 12.80% from 336); Max value from RGB is 204 - color contains mainly: red. Hex color #CC592B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC592B is #33A6D4. Grayscale: #767676. Windows color (decimal): -3385045 or 2841036. OLE color: 2841036.
HSL color Cylindrical-coordinate representation of color #CC592B: hue angle of 17.14º 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 #CC592B is Cyan = 0, Magento = 0.56, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 43 | - |
| CMYK | 0 | 0.56 | 0.79 | 0.2 |
| HSL | 17.14º | 0.65% | 0.48% | - |
| HSV(B) | 17.14º | 0.79% | 0.8% | - |
| XYZ | 28.91 | 20.16 | 4.65 | - |
| YUV | 118.14 | 85.6 | 189.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 43 | 0 | 0.56 | 0.79 | 0.2 | 17.14 | 0.65 | 0.48 |
| Hex | CC | 59 | 2B | 0 | 38 | 4F | 14 | 11 | 41 | 30 |
| Octal | 314 | 131 | 53 | 0 | 70 | 117 | 24 | 21 | 101 | 60 |
| Binary | 11001100 | 1011001 | 101011 | 0 | 111000 | 1001111 | 10100 | 10001 | 1000001 | 110000 |
Color Harmonies of #CC592B
Complementary color
Monochromatic Colors of #CC592B
Black with #CC592B
Text Example
Text Example
White with #CC592B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC592B; }
p { color: rgb(204,89,43); }
H1.HeaderClassName
{
color: #CC592B;
}
.AnyTagClassName
{
color: #CC592B;
}
</style>
background-color css
<style>
a { background-color: #CC592B; }
a { background-color: rgb(204,89,43); }
div.DivClassName
{
background-color: #CC592B;
}
.BgClassName
{
background-color: #CC592B;
}
</style>
border-color css
<style>
span { border-color: #CC592B; }
span { border-color: rgb(204,89,43); }
td.TdClassName
{
border-color: #CC592B;
}
.TagClassName
{
border-color: #CC592B;
}
</style>