Shades of Chilean Fire #CE5636
Tints of Chilean Fire #CE5636
RGB
CMYK
RGB Variations
Color information
#CE5636 (or 0xCE5636) is known color: Chilean Fire. HEX triplet: CE, 56 and 36. RGB value is (206,86,54). Sum of RGB (Red+Green+Blue) = 206+86+54=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5636 is #31A9C9. Grayscale: #767676. Windows color (decimal): -3254730 or 3561166. OLE color: 3561166.
HSL color Cylindrical-coordinate representation of color #CE5636: hue angle of 12.63º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE5636 is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 86 | 54 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.19 |
| HSL | 12.63º | 0.61% | 0.51% | - |
| HSV(B) | 12.63º | 0.74% | 0.81% | - |
| XYZ | 29.45 | 20.04 | 5.81 | - |
| YUV | 118.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 54 | 0 | 0.58 | 0.74 | 0.19 | 12.63 | 0.61 | 0.51 |
| Hex | CE | 56 | 36 | 0 | 3A | 4A | 13 | D | 3D | 33 |
| Octal | 316 | 126 | 66 | 0 | 72 | 112 | 23 | 15 | 75 | 63 |
| Binary | 11001110 | 1010110 | 110110 | 0 | 111010 | 1001010 | 10011 | 1101 | 111101 | 110011 |
Color Harmonies of #CE5636
Complementary color
Monochromatic Colors of #CE5636
Black with #CE5636
Text Example
Text Example
White with #CE5636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5636; }
p { color: rgb(206,86,54); }
H1.HeaderClassName
{
color: #CE5636;
}
.AnyTagClassName
{
color: #CE5636;
}
</style>
background-color css
<style>
a { background-color: #CE5636; }
a { background-color: rgb(206,86,54); }
div.DivClassName
{
background-color: #CE5636;
}
.BgClassName
{
background-color: #CE5636;
}
</style>
border-color css
<style>
span { border-color: #CE5636; }
span { border-color: rgb(206,86,54); }
td.TdClassName
{
border-color: #CE5636;
}
.TagClassName
{
border-color: #CE5636;
}
</style>