Shades of Chilean Fire #E1592A
Tints of Chilean Fire #E1592A
RGB
CMYK
RGB Variations
Color information
#E1592A (or 0xE1592A) is known color: Chilean Fire. HEX triplet: E1, 59 and 2A. RGB value is (225,89,42). Sum of RGB (Red+Green+Blue) = 225+89+42=356 (47% of max value = 765). Red value is 225 (88.28% from 255 or 63.20% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 42 (16.80% from 255 or 11.80% from 356); Max value from RGB is 225 - color contains mainly: red. Hex color #E1592A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1592A is #1EA6D5. Grayscale: #7C7C7C. Windows color (decimal): -2008790 or 2775521. OLE color: 2775521.
HSL color Cylindrical-coordinate representation of color #E1592A: hue angle of 15.41º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E1592A is Cyan = 0, Magento = 0.60, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 89 | 42 | - |
| CMYK | 0 | 0.60 | 0.81 | 0.12 |
| HSL | 15.41º | 0.75% | 0.52% | - |
| HSV(B) | 15.41º | 0.81% | 0.88% | - |
| XYZ | 35.04 | 23.32 | 4.84 | - |
| YUV | 124.31 | 81.56 | 199.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 89 | 42 | 0 | 0.60 | 0.81 | 0.12 | 15.41 | 0.75 | 0.52 |
| Hex | E1 | 59 | 2A | 0 | 3C | 51 | C | F | 4B | 34 |
| Octal | 341 | 131 | 52 | 0 | 74 | 121 | 14 | 17 | 113 | 64 |
| Binary | 11100001 | 1011001 | 101010 | 0 | 111100 | 1010001 | 1100 | 1111 | 1001011 | 110100 |
Color Harmonies of #E1592A
Complementary color
Monochromatic Colors of #E1592A
Black with #E1592A
Text Example
Text Example
White with #E1592A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1592A; }
p { color: rgb(225,89,42); }
H1.HeaderClassName
{
color: #E1592A;
}
.AnyTagClassName
{
color: #E1592A;
}
</style>
background-color css
<style>
a { background-color: #E1592A; }
a { background-color: rgb(225,89,42); }
div.DivClassName
{
background-color: #E1592A;
}
.BgClassName
{
background-color: #E1592A;
}
</style>
border-color css
<style>
span { border-color: #E1592A; }
span { border-color: rgb(225,89,42); }
td.TdClassName
{
border-color: #E1592A;
}
.TagClassName
{
border-color: #E1592A;
}
</style>