Shades of Chilean Fire #CC5D31
Tints of Chilean Fire #CC5D31
RGB
CMYK
RGB Variations
Color information
#CC5D31 (or 0xCC5D31) is known color: Chilean Fire. HEX triplet: CC, 5D and 31. RGB value is (204,93,49). Sum of RGB (Red+Green+Blue) = 204+93+49=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D31 is #33A2CE. Grayscale: #797979. Windows color (decimal): -3384015 or 3235276. OLE color: 3235276.
HSL color Cylindrical-coordinate representation of color #CC5D31: hue angle of 17.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC5D31 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 49 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.2 |
| HSL | 17.03º | 0.61% | 0.5% | - |
| HSV(B) | 17.03º | 0.76% | 0.8% | - |
| XYZ | 29.37 | 20.89 | 5.39 | - |
| YUV | 121.17 | 87.27 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 49 | 0 | 0.54 | 0.76 | 0.2 | 17.03 | 0.61 | 0.5 |
| Hex | CC | 5D | 31 | 0 | 36 | 4C | 14 | 11 | 3D | 32 |
| Octal | 314 | 135 | 61 | 0 | 66 | 114 | 24 | 21 | 75 | 62 |
| Binary | 11001100 | 1011101 | 110001 | 0 | 110110 | 1001100 | 10100 | 10001 | 111101 | 110010 |
Color Harmonies of #CC5D31
Complementary color
Monochromatic Colors of #CC5D31
Black with #CC5D31
Text Example
Text Example
White with #CC5D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D31; }
p { color: rgb(204,93,49); }
H1.HeaderClassName
{
color: #CC5D31;
}
.AnyTagClassName
{
color: #CC5D31;
}
</style>
background-color css
<style>
a { background-color: #CC5D31; }
a { background-color: rgb(204,93,49); }
div.DivClassName
{
background-color: #CC5D31;
}
.BgClassName
{
background-color: #CC5D31;
}
</style>
border-color css
<style>
span { border-color: #CC5D31; }
span { border-color: rgb(204,93,49); }
td.TdClassName
{
border-color: #CC5D31;
}
.TagClassName
{
border-color: #CC5D31;
}
</style>