Shades of Chilean Fire #E05A2C
Tints of Chilean Fire #E05A2C
RGB
CMYK
RGB Variations
Color information
#E05A2C (or 0xE05A2C) is known color: Chilean Fire. HEX triplet: E0, 5A and 2C. RGB value is (224,90,44). Sum of RGB (Red+Green+Blue) = 224+90+44=358 (47% of max value = 765). Red value is 224 (87.89% from 255 or 62.57% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A2C is #1FA5D3. Grayscale: #7D7D7D. Windows color (decimal): -2074068 or 2906848. OLE color: 2906848.
HSL color Cylindrical-coordinate representation of color #E05A2C: hue angle of 15.33º 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 #E05A2C is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 44 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.12 |
| HSL | 15.33º | 0.74% | 0.53% | - |
| HSV(B) | 15.33º | 0.8% | 0.88% | - |
| XYZ | 34.85 | 23.34 | 5.05 | - |
| YUV | 124.82 | 82.39 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 44 | 0 | 0.60 | 0.80 | 0.12 | 15.33 | 0.74 | 0.53 |
| Hex | E0 | 5A | 2C | 0 | 3C | 50 | C | F | 4A | 35 |
| Octal | 340 | 132 | 54 | 0 | 74 | 120 | 14 | 17 | 112 | 65 |
| Binary | 11100000 | 1011010 | 101100 | 0 | 111100 | 1010000 | 1100 | 1111 | 1001010 | 110101 |
Color Harmonies of #E05A2C
Complementary color
Monochromatic Colors of #E05A2C
Black with #E05A2C
Text Example
Text Example
White with #E05A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A2C; }
p { color: rgb(224,90,44); }
H1.HeaderClassName
{
color: #E05A2C;
}
.AnyTagClassName
{
color: #E05A2C;
}
</style>
background-color css
<style>
a { background-color: #E05A2C; }
a { background-color: rgb(224,90,44); }
div.DivClassName
{
background-color: #E05A2C;
}
.BgClassName
{
background-color: #E05A2C;
}
</style>
border-color css
<style>
span { border-color: #E05A2C; }
span { border-color: rgb(224,90,44); }
td.TdClassName
{
border-color: #E05A2C;
}
.TagClassName
{
border-color: #E05A2C;
}
</style>