Shades of Chilean Fire #E1592C
Tints of Chilean Fire #E1592C
RGB
CMYK
RGB Variations
Color information
#E1592C (or 0xE1592C) is known color: Chilean Fire. HEX triplet: E1, 59 and 2C. RGB value is (225,89,44). Sum of RGB (Red+Green+Blue) = 225+89+44=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1592C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1592C is #1EA6D3. Grayscale: #7C7C7C. Windows color (decimal): -2008788 or 2906593. OLE color: 2906593.
HSL color Cylindrical-coordinate representation of color #E1592C: hue angle of 14.92º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E1592C is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 44 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.12 |
| HSL | 14.92º | 0.75% | 0.53% | - |
| HSV(B) | 14.92º | 0.8% | 0.88% | - |
| XYZ | 35.08 | 23.33 | 5.04 | - |
| YUV | 124.53 | 82.56 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 44 | 0 | 0.60 | 0.80 | 0.12 | 14.92 | 0.75 | 0.53 |
| Hex | E1 | 59 | 2C | 0 | 3C | 50 | C | F | 4B | 35 |
| Octal | 341 | 131 | 54 | 0 | 74 | 120 | 14 | 17 | 113 | 65 |
| Binary | 11100001 | 1011001 | 101100 | 0 | 111100 | 1010000 | 1100 | 1111 | 1001011 | 110101 |
Color Harmonies of #E1592C
Complementary color
Monochromatic Colors of #E1592C
Black with #E1592C
Text Example
Text Example
White with #E1592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1592C; }
p { color: rgb(225,89,44); }
H1.HeaderClassName
{
color: #E1592C;
}
.AnyTagClassName
{
color: #E1592C;
}
</style>
background-color css
<style>
a { background-color: #E1592C; }
a { background-color: rgb(225,89,44); }
div.DivClassName
{
background-color: #E1592C;
}
.BgClassName
{
background-color: #E1592C;
}
</style>
border-color css
<style>
span { border-color: #E1592C; }
span { border-color: rgb(225,89,44); }
td.TdClassName
{
border-color: #E1592C;
}
.TagClassName
{
border-color: #E1592C;
}
</style>