Shades of Chilean Fire #E05A3C
Tints of Chilean Fire #E05A3C
RGB
CMYK
RGB Variations
Color information
#E05A3C (or 0xE05A3C) is known color: Chilean Fire. HEX triplet: E0, 5A and 3C. RGB value is (224,90,60). Sum of RGB (Red+Green+Blue) = 224+90+60=374 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.89% from 374); Green value is 90 (35.55% from 255 or 24.06% from 374); Blue value is 60 (23.83% from 255 or 16.04% from 374); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A3C is #1FA5C3. Grayscale: #7E7E7E. Windows color (decimal): -2074052 or 3955424. OLE color: 3955424.
HSL color Cylindrical-coordinate representation of color #E05A3C: hue angle of 10.98º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E05A3C is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 60 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.12 |
| HSL | 10.98º | 0.73% | 0.56% | - |
| HSV(B) | 10.98º | 0.73% | 0.88% | - |
| XYZ | 35.21 | 23.49 | 6.95 | - |
| YUV | 126.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 60 | 0 | 0.60 | 0.73 | 0.12 | 10.98 | 0.73 | 0.56 |
| Hex | E0 | 5A | 3C | 0 | 3C | 49 | C | B | 49 | 38 |
| Octal | 340 | 132 | 74 | 0 | 74 | 111 | 14 | 13 | 111 | 70 |
| Binary | 11100000 | 1011010 | 111100 | 0 | 111100 | 1001001 | 1100 | 1011 | 1001001 | 111000 |
Color Harmonies of #E05A3C
Complementary color
Monochromatic Colors of #E05A3C
Black with #E05A3C
Text Example
Text Example
White with #E05A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A3C; }
p { color: rgb(224,90,60); }
H1.HeaderClassName
{
color: #E05A3C;
}
.AnyTagClassName
{
color: #E05A3C;
}
</style>
background-color css
<style>
a { background-color: #E05A3C; }
a { background-color: rgb(224,90,60); }
div.DivClassName
{
background-color: #E05A3C;
}
.BgClassName
{
background-color: #E05A3C;
}
</style>
border-color css
<style>
span { border-color: #E05A3C; }
span { border-color: rgb(224,90,60); }
td.TdClassName
{
border-color: #E05A3C;
}
.TagClassName
{
border-color: #E05A3C;
}
</style>