Shades of Chilean Fire #E05927
Tints of Chilean Fire #E05927
RGB
CMYK
RGB Variations
Color information
#E05927 (or 0xE05927) is known color: Chilean Fire. HEX triplet: E0, 59 and 27. RGB value is (224,89,39). Sum of RGB (Red+Green+Blue) = 224+89+39=352 (46% of max value = 765). Red value is 224 (87.89% from 255 or 63.64% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 224 - color contains mainly: red. Hex color #E05927 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05927 is #1FA6D8. Grayscale: #7C7C7C. Windows color (decimal): -2074329 or 2578912. OLE color: 2578912.
HSL color Cylindrical-coordinate representation of color #E05927: hue angle of 16.22º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E05927 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 89 | 39 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.12 |
| HSL | 16.22º | 0.75% | 0.52% | - |
| HSV(B) | 16.22º | 0.83% | 0.88% | - |
| XYZ | 34.68 | 23.14 | 4.56 | - |
| YUV | 123.67 | 80.23 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 89 | 39 | 0 | 0.60 | 0.83 | 0.12 | 16.22 | 0.75 | 0.52 |
| Hex | E0 | 59 | 27 | 0 | 3C | 53 | C | 10 | 4B | 34 |
| Octal | 340 | 131 | 47 | 0 | 74 | 123 | 14 | 20 | 113 | 64 |
| Binary | 11100000 | 1011001 | 100111 | 0 | 111100 | 1010011 | 1100 | 10000 | 1001011 | 110100 |
Color Harmonies of #E05927
Complementary color
Monochromatic Colors of #E05927
Black with #E05927
Text Example
Text Example
White with #E05927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05927; }
p { color: rgb(224,89,39); }
H1.HeaderClassName
{
color: #E05927;
}
.AnyTagClassName
{
color: #E05927;
}
</style>
background-color css
<style>
a { background-color: #E05927; }
a { background-color: rgb(224,89,39); }
div.DivClassName
{
background-color: #E05927;
}
.BgClassName
{
background-color: #E05927;
}
</style>
border-color css
<style>
span { border-color: #E05927; }
span { border-color: rgb(224,89,39); }
td.TdClassName
{
border-color: #E05927;
}
.TagClassName
{
border-color: #E05927;
}
</style>