Shades of Chilean Fire #CE5B32
Tints of Chilean Fire #CE5B32
RGB
CMYK
RGB Variations
Color information
#CE5B32 (or 0xCE5B32) is known color: Chilean Fire. HEX triplet: CE, 5B and 32. RGB value is (206,91,50). Sum of RGB (Red+Green+Blue) = 206+91+50=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 50 (19.92% from 255 or 14.41% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B32 is #31A4CD. Grayscale: #787878. Windows color (decimal): -3253454 or 3300302. OLE color: 3300302.
HSL color Cylindrical-coordinate representation of color #CE5B32: hue angle of 15.77º 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 #CE5B32 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 50 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.19 |
| HSL | 15.77º | 0.61% | 0.5% | - |
| HSV(B) | 15.77º | 0.76% | 0.81% | - |
| XYZ | 29.77 | 20.83 | 5.47 | - |
| YUV | 120.71 | 88.1 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 50 | 0 | 0.56 | 0.76 | 0.19 | 15.77 | 0.61 | 0.5 |
| Hex | CE | 5B | 32 | 0 | 38 | 4C | 13 | 10 | 3D | 32 |
| Octal | 316 | 133 | 62 | 0 | 70 | 114 | 23 | 20 | 75 | 62 |
| Binary | 11001110 | 1011011 | 110010 | 0 | 111000 | 1001100 | 10011 | 10000 | 111101 | 110010 |
Color Harmonies of #CE5B32
Complementary color
Monochromatic Colors of #CE5B32
Black with #CE5B32
Text Example
Text Example
White with #CE5B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B32; }
p { color: rgb(206,91,50); }
H1.HeaderClassName
{
color: #CE5B32;
}
.AnyTagClassName
{
color: #CE5B32;
}
</style>
background-color css
<style>
a { background-color: #CE5B32; }
a { background-color: rgb(206,91,50); }
div.DivClassName
{
background-color: #CE5B32;
}
.BgClassName
{
background-color: #CE5B32;
}
</style>
border-color css
<style>
span { border-color: #CE5B32; }
span { border-color: rgb(206,91,50); }
td.TdClassName
{
border-color: #CE5B32;
}
.TagClassName
{
border-color: #CE5B32;
}
</style>