Shades of Chilean Fire #E15425
Tints of Chilean Fire #E15425
RGB
CMYK
RGB Variations
Color information
#E15425 (or 0xE15425) is known color: Chilean Fire. HEX triplet: E1, 54 and 25. RGB value is (225,84,37). Sum of RGB (Red+Green+Blue) = 225+84+37=346 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.03% from 346); Green value is 84 (33.20% from 255 or 24.28% from 346); Blue value is 37 (14.84% from 255 or 10.69% from 346); Max value from RGB is 225 - color contains mainly: red. Hex color #E15425 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15425 is #1EABDA. Grayscale: #797979. Windows color (decimal): -2010075 or 2446561. OLE color: 2446561.
HSL color Cylindrical-coordinate representation of color #E15425: hue angle of 15º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E15425 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 37 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.12 |
| HSL | 15º | 0.76% | 0.51% | - |
| HSV(B) | 15º | 0.84% | 0.88% | - |
| XYZ | 34.56 | 22.48 | 4.27 | - |
| YUV | 120.8 | 80.71 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 37 | 0 | 0.63 | 0.84 | 0.12 | 15 | 0.76 | 0.51 |
| Hex | E1 | 54 | 25 | 0 | 3F | 54 | C | F | 4C | 33 |
| Octal | 341 | 124 | 45 | 0 | 77 | 124 | 14 | 17 | 114 | 63 |
| Binary | 11100001 | 1010100 | 100101 | 0 | 111111 | 1010100 | 1100 | 1111 | 1001100 | 110011 |
Color Harmonies of #E15425
Complementary color
Monochromatic Colors of #E15425
Black with #E15425
Text Example
Text Example
White with #E15425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15425; }
p { color: rgb(225,84,37); }
H1.HeaderClassName
{
color: #E15425;
}
.AnyTagClassName
{
color: #E15425;
}
</style>
background-color css
<style>
a { background-color: #E15425; }
a { background-color: rgb(225,84,37); }
div.DivClassName
{
background-color: #E15425;
}
.BgClassName
{
background-color: #E15425;
}
</style>
border-color css
<style>
span { border-color: #E15425; }
span { border-color: rgb(225,84,37); }
td.TdClassName
{
border-color: #E15425;
}
.TagClassName
{
border-color: #E15425;
}
</style>