Shades of Chilean Fire #E15325
Tints of Chilean Fire #E15325
RGB
CMYK
RGB Variations
Color information
#E15325 (or 0xE15325) is known color: Chilean Fire. HEX triplet: E1, 53 and 25. RGB value is (225,83,37). Sum of RGB (Red+Green+Blue) = 225+83+37=345 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.22% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 37 (14.84% from 255 or 10.72% from 345); Max value from RGB is 225 - color contains mainly: red. Hex color #E15325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15325 is #1EACDA. Grayscale: #787878. Windows color (decimal): -2010331 or 2446305. OLE color: 2446305.
HSL color Cylindrical-coordinate representation of color #E15325: hue angle of 14.68º 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 #E15325 is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 37 | - |
| CMYK | 0 | 0.63 | 0.84 | 0.12 |
| HSL | 14.68º | 0.76% | 0.51% | - |
| HSV(B) | 14.68º | 0.84% | 0.88% | - |
| XYZ | 34.48 | 22.33 | 4.24 | - |
| YUV | 120.21 | 81.04 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 37 | 0 | 0.63 | 0.84 | 0.12 | 14.68 | 0.76 | 0.51 |
| Hex | E1 | 53 | 25 | 0 | 3F | 54 | C | F | 4C | 33 |
| Octal | 341 | 123 | 45 | 0 | 77 | 124 | 14 | 17 | 114 | 63 |
| Binary | 11100001 | 1010011 | 100101 | 0 | 111111 | 1010100 | 1100 | 1111 | 1001100 | 110011 |
Color Harmonies of #E15325
Complementary color
Monochromatic Colors of #E15325
Black with #E15325
Text Example
Text Example
White with #E15325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15325; }
p { color: rgb(225,83,37); }
H1.HeaderClassName
{
color: #E15325;
}
.AnyTagClassName
{
color: #E15325;
}
</style>
background-color css
<style>
a { background-color: #E15325; }
a { background-color: rgb(225,83,37); }
div.DivClassName
{
background-color: #E15325;
}
.BgClassName
{
background-color: #E15325;
}
</style>
border-color css
<style>
span { border-color: #E15325; }
span { border-color: rgb(225,83,37); }
td.TdClassName
{
border-color: #E15325;
}
.TagClassName
{
border-color: #E15325;
}
</style>