Shades of Chilean Fire #CC593B
Tints of Chilean Fire #CC593B
RGB
CMYK
RGB Variations
Color information
#CC593B (or 0xCC593B) is known color: Chilean Fire. HEX triplet: CC, 59 and 3B. RGB value is (204,89,59). Sum of RGB (Red+Green+Blue) = 204+89+59=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC593B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC593B is #33A6C4. Grayscale: #787878. Windows color (decimal): -3385029 or 3889612. OLE color: 3889612.
HSL color Cylindrical-coordinate representation of color #CC593B: hue angle of 12.41º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CC593B is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 59 | - |
| CMYK | 0 | 0.56 | 0.71 | 0.2 |
| HSL | 12.41º | 0.59% | 0.52% | - |
| HSV(B) | 12.41º | 0.71% | 0.8% | - |
| XYZ | 29.26 | 20.3 | 6.51 | - |
| YUV | 119.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 59 | 0 | 0.56 | 0.71 | 0.2 | 12.41 | 0.59 | 0.52 |
| Hex | CC | 59 | 3B | 0 | 38 | 47 | 14 | C | 3B | 34 |
| Octal | 314 | 131 | 73 | 0 | 70 | 107 | 24 | 14 | 73 | 64 |
| Binary | 11001100 | 1011001 | 111011 | 0 | 111000 | 1000111 | 10100 | 1100 | 111011 | 110100 |
Color Harmonies of #CC593B
Complementary color
Monochromatic Colors of #CC593B
Black with #CC593B
Text Example
Text Example
White with #CC593B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC593B; }
p { color: rgb(204,89,59); }
H1.HeaderClassName
{
color: #CC593B;
}
.AnyTagClassName
{
color: #CC593B;
}
</style>
background-color css
<style>
a { background-color: #CC593B; }
a { background-color: rgb(204,89,59); }
div.DivClassName
{
background-color: #CC593B;
}
.BgClassName
{
background-color: #CC593B;
}
</style>
border-color css
<style>
span { border-color: #CC593B; }
span { border-color: rgb(204,89,59); }
td.TdClassName
{
border-color: #CC593B;
}
.TagClassName
{
border-color: #CC593B;
}
</style>