Shades of Chilean Fire #E15935
Tints of Chilean Fire #E15935
RGB
CMYK
RGB Variations
Color information
#E15935 (or 0xE15935) is known color: Chilean Fire. HEX triplet: E1, 59 and 35. RGB value is (225,89,53). Sum of RGB (Red+Green+Blue) = 225+89+53=367 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.31% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 53 (21.09% from 255 or 14.44% from 367); Max value from RGB is 225 - color contains mainly: red. Hex color #E15935 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15935 is #1EA6CA. Grayscale: #7D7D7D. Windows color (decimal): -2008779 or 3496417. OLE color: 3496417.
HSL color Cylindrical-coordinate representation of color #E15935: hue angle of 12.56º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E15935 is Cyan = 0, Magento = 0.60, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 53 | - |
| CMYK | 0 | 0.60 | 0.76 | 0.12 |
| HSL | 12.56º | 0.74% | 0.55% | - |
| HSV(B) | 12.56º | 0.76% | 0.88% | - |
| XYZ | 35.27 | 23.41 | 6.03 | - |
| YUV | 125.56 | 87.06 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 53 | 0 | 0.60 | 0.76 | 0.12 | 12.56 | 0.74 | 0.55 |
| Hex | E1 | 59 | 35 | 0 | 3C | 4C | C | D | 4A | 37 |
| Octal | 341 | 131 | 65 | 0 | 74 | 114 | 14 | 15 | 112 | 67 |
| Binary | 11100001 | 1011001 | 110101 | 0 | 111100 | 1001100 | 1100 | 1101 | 1001010 | 110111 |
Color Harmonies of #E15935
Complementary color
Monochromatic Colors of #E15935
Black with #E15935
Text Example
Text Example
White with #E15935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15935; }
p { color: rgb(225,89,53); }
H1.HeaderClassName
{
color: #E15935;
}
.AnyTagClassName
{
color: #E15935;
}
</style>
background-color css
<style>
a { background-color: #E15935; }
a { background-color: rgb(225,89,53); }
div.DivClassName
{
background-color: #E15935;
}
.BgClassName
{
background-color: #E15935;
}
</style>
border-color css
<style>
span { border-color: #E15935; }
span { border-color: rgb(225,89,53); }
td.TdClassName
{
border-color: #E15935;
}
.TagClassName
{
border-color: #E15935;
}
</style>