Shades of Chilean Fire #E0562D
Tints of Chilean Fire #E0562D
RGB
CMYK
RGB Variations
Color information
#E0562D (or 0xE0562D) is known color: Chilean Fire. HEX triplet: E0, 56 and 2D. RGB value is (224,86,45). Sum of RGB (Red+Green+Blue) = 224+86+45=355 (47% of max value = 765). Red value is 224 (87.89% from 255 or 63.10% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 224 - color contains mainly: red. Hex color #E0562D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0562D is #1FA9D2. Grayscale: #7A7A7A. Windows color (decimal): -2075091 or 2971360. OLE color: 2971360.
HSL color Cylindrical-coordinate representation of color #E0562D: hue angle of 13.74º 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 #E0562D is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 45 | - |
| CMYK | 0 | 0.62 | 0.80 | 0.12 |
| HSL | 13.74º | 0.74% | 0.53% | - |
| HSV(B) | 13.74º | 0.8% | 0.88% | - |
| XYZ | 34.54 | 22.69 | 5.04 | - |
| YUV | 122.59 | 84.22 | 200.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 45 | 0 | 0.62 | 0.80 | 0.12 | 13.74 | 0.74 | 0.53 |
| Hex | E0 | 56 | 2D | 0 | 3E | 50 | C | E | 4A | 35 |
| Octal | 340 | 126 | 55 | 0 | 76 | 120 | 14 | 16 | 112 | 65 |
| Binary | 11100000 | 1010110 | 101101 | 0 | 111110 | 1010000 | 1100 | 1110 | 1001010 | 110101 |
Color Harmonies of #E0562D
Complementary color
Monochromatic Colors of #E0562D
Black with #E0562D
Text Example
Text Example
White with #E0562D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0562D; }
p { color: rgb(224,86,45); }
H1.HeaderClassName
{
color: #E0562D;
}
.AnyTagClassName
{
color: #E0562D;
}
</style>
background-color css
<style>
a { background-color: #E0562D; }
a { background-color: rgb(224,86,45); }
div.DivClassName
{
background-color: #E0562D;
}
.BgClassName
{
background-color: #E0562D;
}
</style>
border-color css
<style>
span { border-color: #E0562D; }
span { border-color: rgb(224,86,45); }
td.TdClassName
{
border-color: #E0562D;
}
.TagClassName
{
border-color: #E0562D;
}
</style>