Shades of Chilean Fire #CC572E
Tints of Chilean Fire #CC572E
RGB
CMYK
RGB Variations
Color information
#CC572E (or 0xCC572E) is known color: Chilean Fire. HEX triplet: CC, 57 and 2E. RGB value is (204,87,46). Sum of RGB (Red+Green+Blue) = 204+87+46=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 46 (18.36% from 255 or 13.65% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC572E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC572E is #33A8D1. Grayscale: #757575. Windows color (decimal): -3385554 or 3037132. OLE color: 3037132.
HSL color Cylindrical-coordinate representation of color #CC572E: hue angle of 15.57º 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 #CC572E is Cyan = 0, Magento = 0.57, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 46 | - |
| CMYK | 0 | 0.57 | 0.77 | 0.2 |
| HSL | 15.57º | 0.63% | 0.49% | - |
| HSV(B) | 15.57º | 0.77% | 0.8% | - |
| XYZ | 28.8 | 19.85 | 4.9 | - |
| YUV | 117.31 | 87.76 | 189.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 46 | 0 | 0.57 | 0.77 | 0.2 | 15.57 | 0.63 | 0.49 |
| Hex | CC | 57 | 2E | 0 | 39 | 4D | 14 | 10 | 3F | 31 |
| Octal | 314 | 127 | 56 | 0 | 71 | 115 | 24 | 20 | 77 | 61 |
| Binary | 11001100 | 1010111 | 101110 | 0 | 111001 | 1001101 | 10100 | 10000 | 111111 | 110001 |
Color Harmonies of #CC572E
Complementary color
Monochromatic Colors of #CC572E
Black with #CC572E
Text Example
Text Example
White with #CC572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC572E; }
p { color: rgb(204,87,46); }
H1.HeaderClassName
{
color: #CC572E;
}
.AnyTagClassName
{
color: #CC572E;
}
</style>
background-color css
<style>
a { background-color: #CC572E; }
a { background-color: rgb(204,87,46); }
div.DivClassName
{
background-color: #CC572E;
}
.BgClassName
{
background-color: #CC572E;
}
</style>
border-color css
<style>
span { border-color: #CC572E; }
span { border-color: rgb(204,87,46); }
td.TdClassName
{
border-color: #CC572E;
}
.TagClassName
{
border-color: #CC572E;
}
</style>