Shades of Chilean Fire #CE5833
Tints of Chilean Fire #CE5833
RGB
CMYK
RGB Variations
Color information
#CE5833 (or 0xCE5833) is known color: Chilean Fire. HEX triplet: CE, 58 and 33. RGB value is (206,88,51). Sum of RGB (Red+Green+Blue) = 206+88+51=345 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.71% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 51 (20.31% from 255 or 14.78% from 345); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5833 is #31A7CC. Grayscale: #777777. Windows color (decimal): -3254221 or 3365070. OLE color: 3365070.
HSL color Cylindrical-coordinate representation of color #CE5833: hue angle of 14.32º 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 #CE5833 is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 88 | 51 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.19 |
| HSL | 14.32º | 0.61% | 0.5% | - |
| HSV(B) | 14.32º | 0.75% | 0.81% | - |
| XYZ | 29.54 | 20.34 | 5.5 | - |
| YUV | 119.06 | 89.59 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 88 | 51 | 0 | 0.57 | 0.75 | 0.19 | 14.32 | 0.61 | 0.5 |
| Hex | CE | 58 | 33 | 0 | 39 | 4B | 13 | E | 3D | 32 |
| Octal | 316 | 130 | 63 | 0 | 71 | 113 | 23 | 16 | 75 | 62 |
| Binary | 11001110 | 1011000 | 110011 | 0 | 111001 | 1001011 | 10011 | 1110 | 111101 | 110010 |
Color Harmonies of #CE5833
Complementary color
Monochromatic Colors of #CE5833
Black with #CE5833
Text Example
Text Example
White with #CE5833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5833; }
p { color: rgb(206,88,51); }
H1.HeaderClassName
{
color: #CE5833;
}
.AnyTagClassName
{
color: #CE5833;
}
</style>
background-color css
<style>
a { background-color: #CE5833; }
a { background-color: rgb(206,88,51); }
div.DivClassName
{
background-color: #CE5833;
}
.BgClassName
{
background-color: #CE5833;
}
</style>
border-color css
<style>
span { border-color: #CE5833; }
span { border-color: rgb(206,88,51); }
td.TdClassName
{
border-color: #CE5833;
}
.TagClassName
{
border-color: #CE5833;
}
</style>