Shades of Chilean Fire #E0563A
Tints of Chilean Fire #E0563A
RGB
CMYK
RGB Variations
Color information
#E0563A (or 0xE0563A) is known color: Chilean Fire. HEX triplet: E0, 56 and 3A. RGB value is (224,86,58). Sum of RGB (Red+Green+Blue) = 224+86+58=368 (48% of max value = 765). Red value is 224 (87.89% from 255 or 60.87% from 368); Green value is 86 (33.98% from 255 or 23.37% from 368); Blue value is 58 (23.05% from 255 or 15.76% from 368); Max value from RGB is 224 - color contains mainly: red. Hex color #E0563A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0563A is #1FA9C5. Grayscale: #7C7C7C. Windows color (decimal): -2075078 or 3823328. OLE color: 3823328.
HSL color Cylindrical-coordinate representation of color #E0563A: hue angle of 10.12º degrees, saturation: 0.73, 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 #E0563A is Cyan = 0, Magento = 0.62, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 86 | 58 | - |
| CMYK | 0 | 0.62 | 0.74 | 0.12 |
| HSL | 10.12º | 0.73% | 0.55% | - |
| HSV(B) | 10.12º | 0.74% | 0.88% | - |
| XYZ | 34.83 | 22.81 | 6.57 | - |
| YUV | 124.07 | 90.72 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 86 | 58 | 0 | 0.62 | 0.74 | 0.12 | 10.12 | 0.73 | 0.55 |
| Hex | E0 | 56 | 3A | 0 | 3E | 4A | C | A | 49 | 37 |
| Octal | 340 | 126 | 72 | 0 | 76 | 112 | 14 | 12 | 111 | 67 |
| Binary | 11100000 | 1010110 | 111010 | 0 | 111110 | 1001010 | 1100 | 1010 | 1001001 | 110111 |
Color Harmonies of #E0563A
Complementary color
Monochromatic Colors of #E0563A
Black with #E0563A
Text Example
Text Example
White with #E0563A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0563A; }
p { color: rgb(224,86,58); }
H1.HeaderClassName
{
color: #E0563A;
}
.AnyTagClassName
{
color: #E0563A;
}
</style>
background-color css
<style>
a { background-color: #E0563A; }
a { background-color: rgb(224,86,58); }
div.DivClassName
{
background-color: #E0563A;
}
.BgClassName
{
background-color: #E0563A;
}
</style>
border-color css
<style>
span { border-color: #E0563A; }
span { border-color: rgb(224,86,58); }
td.TdClassName
{
border-color: #E0563A;
}
.TagClassName
{
border-color: #E0563A;
}
</style>