Shades of Chilean Fire #CE5C33
Tints of Chilean Fire #CE5C33
RGB
CMYK
RGB Variations
Color information
#CE5C33 (or 0xCE5C33) is known color: Chilean Fire. HEX triplet: CE, 5C and 33. RGB value is (206,92,51). Sum of RGB (Red+Green+Blue) = 206+92+51=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5C33 is #31A3CC. Grayscale: #797979. Windows color (decimal): -3253197 or 3366094. OLE color: 3366094.
HSL color Cylindrical-coordinate representation of color #CE5C33: hue angle of 15.87º 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 #CE5C33 is Cyan = 0, Magento = 0.55, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 92 | 51 | - |
| CMYK | 0 | 0.55 | 0.75 | 0.19 |
| HSL | 15.87º | 0.61% | 0.5% | - |
| HSV(B) | 15.87º | 0.75% | 0.81% | - |
| XYZ | 29.88 | 21.02 | 5.61 | - |
| YUV | 121.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 51 | 0 | 0.55 | 0.75 | 0.19 | 15.87 | 0.61 | 0.5 |
| Hex | CE | 5C | 33 | 0 | 37 | 4B | 13 | 10 | 3D | 32 |
| Octal | 316 | 134 | 63 | 0 | 67 | 113 | 23 | 20 | 75 | 62 |
| Binary | 11001110 | 1011100 | 110011 | 0 | 110111 | 1001011 | 10011 | 10000 | 111101 | 110010 |
Color Harmonies of #CE5C33
Complementary color
Monochromatic Colors of #CE5C33
Black with #CE5C33
Text Example
Text Example
White with #CE5C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5C33; }
p { color: rgb(206,92,51); }
H1.HeaderClassName
{
color: #CE5C33;
}
.AnyTagClassName
{
color: #CE5C33;
}
</style>
background-color css
<style>
a { background-color: #CE5C33; }
a { background-color: rgb(206,92,51); }
div.DivClassName
{
background-color: #CE5C33;
}
.BgClassName
{
background-color: #CE5C33;
}
</style>
border-color css
<style>
span { border-color: #CE5C33; }
span { border-color: rgb(206,92,51); }
td.TdClassName
{
border-color: #CE5C33;
}
.TagClassName
{
border-color: #CE5C33;
}
</style>