Shades of Chilean Fire #CC5E2B
Tints of Chilean Fire #CC5E2B
RGB
CMYK
RGB Variations
Color information
#CC5E2B (or 0xCC5E2B) is known color: Chilean Fire. HEX triplet: CC, 5E and 2B. RGB value is (204,94,43). Sum of RGB (Red+Green+Blue) = 204+94+43=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 94 (37.11% from 255 or 27.57% from 341); Blue value is 43 (17.19% from 255 or 12.61% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5E2B is #33A1D4. Grayscale: #797979. Windows color (decimal): -3383765 or 2842316. OLE color: 2842316.
HSL color Cylindrical-coordinate representation of color #CC5E2B: hue angle of 19.01º 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 #CC5E2B is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 43 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.2 |
| HSL | 19.01º | 0.65% | 0.48% | - |
| HSV(B) | 19.01º | 0.79% | 0.8% | - |
| XYZ | 29.34 | 21.02 | 4.8 | - |
| YUV | 121.08 | 83.94 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 43 | 0 | 0.54 | 0.79 | 0.2 | 19.01 | 0.65 | 0.48 |
| Hex | CC | 5E | 2B | 0 | 36 | 4F | 14 | 13 | 41 | 30 |
| Octal | 314 | 136 | 53 | 0 | 66 | 117 | 24 | 23 | 101 | 60 |
| Binary | 11001100 | 1011110 | 101011 | 0 | 110110 | 1001111 | 10100 | 10011 | 1000001 | 110000 |
Color Harmonies of #CC5E2B
Complementary color
Monochromatic Colors of #CC5E2B
Black with #CC5E2B
Text Example
Text Example
White with #CC5E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E2B; }
p { color: rgb(204,94,43); }
H1.HeaderClassName
{
color: #CC5E2B;
}
.AnyTagClassName
{
color: #CC5E2B;
}
</style>
background-color css
<style>
a { background-color: #CC5E2B; }
a { background-color: rgb(204,94,43); }
div.DivClassName
{
background-color: #CC5E2B;
}
.BgClassName
{
background-color: #CC5E2B;
}
</style>
border-color css
<style>
span { border-color: #CC5E2B; }
span { border-color: rgb(204,94,43); }
td.TdClassName
{
border-color: #CC5E2B;
}
.TagClassName
{
border-color: #CC5E2B;
}
</style>