Shades of Chilean Fire #E0582D
Tints of Chilean Fire #E0582D
RGB
CMYK
RGB Variations
Color information
#E0582D (or 0xE0582D) is known color: Chilean Fire. HEX triplet: E0, 58 and 2D. RGB value is (224,88,45). Sum of RGB (Red+Green+Blue) = 224+88+45=357 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.75% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 224 - color contains mainly: red. Hex color #E0582D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0582D is #1FA7D2. Grayscale: #7C7C7C. Windows color (decimal): -2074579 or 2971872. OLE color: 2971872.
HSL color Cylindrical-coordinate representation of color #E0582D: hue angle of 14.41º degrees, saturation: 0.74, 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 #E0582D is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 88 | 45 | - |
| CMYK | 0 | 0.61 | 0.80 | 0.12 |
| HSL | 14.41º | 0.74% | 0.53% | - |
| HSV(B) | 14.41º | 0.8% | 0.88% | - |
| XYZ | 34.7 | 23.02 | 5.1 | - |
| YUV | 123.76 | 83.56 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 88 | 45 | 0 | 0.61 | 0.80 | 0.12 | 14.41 | 0.74 | 0.53 |
| Hex | E0 | 58 | 2D | 0 | 3D | 50 | C | E | 4A | 35 |
| Octal | 340 | 130 | 55 | 0 | 75 | 120 | 14 | 16 | 112 | 65 |
| Binary | 11100000 | 1011000 | 101101 | 0 | 111101 | 1010000 | 1100 | 1110 | 1001010 | 110101 |
Color Harmonies of #E0582D
Complementary color
Monochromatic Colors of #E0582D
Black with #E0582D
Text Example
Text Example
White with #E0582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0582D; }
p { color: rgb(224,88,45); }
H1.HeaderClassName
{
color: #E0582D;
}
.AnyTagClassName
{
color: #E0582D;
}
</style>
background-color css
<style>
a { background-color: #E0582D; }
a { background-color: rgb(224,88,45); }
div.DivClassName
{
background-color: #E0582D;
}
.BgClassName
{
background-color: #E0582D;
}
</style>
border-color css
<style>
span { border-color: #E0582D; }
span { border-color: rgb(224,88,45); }
td.TdClassName
{
border-color: #E0582D;
}
.TagClassName
{
border-color: #E0582D;
}
</style>