Shades of Chilean Fire #CE5932
Tints of Chilean Fire #CE5932
RGB
CMYK
RGB Variations
Color information
#CE5932 (or 0xCE5932) is known color: Chilean Fire. HEX triplet: CE, 59 and 32. RGB value is (206,89,50). Sum of RGB (Red+Green+Blue) = 206+89+50=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 50 (19.92% from 255 or 14.49% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5932 is #31A6CD. Grayscale: #777777. Windows color (decimal): -3253966 or 3299790. OLE color: 3299790.
HSL color Cylindrical-coordinate representation of color #CE5932: hue angle of 15º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE5932 is Cyan = 0, Magento = 0.57, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 50 | - |
| CMYK | 0 | 0.57 | 0.76 | 0.19 |
| HSL | 15º | 0.61% | 0.5% | - |
| HSV(B) | 15º | 0.76% | 0.81% | - |
| XYZ | 29.6 | 20.5 | 5.41 | - |
| YUV | 119.54 | 88.76 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 50 | 0 | 0.57 | 0.76 | 0.19 | 15 | 0.61 | 0.5 |
| Hex | CE | 59 | 32 | 0 | 39 | 4C | 13 | F | 3D | 32 |
| Octal | 316 | 131 | 62 | 0 | 71 | 114 | 23 | 17 | 75 | 62 |
| Binary | 11001110 | 1011001 | 110010 | 0 | 111001 | 1001100 | 10011 | 1111 | 111101 | 110010 |
Color Harmonies of #CE5932
Complementary color
Monochromatic Colors of #CE5932
Black with #CE5932
Text Example
Text Example
White with #CE5932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5932; }
p { color: rgb(206,89,50); }
H1.HeaderClassName
{
color: #CE5932;
}
.AnyTagClassName
{
color: #CE5932;
}
</style>
background-color css
<style>
a { background-color: #CE5932; }
a { background-color: rgb(206,89,50); }
div.DivClassName
{
background-color: #CE5932;
}
.BgClassName
{
background-color: #CE5932;
}
</style>
border-color css
<style>
span { border-color: #CE5932; }
span { border-color: rgb(206,89,50); }
td.TdClassName
{
border-color: #CE5932;
}
.TagClassName
{
border-color: #CE5932;
}
</style>