Shades of Chilean Fire #E45528
Tints of Chilean Fire #E45528
RGB
CMYK
RGB Variations
Color information
#E45528 (or 0xE45528) is known color: Chilean Fire. HEX triplet: E4, 55 and 28. RGB value is (228,85,40). Sum of RGB (Red+Green+Blue) = 228+85+40=353 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.59% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 228 - color contains mainly: red. Hex color #E45528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45528 is #1BAAD7. Grayscale: #7A7A7A. Windows color (decimal): -1813208 or 2643428. OLE color: 2643428.
HSL color Cylindrical-coordinate representation of color #E45528: hue angle of 14.36º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E45528 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 85 | 40 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.11 |
| HSL | 14.36º | 0.78% | 0.53% | - |
| HSV(B) | 14.36º | 0.82% | 0.89% | - |
| XYZ | 35.63 | 23.14 | 4.6 | - |
| YUV | 122.63 | 81.38 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 85 | 40 | 0 | 0.63 | 0.82 | 0.11 | 14.36 | 0.78 | 0.53 |
| Hex | E4 | 55 | 28 | 0 | 3F | 52 | B | E | 4E | 35 |
| Octal | 344 | 125 | 50 | 0 | 77 | 122 | 13 | 16 | 116 | 65 |
| Binary | 11100100 | 1010101 | 101000 | 0 | 111111 | 1010010 | 1011 | 1110 | 1001110 | 110101 |
Color Harmonies of #E45528
Complementary color
Monochromatic Colors of #E45528
Black with #E45528
Text Example
Text Example
White with #E45528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45528; }
p { color: rgb(228,85,40); }
H1.HeaderClassName
{
color: #E45528;
}
.AnyTagClassName
{
color: #E45528;
}
</style>
background-color css
<style>
a { background-color: #E45528; }
a { background-color: rgb(228,85,40); }
div.DivClassName
{
background-color: #E45528;
}
.BgClassName
{
background-color: #E45528;
}
</style>
border-color css
<style>
span { border-color: #E45528; }
span { border-color: rgb(228,85,40); }
td.TdClassName
{
border-color: #E45528;
}
.TagClassName
{
border-color: #E45528;
}
</style>