Shades of Chilean Fire #CE5933
Tints of Chilean Fire #CE5933
RGB
CMYK
RGB Variations
Color information
#CE5933 (or 0xCE5933) is known color: Chilean Fire. HEX triplet: CE, 59 and 33. RGB value is (206,89,51). Sum of RGB (Red+Green+Blue) = 206+89+51=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 89 (35.16% from 255 or 25.72% from 346); Blue value is 51 (20.31% from 255 or 14.74% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5933 is #31A6CC. Grayscale: #777777. Windows color (decimal): -3253965 or 3365326. OLE color: 3365326.
HSL color Cylindrical-coordinate representation of color #CE5933: hue angle of 14.71º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE5933 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 89 | 51 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.19 |
| HSL | 14.71º | 0.61% | 0.5% | - |
| HSV(B) | 14.71º | 0.75% | 0.81% | - |
| XYZ | 29.62 | 20.51 | 5.53 | - |
| YUV | 119.65 | 89.26 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 89 | 51 | 0 | 0.57 | 0.75 | 0.19 | 14.71 | 0.61 | 0.5 |
| Hex | CE | 59 | 33 | 0 | 39 | 4B | 13 | F | 3D | 32 |
| Octal | 316 | 131 | 63 | 0 | 71 | 113 | 23 | 17 | 75 | 62 |
| Binary | 11001110 | 1011001 | 110011 | 0 | 111001 | 1001011 | 10011 | 1111 | 111101 | 110010 |
Color Harmonies of #CE5933
Complementary color
Monochromatic Colors of #CE5933
Black with #CE5933
Text Example
Text Example
White with #CE5933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5933; }
p { color: rgb(206,89,51); }
H1.HeaderClassName
{
color: #CE5933;
}
.AnyTagClassName
{
color: #CE5933;
}
</style>
background-color css
<style>
a { background-color: #CE5933; }
a { background-color: rgb(206,89,51); }
div.DivClassName
{
background-color: #CE5933;
}
.BgClassName
{
background-color: #CE5933;
}
</style>
border-color css
<style>
span { border-color: #CE5933; }
span { border-color: rgb(206,89,51); }
td.TdClassName
{
border-color: #CE5933;
}
.TagClassName
{
border-color: #CE5933;
}
</style>