Shades of Chilean Fire #E15929
Tints of Chilean Fire #E15929
RGB
CMYK
RGB Variations
Color information
#E15929 (or 0xE15929) is known color: Chilean Fire. HEX triplet: E1, 59 and 29. RGB value is (225,89,41). Sum of RGB (Red+Green+Blue) = 225+89+41=355 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.38% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 41 (16.41% from 255 or 11.55% from 355); Max value from RGB is 225 - color contains mainly: red. Hex color #E15929 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15929 is #1EA6D6. Grayscale: #7C7C7C. Windows color (decimal): -2008791 or 2709985. OLE color: 2709985.
HSL color Cylindrical-coordinate representation of color #E15929: hue angle of 15.65º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E15929 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 41 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.12 |
| HSL | 15.65º | 0.75% | 0.52% | - |
| HSV(B) | 15.65º | 0.82% | 0.88% | - |
| XYZ | 35.02 | 23.31 | 4.75 | - |
| YUV | 124.19 | 81.06 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 41 | 0 | 0.60 | 0.82 | 0.12 | 15.65 | 0.75 | 0.52 |
| Hex | E1 | 59 | 29 | 0 | 3C | 52 | C | 10 | 4B | 34 |
| Octal | 341 | 131 | 51 | 0 | 74 | 122 | 14 | 20 | 113 | 64 |
| Binary | 11100001 | 1011001 | 101001 | 0 | 111100 | 1010010 | 1100 | 10000 | 1001011 | 110100 |
Color Harmonies of #E15929
Complementary color
Monochromatic Colors of #E15929
Black with #E15929
Text Example
Text Example
White with #E15929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15929; }
p { color: rgb(225,89,41); }
H1.HeaderClassName
{
color: #E15929;
}
.AnyTagClassName
{
color: #E15929;
}
</style>
background-color css
<style>
a { background-color: #E15929; }
a { background-color: rgb(225,89,41); }
div.DivClassName
{
background-color: #E15929;
}
.BgClassName
{
background-color: #E15929;
}
</style>
border-color css
<style>
span { border-color: #E15929; }
span { border-color: rgb(225,89,41); }
td.TdClassName
{
border-color: #E15929;
}
.TagClassName
{
border-color: #E15929;
}
</style>