Shades of Chilean Fire #E15631
Tints of Chilean Fire #E15631
RGB
CMYK
RGB Variations
Color information
#E15631 (or 0xE15631) is known color: Chilean Fire. HEX triplet: E1, 56 and 31. RGB value is (225,86,49). Sum of RGB (Red+Green+Blue) = 225+86+49=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 49 (19.53% from 255 or 13.61% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E15631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15631 is #1EA9CE. Grayscale: #7B7B7B. Windows color (decimal): -2009551 or 3233505. OLE color: 3233505.
HSL color Cylindrical-coordinate representation of color #E15631: hue angle of 12.61º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E15631 is Cyan = 0, Magento = 0.62, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 86 | 49 | - |
| CMYK | 0 | 0.62 | 0.78 | 0.12 |
| HSL | 12.61º | 0.75% | 0.54% | - |
| HSV(B) | 12.61º | 0.78% | 0.88% | - |
| XYZ | 34.93 | 22.88 | 5.48 | - |
| YUV | 123.34 | 86.05 | 200.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 86 | 49 | 0 | 0.62 | 0.78 | 0.12 | 12.61 | 0.75 | 0.54 |
| Hex | E1 | 56 | 31 | 0 | 3E | 4E | C | D | 4B | 36 |
| Octal | 341 | 126 | 61 | 0 | 76 | 116 | 14 | 15 | 113 | 66 |
| Binary | 11100001 | 1010110 | 110001 | 0 | 111110 | 1001110 | 1100 | 1101 | 1001011 | 110110 |
Color Harmonies of #E15631
Complementary color
Monochromatic Colors of #E15631
Black with #E15631
Text Example
Text Example
White with #E15631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15631; }
p { color: rgb(225,86,49); }
H1.HeaderClassName
{
color: #E15631;
}
.AnyTagClassName
{
color: #E15631;
}
</style>
background-color css
<style>
a { background-color: #E15631; }
a { background-color: rgb(225,86,49); }
div.DivClassName
{
background-color: #E15631;
}
.BgClassName
{
background-color: #E15631;
}
</style>
border-color css
<style>
span { border-color: #E15631; }
span { border-color: rgb(225,86,49); }
td.TdClassName
{
border-color: #E15631;
}
.TagClassName
{
border-color: #E15631;
}
</style>