Shades of Chilean Fire #E15D26
Tints of Chilean Fire #E15D26
RGB
CMYK
RGB Variations
Color information
#E15D26 (or 0xE15D26) is known color: Chilean Fire. HEX triplet: E1, 5D and 26. RGB value is (225,93,38). Sum of RGB (Red+Green+Blue) = 225+93+38=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 38 (15.23% from 255 or 10.67% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15D26 is #1EA2D9. Grayscale: #7E7E7E. Windows color (decimal): -2007770 or 2514401. OLE color: 2514401.
HSL color Cylindrical-coordinate representation of color #E15D26: hue angle of 17.65º 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 #E15D26 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 38 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.12 |
| HSL | 17.65º | 0.76% | 0.52% | - |
| HSV(B) | 17.65º | 0.83% | 0.88% | - |
| XYZ | 35.32 | 23.98 | 4.6 | - |
| YUV | 126.2 | 78.23 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 38 | 0 | 0.59 | 0.83 | 0.12 | 17.65 | 0.76 | 0.52 |
| Hex | E1 | 5D | 26 | 0 | 3B | 53 | C | 12 | 4C | 34 |
| Octal | 341 | 135 | 46 | 0 | 73 | 123 | 14 | 22 | 114 | 64 |
| Binary | 11100001 | 1011101 | 100110 | 0 | 111011 | 1010011 | 1100 | 10010 | 1001100 | 110100 |
Color Harmonies of #E15D26
Complementary color
Monochromatic Colors of #E15D26
Black with #E15D26
Text Example
Text Example
White with #E15D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D26; }
p { color: rgb(225,93,38); }
H1.HeaderClassName
{
color: #E15D26;
}
.AnyTagClassName
{
color: #E15D26;
}
</style>
background-color css
<style>
a { background-color: #E15D26; }
a { background-color: rgb(225,93,38); }
div.DivClassName
{
background-color: #E15D26;
}
.BgClassName
{
background-color: #E15D26;
}
</style>
border-color css
<style>
span { border-color: #E15D26; }
span { border-color: rgb(225,93,38); }
td.TdClassName
{
border-color: #E15D26;
}
.TagClassName
{
border-color: #E15D26;
}
</style>