Shades of Chilean Fire #E15A26
Tints of Chilean Fire #E15A26
RGB
CMYK
RGB Variations
Color information
#E15A26 (or 0xE15A26) is known color: Chilean Fire. HEX triplet: E1, 5A and 26. RGB value is (225,90,38). Sum of RGB (Red+Green+Blue) = 225+90+38=353 (46% of max value = 765). Red value is 225 (88.28% from 255 or 63.74% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 38 (15.23% from 255 or 10.76% from 353); Max value from RGB is 225 - color contains mainly: red. Hex color #E15A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15A26 is #1EA5D9. Grayscale: #7C7C7C. Windows color (decimal): -2008538 or 2513633. OLE color: 2513633.
HSL color Cylindrical-coordinate representation of color #E15A26: hue angle of 16.68º degrees, saturation: 0.76, 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 #E15A26 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 90 | 38 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.12 |
| HSL | 16.68º | 0.76% | 0.52% | - |
| HSV(B) | 16.68º | 0.83% | 0.88% | - |
| XYZ | 35.06 | 23.46 | 4.51 | - |
| YUV | 124.44 | 79.23 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 90 | 38 | 0 | 0.60 | 0.83 | 0.12 | 16.68 | 0.76 | 0.52 |
| Hex | E1 | 5A | 26 | 0 | 3C | 53 | C | 11 | 4C | 34 |
| Octal | 341 | 132 | 46 | 0 | 74 | 123 | 14 | 21 | 114 | 64 |
| Binary | 11100001 | 1011010 | 100110 | 0 | 111100 | 1010011 | 1100 | 10001 | 1001100 | 110100 |
Color Harmonies of #E15A26
Complementary color
Monochromatic Colors of #E15A26
Black with #E15A26
Text Example
Text Example
White with #E15A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15A26; }
p { color: rgb(225,90,38); }
H1.HeaderClassName
{
color: #E15A26;
}
.AnyTagClassName
{
color: #E15A26;
}
</style>
background-color css
<style>
a { background-color: #E15A26; }
a { background-color: rgb(225,90,38); }
div.DivClassName
{
background-color: #E15A26;
}
.BgClassName
{
background-color: #E15A26;
}
</style>
border-color css
<style>
span { border-color: #E15A26; }
span { border-color: rgb(225,90,38); }
td.TdClassName
{
border-color: #E15A26;
}
.TagClassName
{
border-color: #E15A26;
}
</style>