Shades of Chilean Fire #E05A32
Tints of Chilean Fire #E05A32
RGB
CMYK
RGB Variations
Color information
#E05A32 (or 0xE05A32) is known color: Chilean Fire. HEX triplet: E0, 5A and 32. RGB value is (224,90,50). Sum of RGB (Red+Green+Blue) = 224+90+50=364 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.54% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 224 - color contains mainly: red. Hex color #E05A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05A32 is #1FA5CD. Grayscale: #7D7D7D. Windows color (decimal): -2074062 or 3300064. OLE color: 3300064.
HSL color Cylindrical-coordinate representation of color #E05A32: hue angle of 13.79º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E05A32 is Cyan = 0, Magento = 0.60, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 90 | 50 | - |
| CMYK | 0 | 0.60 | 0.78 | 0.12 |
| HSL | 13.79º | 0.74% | 0.54% | - |
| HSV(B) | 13.79º | 0.78% | 0.88% | - |
| XYZ | 34.97 | 23.39 | 5.69 | - |
| YUV | 125.51 | 85.39 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 90 | 50 | 0 | 0.60 | 0.78 | 0.12 | 13.79 | 0.74 | 0.54 |
| Hex | E0 | 5A | 32 | 0 | 3C | 4E | C | E | 4A | 36 |
| Octal | 340 | 132 | 62 | 0 | 74 | 116 | 14 | 16 | 112 | 66 |
| Binary | 11100000 | 1011010 | 110010 | 0 | 111100 | 1001110 | 1100 | 1110 | 1001010 | 110110 |
Color Harmonies of #E05A32
Complementary color
Monochromatic Colors of #E05A32
Black with #E05A32
Text Example
Text Example
White with #E05A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05A32; }
p { color: rgb(224,90,50); }
H1.HeaderClassName
{
color: #E05A32;
}
.AnyTagClassName
{
color: #E05A32;
}
</style>
background-color css
<style>
a { background-color: #E05A32; }
a { background-color: rgb(224,90,50); }
div.DivClassName
{
background-color: #E05A32;
}
.BgClassName
{
background-color: #E05A32;
}
</style>
border-color css
<style>
span { border-color: #E05A32; }
span { border-color: rgb(224,90,50); }
td.TdClassName
{
border-color: #E05A32;
}
.TagClassName
{
border-color: #E05A32;
}
</style>