Shades of Chilean Fire #E85824
Tints of Chilean Fire #E85824
RGB
CMYK
RGB Variations
Color information
#E85824 (or 0xE85824) is known color: Chilean Fire. HEX triplet: E8, 58 and 24. RGB value is (232,88,36). Sum of RGB (Red+Green+Blue) = 232+88+36=356 (47% of max value = 765). Red value is 232 (91.02% from 255 or 65.17% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 36 (14.45% from 255 or 10.11% from 356); Max value from RGB is 232 - color contains mainly: red. Hex color #E85824 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85824 is #17A7DB. Grayscale: #7D7D7D. Windows color (decimal): -1550300 or 2382056. OLE color: 2382056.
HSL color Cylindrical-coordinate representation of color #E85824: hue angle of 15.92º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E85824 is Cyan = 0, Magento = 0.62, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 88 | 36 | - |
| CMYK | 0 | 0.62 | 0.84 | 0.09 |
| HSL | 15.92º | 0.81% | 0.53% | - |
| HSV(B) | 15.92º | 0.84% | 0.91% | - |
| XYZ | 37.09 | 24.26 | 4.4 | - |
| YUV | 125.13 | 77.71 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 88 | 36 | 0 | 0.62 | 0.84 | 0.09 | 15.92 | 0.81 | 0.53 |
| Hex | E8 | 58 | 24 | 0 | 3E | 54 | 9 | 10 | 51 | 35 |
| Octal | 350 | 130 | 44 | 0 | 76 | 124 | 11 | 20 | 121 | 65 |
| Binary | 11101000 | 1011000 | 100100 | 0 | 111110 | 1010100 | 1001 | 10000 | 1010001 | 110101 |
Color Harmonies of #E85824
Complementary color
Monochromatic Colors of #E85824
Black with #E85824
Text Example
Text Example
White with #E85824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85824; }
p { color: rgb(232,88,36); }
H1.HeaderClassName
{
color: #E85824;
}
.AnyTagClassName
{
color: #E85824;
}
</style>
background-color css
<style>
a { background-color: #E85824; }
a { background-color: rgb(232,88,36); }
div.DivClassName
{
background-color: #E85824;
}
.BgClassName
{
background-color: #E85824;
}
</style>
border-color css
<style>
span { border-color: #E85824; }
span { border-color: rgb(232,88,36); }
td.TdClassName
{
border-color: #E85824;
}
.TagClassName
{
border-color: #E85824;
}
</style>