Shades of Chilean Fire #E85622
Tints of Chilean Fire #E85622
RGB
CMYK
RGB Variations
Color information
#E85622 (or 0xE85622) is known color: Chilean Fire. HEX triplet: E8, 56 and 22. RGB value is (232,86,34). Sum of RGB (Red+Green+Blue) = 232+86+34=352 (46% of max value = 765). Red value is 232 (91.02% from 255 or 65.91% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 34 (13.67% from 255 or 9.66% from 352); Max value from RGB is 232 - color contains mainly: red. Hex color #E85622 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85622 is #17A9DD. Grayscale: #7C7C7C. Windows color (decimal): -1550814 or 2250472. OLE color: 2250472.
HSL color Cylindrical-coordinate representation of color #E85622: hue angle of 15.76º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E85622 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 86 | 34 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.09 |
| HSL | 15.76º | 0.81% | 0.52% | - |
| HSV(B) | 15.76º | 0.85% | 0.91% | - |
| XYZ | 36.9 | 23.93 | 4.19 | - |
| YUV | 123.73 | 77.37 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 86 | 34 | 0 | 0.63 | 0.85 | 0.09 | 15.76 | 0.81 | 0.52 |
| Hex | E8 | 56 | 22 | 0 | 3F | 55 | 9 | 10 | 51 | 34 |
| Octal | 350 | 126 | 42 | 0 | 77 | 125 | 11 | 20 | 121 | 64 |
| Binary | 11101000 | 1010110 | 100010 | 0 | 111111 | 1010101 | 1001 | 10000 | 1010001 | 110100 |
Color Harmonies of #E85622
Complementary color
Monochromatic Colors of #E85622
Black with #E85622
Text Example
Text Example
White with #E85622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85622; }
p { color: rgb(232,86,34); }
H1.HeaderClassName
{
color: #E85622;
}
.AnyTagClassName
{
color: #E85622;
}
</style>
background-color css
<style>
a { background-color: #E85622; }
a { background-color: rgb(232,86,34); }
div.DivClassName
{
background-color: #E85622;
}
.BgClassName
{
background-color: #E85622;
}
</style>
border-color css
<style>
span { border-color: #E85622; }
span { border-color: rgb(232,86,34); }
td.TdClassName
{
border-color: #E85622;
}
.TagClassName
{
border-color: #E85622;
}
</style>