Shades of Chilean Fire #CE5E26
Tints of Chilean Fire #CE5E26
RGB
CMYK
RGB Variations
Color information
#CE5E26 (or 0xCE5E26) is known color: Chilean Fire. HEX triplet: CE, 5E and 26. RGB value is (206,94,38). Sum of RGB (Red+Green+Blue) = 206+94+38=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 38 (15.23% from 255 or 11.24% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE5E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE5E26 is #31A1D9. Grayscale: #797979. Windows color (decimal): -3252698 or 2514638. OLE color: 2514638.
HSL color Cylindrical-coordinate representation of color #CE5E26: hue angle of 20º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE5E26 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 94 | 38 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.19 |
| HSL | 20º | 0.69% | 0.48% | - |
| HSV(B) | 20º | 0.82% | 0.81% | - |
| XYZ | 29.81 | 21.27 | 4.37 | - |
| YUV | 121.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 94 | 38 | 0 | 0.54 | 0.82 | 0.19 | 20 | 0.69 | 0.48 |
| Hex | CE | 5E | 26 | 0 | 36 | 52 | 13 | 14 | 45 | 30 |
| Octal | 316 | 136 | 46 | 0 | 66 | 122 | 23 | 24 | 105 | 60 |
| Binary | 11001110 | 1011110 | 100110 | 0 | 110110 | 1010010 | 10011 | 10100 | 1000101 | 110000 |
Color Harmonies of #CE5E26
Complementary color
Monochromatic Colors of #CE5E26
Black with #CE5E26
Text Example
Text Example
White with #CE5E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5E26; }
p { color: rgb(206,94,38); }
H1.HeaderClassName
{
color: #CE5E26;
}
.AnyTagClassName
{
color: #CE5E26;
}
</style>
background-color css
<style>
a { background-color: #CE5E26; }
a { background-color: rgb(206,94,38); }
div.DivClassName
{
background-color: #CE5E26;
}
.BgClassName
{
background-color: #CE5E26;
}
</style>
border-color css
<style>
span { border-color: #CE5E26; }
span { border-color: rgb(206,94,38); }
td.TdClassName
{
border-color: #CE5E26;
}
.TagClassName
{
border-color: #CE5E26;
}
</style>