Shades of Chilean Fire #E1583A
Tints of Chilean Fire #E1583A
RGB
CMYK
RGB Variations
Color information
#E1583A (or 0xE1583A) is known color: Chilean Fire. HEX triplet: E1, 58 and 3A. RGB value is (225,88,58). Sum of RGB (Red+Green+Blue) = 225+88+58=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 58 (23.05% from 255 or 15.63% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E1583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1583A is #1EA7C5. Grayscale: #7D7D7D. Windows color (decimal): -2009030 or 3823841. OLE color: 3823841.
HSL color Cylindrical-coordinate representation of color #E1583A: hue angle of 10.78º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E1583A is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 88 | 58 | - |
| CMYK | 0 | 0.61 | 0.74 | 0.12 |
| HSL | 10.78º | 0.74% | 0.55% | - |
| HSV(B) | 10.78º | 0.74% | 0.88% | - |
| XYZ | 35.3 | 23.29 | 6.64 | - |
| YUV | 125.54 | 89.89 | 198.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 88 | 58 | 0 | 0.61 | 0.74 | 0.12 | 10.78 | 0.74 | 0.55 |
| Hex | E1 | 58 | 3A | 0 | 3D | 4A | C | B | 4A | 37 |
| Octal | 341 | 130 | 72 | 0 | 75 | 112 | 14 | 13 | 112 | 67 |
| Binary | 11100001 | 1011000 | 111010 | 0 | 111101 | 1001010 | 1100 | 1011 | 1001010 | 110111 |
Color Harmonies of #E1583A
Complementary color
Monochromatic Colors of #E1583A
Black with #E1583A
Text Example
Text Example
White with #E1583A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1583A; }
p { color: rgb(225,88,58); }
H1.HeaderClassName
{
color: #E1583A;
}
.AnyTagClassName
{
color: #E1583A;
}
</style>
background-color css
<style>
a { background-color: #E1583A; }
a { background-color: rgb(225,88,58); }
div.DivClassName
{
background-color: #E1583A;
}
.BgClassName
{
background-color: #E1583A;
}
</style>
border-color css
<style>
span { border-color: #E1583A; }
span { border-color: rgb(225,88,58); }
td.TdClassName
{
border-color: #E1583A;
}
.TagClassName
{
border-color: #E1583A;
}
</style>