Shades of Chilean Fire #CC5D26
Tints of Chilean Fire #CC5D26
RGB
CMYK
RGB Variations
Color information
#CC5D26 (or 0xCC5D26) is known color: Chilean Fire. HEX triplet: CC, 5D and 26. RGB value is (204,93,38). Sum of RGB (Red+Green+Blue) = 204+93+38=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5D26 is #33A2D9. Grayscale: #787878. Windows color (decimal): -3384026 or 2514380. OLE color: 2514380.
HSL color Cylindrical-coordinate representation of color #CC5D26: hue angle of 19.88º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC5D26 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 38 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.2 |
| HSL | 19.88º | 0.69% | 0.47% | - |
| HSV(B) | 19.88º | 0.81% | 0.8% | - |
| XYZ | 29.17 | 20.81 | 4.31 | - |
| YUV | 119.92 | 81.77 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 38 | 0 | 0.54 | 0.81 | 0.2 | 19.88 | 0.69 | 0.47 |
| Hex | CC | 5D | 26 | 0 | 36 | 51 | 14 | 14 | 45 | 2F |
| Octal | 314 | 135 | 46 | 0 | 66 | 121 | 24 | 24 | 105 | 57 |
| Binary | 11001100 | 1011101 | 100110 | 0 | 110110 | 1010001 | 10100 | 10100 | 1000101 | 101111 |
Color Harmonies of #CC5D26
Complementary color
Monochromatic Colors of #CC5D26
Black with #CC5D26
Text Example
Text Example
White with #CC5D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D26; }
p { color: rgb(204,93,38); }
H1.HeaderClassName
{
color: #CC5D26;
}
.AnyTagClassName
{
color: #CC5D26;
}
</style>
background-color css
<style>
a { background-color: #CC5D26; }
a { background-color: rgb(204,93,38); }
div.DivClassName
{
background-color: #CC5D26;
}
.BgClassName
{
background-color: #CC5D26;
}
</style>
border-color css
<style>
span { border-color: #CC5D26; }
span { border-color: rgb(204,93,38); }
td.TdClassName
{
border-color: #CC5D26;
}
.TagClassName
{
border-color: #CC5D26;
}
</style>