Shades of Chilean Fire #CE5B38
Tints of Chilean Fire #CE5B38
RGB
CMYK
RGB Variations
Color information
#CE5B38 (or 0xCE5B38) is known color: Chilean Fire. HEX triplet: CE, 5B and 38. RGB value is (206,91,56). Sum of RGB (Red+Green+Blue) = 206+91+56=353 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.36% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 56 (22.27% from 255 or 15.86% from 353); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5B38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5B38 is #31A4C7. Grayscale: #797979. Windows color (decimal): -3253448 or 3693518. OLE color: 3693518.
HSL color Cylindrical-coordinate representation of color #CE5B38: hue angle of 14º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE5B38 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 91 | 56 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.19 |
| HSL | 14º | 0.6% | 0.51% | - |
| HSV(B) | 14º | 0.73% | 0.81% | - |
| XYZ | 29.91 | 20.89 | 6.2 | - |
| YUV | 121.4 | 91.1 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 91 | 56 | 0 | 0.56 | 0.73 | 0.19 | 14 | 0.6 | 0.51 |
| Hex | CE | 5B | 38 | 0 | 38 | 49 | 13 | E | 3C | 33 |
| Octal | 316 | 133 | 70 | 0 | 70 | 111 | 23 | 16 | 74 | 63 |
| Binary | 11001110 | 1011011 | 111000 | 0 | 111000 | 1001001 | 10011 | 1110 | 111100 | 110011 |
Color Harmonies of #CE5B38
Complementary color
Monochromatic Colors of #CE5B38
Black with #CE5B38
Text Example
Text Example
White with #CE5B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5B38; }
p { color: rgb(206,91,56); }
H1.HeaderClassName
{
color: #CE5B38;
}
.AnyTagClassName
{
color: #CE5B38;
}
</style>
background-color css
<style>
a { background-color: #CE5B38; }
a { background-color: rgb(206,91,56); }
div.DivClassName
{
background-color: #CE5B38;
}
.BgClassName
{
background-color: #CE5B38;
}
</style>
border-color css
<style>
span { border-color: #CE5B38; }
span { border-color: rgb(206,91,56); }
td.TdClassName
{
border-color: #CE5B38;
}
.TagClassName
{
border-color: #CE5B38;
}
</style>