Shades of Chilean Fire #CC552B
Tints of Chilean Fire #CC552B
RGB
CMYK
RGB Variations
Color information
#CC552B (or 0xCC552B) is known color: Chilean Fire. HEX triplet: CC, 55 and 2B. RGB value is (204,85,43). Sum of RGB (Red+Green+Blue) = 204+85+43=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC552B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC552B is #33AAD4. Grayscale: #747474. Windows color (decimal): -3386069 or 2840012. OLE color: 2840012.
HSL color Cylindrical-coordinate representation of color #CC552B: hue angle of 15.65º 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 #CC552B is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 43 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.2 |
| HSL | 15.65º | 0.65% | 0.48% | - |
| HSV(B) | 15.65º | 0.79% | 0.8% | - |
| XYZ | 28.59 | 19.51 | 4.54 | - |
| YUV | 115.79 | 86.92 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 43 | 0 | 0.58 | 0.79 | 0.2 | 15.65 | 0.65 | 0.48 |
| Hex | CC | 55 | 2B | 0 | 3A | 4F | 14 | 10 | 41 | 30 |
| Octal | 314 | 125 | 53 | 0 | 72 | 117 | 24 | 20 | 101 | 60 |
| Binary | 11001100 | 1010101 | 101011 | 0 | 111010 | 1001111 | 10100 | 10000 | 1000001 | 110000 |
Color Harmonies of #CC552B
Complementary color
Monochromatic Colors of #CC552B
Black with #CC552B
Text Example
Text Example
White with #CC552B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC552B; }
p { color: rgb(204,85,43); }
H1.HeaderClassName
{
color: #CC552B;
}
.AnyTagClassName
{
color: #CC552B;
}
</style>
background-color css
<style>
a { background-color: #CC552B; }
a { background-color: rgb(204,85,43); }
div.DivClassName
{
background-color: #CC552B;
}
.BgClassName
{
background-color: #CC552B;
}
</style>
border-color css
<style>
span { border-color: #CC552B; }
span { border-color: rgb(204,85,43); }
td.TdClassName
{
border-color: #CC552B;
}
.TagClassName
{
border-color: #CC552B;
}
</style>