Shades of Chilean Fire #E45925
Tints of Chilean Fire #E45925
RGB
CMYK
RGB Variations
Color information
#E45925 (or 0xE45925) is known color: Chilean Fire. HEX triplet: E4, 59 and 25. RGB value is (228,89,37). Sum of RGB (Red+Green+Blue) = 228+89+37=354 (46% of max value = 765). Red value is 228 (89.45% from 255 or 64.41% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 37 (14.84% from 255 or 10.45% from 354); Max value from RGB is 228 - color contains mainly: red. Hex color #E45925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45925 is #1BA6DA. Grayscale: #7C7C7C. Windows color (decimal): -1812187 or 2447844. OLE color: 2447844.
HSL color Cylindrical-coordinate representation of color #E45925: hue angle of 16.34º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E45925 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 89 | 37 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.11 |
| HSL | 16.34º | 0.78% | 0.52% | - |
| HSV(B) | 16.34º | 0.84% | 0.89% | - |
| XYZ | 35.9 | 23.77 | 4.45 | - |
| YUV | 124.63 | 78.55 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 89 | 37 | 0 | 0.61 | 0.84 | 0.11 | 16.34 | 0.78 | 0.52 |
| Hex | E4 | 59 | 25 | 0 | 3D | 54 | B | 10 | 4E | 34 |
| Octal | 344 | 131 | 45 | 0 | 75 | 124 | 13 | 20 | 116 | 64 |
| Binary | 11100100 | 1011001 | 100101 | 0 | 111101 | 1010100 | 1011 | 10000 | 1001110 | 110100 |
Color Harmonies of #E45925
Complementary color
Monochromatic Colors of #E45925
Black with #E45925
Text Example
Text Example
White with #E45925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45925; }
p { color: rgb(228,89,37); }
H1.HeaderClassName
{
color: #E45925;
}
.AnyTagClassName
{
color: #E45925;
}
</style>
background-color css
<style>
a { background-color: #E45925; }
a { background-color: rgb(228,89,37); }
div.DivClassName
{
background-color: #E45925;
}
.BgClassName
{
background-color: #E45925;
}
</style>
border-color css
<style>
span { border-color: #E45925; }
span { border-color: rgb(228,89,37); }
td.TdClassName
{
border-color: #E45925;
}
.TagClassName
{
border-color: #E45925;
}
</style>