Shades of Chilean Fire #CC5D2F
Tints of Chilean Fire #CC5D2F
RGB
CMYK
RGB Variations
Color information
#CC5D2F (or 0xCC5D2F) is known color: Chilean Fire. HEX triplet: CC, 5D and 2F. RGB value is (204,93,47). Sum of RGB (Red+Green+Blue) = 204+93+47=344 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.30% from 344); Green value is 93 (36.72% from 255 or 27.03% from 344); Blue value is 47 (18.75% from 255 or 13.66% from 344); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D2F is #33A2D0. Grayscale: #797979. Windows color (decimal): -3384017 or 3104204. OLE color: 3104204.
HSL color Cylindrical-coordinate representation of color #CC5D2F: hue angle of 17.58º 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 #CC5D2F is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 47 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.2 |
| HSL | 17.58º | 0.63% | 0.49% | - |
| HSV(B) | 17.58º | 0.77% | 0.8% | - |
| XYZ | 29.33 | 20.87 | 5.17 | - |
| YUV | 120.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 47 | 0 | 0.54 | 0.77 | 0.2 | 17.58 | 0.63 | 0.49 |
| Hex | CC | 5D | 2F | 0 | 36 | 4D | 14 | 12 | 3F | 31 |
| Octal | 314 | 135 | 57 | 0 | 66 | 115 | 24 | 22 | 77 | 61 |
| Binary | 11001100 | 1011101 | 101111 | 0 | 110110 | 1001101 | 10100 | 10010 | 111111 | 110001 |
Color Harmonies of #CC5D2F
Complementary color
Monochromatic Colors of #CC5D2F
Black with #CC5D2F
Text Example
Text Example
White with #CC5D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D2F; }
p { color: rgb(204,93,47); }
H1.HeaderClassName
{
color: #CC5D2F;
}
.AnyTagClassName
{
color: #CC5D2F;
}
</style>
background-color css
<style>
a { background-color: #CC5D2F; }
a { background-color: rgb(204,93,47); }
div.DivClassName
{
background-color: #CC5D2F;
}
.BgClassName
{
background-color: #CC5D2F;
}
</style>
border-color css
<style>
span { border-color: #CC5D2F; }
span { border-color: rgb(204,93,47); }
td.TdClassName
{
border-color: #CC5D2F;
}
.TagClassName
{
border-color: #CC5D2F;
}
</style>