Shades of Chilean Fire #E15431
Tints of Chilean Fire #E15431
RGB
CMYK
RGB Variations
Color information
#E15431 (or 0xE15431) is known color: Chilean Fire. HEX triplet: E1, 54 and 31. RGB value is (225,84,49). Sum of RGB (Red+Green+Blue) = 225+84+49=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 49 (19.53% from 255 or 13.69% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E15431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15431 is #1EABCE. Grayscale: #7A7A7A. Windows color (decimal): -2010063 or 3232993. OLE color: 3232993.
HSL color Cylindrical-coordinate representation of color #E15431: hue angle of 11.93º 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 #E15431 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 84 | 49 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.12 |
| HSL | 11.93º | 0.75% | 0.54% | - |
| HSV(B) | 11.93º | 0.78% | 0.88% | - |
| XYZ | 34.78 | 22.57 | 5.43 | - |
| YUV | 122.17 | 86.71 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 84 | 49 | 0 | 0.63 | 0.78 | 0.12 | 11.93 | 0.75 | 0.54 |
| Hex | E1 | 54 | 31 | 0 | 3F | 4E | C | C | 4B | 36 |
| Octal | 341 | 124 | 61 | 0 | 77 | 116 | 14 | 14 | 113 | 66 |
| Binary | 11100001 | 1010100 | 110001 | 0 | 111111 | 1001110 | 1100 | 1100 | 1001011 | 110110 |
Color Harmonies of #E15431
Complementary color
Monochromatic Colors of #E15431
Black with #E15431
Text Example
Text Example
White with #E15431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15431; }
p { color: rgb(225,84,49); }
H1.HeaderClassName
{
color: #E15431;
}
.AnyTagClassName
{
color: #E15431;
}
</style>
background-color css
<style>
a { background-color: #E15431; }
a { background-color: rgb(225,84,49); }
div.DivClassName
{
background-color: #E15431;
}
.BgClassName
{
background-color: #E15431;
}
</style>
border-color css
<style>
span { border-color: #E15431; }
span { border-color: rgb(225,84,49); }
td.TdClassName
{
border-color: #E15431;
}
.TagClassName
{
border-color: #E15431;
}
</style>