Shades of Chilean Fire #E45520
Tints of Chilean Fire #E45520
RGB
CMYK
RGB Variations
Color information
#E45520 (or 0xE45520) is known color: Chilean Fire. HEX triplet: E4, 55 and 20. RGB value is (228,85,32). Sum of RGB (Red+Green+Blue) = 228+85+32=345 (45% of max value = 765). Red value is 228 (89.45% from 255 or 66.09% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 32 (12.89% from 255 or 9.28% from 345); Max value from RGB is 228 - color contains mainly: red. Hex color #E45520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45520 is #1BAADF. Grayscale: #7A7A7A. Windows color (decimal): -1813216 or 2119140. OLE color: 2119140.
HSL color Cylindrical-coordinate representation of color #E45520: hue angle of 16.22º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E45520 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 32 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.11 |
| HSL | 16.22º | 0.78% | 0.51% | - |
| HSV(B) | 16.22º | 0.86% | 0.89% | - |
| XYZ | 35.5 | 23.1 | 3.95 | - |
| YUV | 121.72 | 77.38 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 32 | 0 | 0.63 | 0.86 | 0.11 | 16.22 | 0.78 | 0.51 |
| Hex | E4 | 55 | 20 | 0 | 3F | 56 | B | 10 | 4E | 33 |
| Octal | 344 | 125 | 40 | 0 | 77 | 126 | 13 | 20 | 116 | 63 |
| Binary | 11100100 | 1010101 | 100000 | 0 | 111111 | 1010110 | 1011 | 10000 | 1001110 | 110011 |
Color Harmonies of #E45520
Complementary color
Monochromatic Colors of #E45520
Black with #E45520
Text Example
Text Example
White with #E45520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45520; }
p { color: rgb(228,85,32); }
H1.HeaderClassName
{
color: #E45520;
}
.AnyTagClassName
{
color: #E45520;
}
</style>
background-color css
<style>
a { background-color: #E45520; }
a { background-color: rgb(228,85,32); }
div.DivClassName
{
background-color: #E45520;
}
.BgClassName
{
background-color: #E45520;
}
</style>
border-color css
<style>
span { border-color: #E45520; }
span { border-color: rgb(228,85,32); }
td.TdClassName
{
border-color: #E45520;
}
.TagClassName
{
border-color: #E45520;
}
</style>