Shades of Chilean Fire #E1582D
Tints of Chilean Fire #E1582D
RGB
CMYK
RGB Variations
Color information
#E1582D (or 0xE1582D) is known color: Chilean Fire. HEX triplet: E1, 58 and 2D. RGB value is (225,88,45). Sum of RGB (Red+Green+Blue) = 225+88+45=358 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.85% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 225 - color contains mainly: red. Hex color #E1582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1582D is #1EA7D2. Grayscale: #7C7C7C. Windows color (decimal): -2009043 or 2971873. OLE color: 2971873.
HSL color Cylindrical-coordinate representation of color #E1582D: hue angle of 14.33º 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 #E1582D is Cyan = 0, Magento = 0.61, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 45 | - |
| CMYK | 0 | 0.61 | 0.8 | 0.12 |
| HSL | 14.33º | 0.75% | 0.53% | - |
| HSV(B) | 14.33º | 0.8% | 0.88% | - |
| XYZ | 35.01 | 23.18 | 5.11 | - |
| YUV | 124.06 | 83.39 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 45 | 0 | 0.61 | 0.8 | 0.12 | 14.33 | 0.75 | 0.53 |
| Hex | E1 | 58 | 2D | 0 | 3D | 50 | C | E | 4B | 35 |
| Octal | 341 | 130 | 55 | 0 | 75 | 120 | 14 | 16 | 113 | 65 |
| Binary | 11100001 | 1011000 | 101101 | 0 | 111101 | 1010000 | 1100 | 1110 | 1001011 | 110101 |
Color Harmonies of #E1582D
Complementary color
Monochromatic Colors of #E1582D
Black with #E1582D
Text Example
Text Example
White with #E1582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1582D; }
p { color: rgb(225,88,45); }
H1.HeaderClassName
{
color: #E1582D;
}
.AnyTagClassName
{
color: #E1582D;
}
</style>
background-color css
<style>
a { background-color: #E1582D; }
a { background-color: rgb(225,88,45); }
div.DivClassName
{
background-color: #E1582D;
}
.BgClassName
{
background-color: #E1582D;
}
</style>
border-color css
<style>
span { border-color: #E1582D; }
span { border-color: rgb(225,88,45); }
td.TdClassName
{
border-color: #E1582D;
}
.TagClassName
{
border-color: #E1582D;
}
</style>