Shades of Chilean Fire #E05924
Tints of Chilean Fire #E05924
RGB
CMYK
RGB Variations
Color information
#E05924 (or 0xE05924) is known color: Chilean Fire. HEX triplet: E0, 59 and 24. RGB value is (224,89,36). Sum of RGB (Red+Green+Blue) = 224+89+36=349 (46% of max value = 765). Red value is 224 (87.89% from 255 or 64.18% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 36 (14.45% from 255 or 10.32% from 349); Max value from RGB is 224 - color contains mainly: red. Hex color #E05924 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05924 is #1FA6DB. Grayscale: #7B7B7B. Windows color (decimal): -2074332 or 2382304. OLE color: 2382304.
HSL color Cylindrical-coordinate representation of color #E05924: hue angle of 16.91º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E05924 is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 36 | - |
| CMYK | 0 | 0.60 | 0.84 | 0.12 |
| HSL | 16.91º | 0.75% | 0.51% | - |
| HSV(B) | 16.91º | 0.84% | 0.88% | - |
| XYZ | 34.63 | 23.12 | 4.31 | - |
| YUV | 123.32 | 78.73 | 199.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 36 | 0 | 0.60 | 0.84 | 0.12 | 16.91 | 0.75 | 0.51 |
| Hex | E0 | 59 | 24 | 0 | 3C | 54 | C | 11 | 4B | 33 |
| Octal | 340 | 131 | 44 | 0 | 74 | 124 | 14 | 21 | 113 | 63 |
| Binary | 11100000 | 1011001 | 100100 | 0 | 111100 | 1010100 | 1100 | 10001 | 1001011 | 110011 |
Color Harmonies of #E05924
Complementary color
Monochromatic Colors of #E05924
Black with #E05924
Text Example
Text Example
White with #E05924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05924; }
p { color: rgb(224,89,36); }
H1.HeaderClassName
{
color: #E05924;
}
.AnyTagClassName
{
color: #E05924;
}
</style>
background-color css
<style>
a { background-color: #E05924; }
a { background-color: rgb(224,89,36); }
div.DivClassName
{
background-color: #E05924;
}
.BgClassName
{
background-color: #E05924;
}
</style>
border-color css
<style>
span { border-color: #E05924; }
span { border-color: rgb(224,89,36); }
td.TdClassName
{
border-color: #E05924;
}
.TagClassName
{
border-color: #E05924;
}
</style>