Shades of Chilean Fire #E05B32
Tints of Chilean Fire #E05B32
RGB
CMYK
RGB Variations
Color information
#E05B32 (or 0xE05B32) is known color: Chilean Fire. HEX triplet: E0, 5B and 32. RGB value is (224,91,50). Sum of RGB (Red+Green+Blue) = 224+91+50=365 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.37% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 224 - color contains mainly: red. Hex color #E05B32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05B32 is #1FA4CD. Grayscale: #7E7E7E. Windows color (decimal): -2073806 or 3300320. OLE color: 3300320.
HSL color Cylindrical-coordinate representation of color #E05B32: hue angle of 14.14º 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 #E05B32 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 91 | 50 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.12 |
| HSL | 14.14º | 0.74% | 0.54% | - |
| HSV(B) | 14.14º | 0.78% | 0.88% | - |
| XYZ | 35.06 | 23.56 | 5.72 | - |
| YUV | 126.09 | 85.06 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 91 | 50 | 0 | 0.59 | 0.78 | 0.12 | 14.14 | 0.74 | 0.54 |
| Hex | E0 | 5B | 32 | 0 | 3B | 4E | C | E | 4A | 36 |
| Octal | 340 | 133 | 62 | 0 | 73 | 116 | 14 | 16 | 112 | 66 |
| Binary | 11100000 | 1011011 | 110010 | 0 | 111011 | 1001110 | 1100 | 1110 | 1001010 | 110110 |
Color Harmonies of #E05B32
Complementary color
Monochromatic Colors of #E05B32
Black with #E05B32
Text Example
Text Example
White with #E05B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05B32; }
p { color: rgb(224,91,50); }
H1.HeaderClassName
{
color: #E05B32;
}
.AnyTagClassName
{
color: #E05B32;
}
</style>
background-color css
<style>
a { background-color: #E05B32; }
a { background-color: rgb(224,91,50); }
div.DivClassName
{
background-color: #E05B32;
}
.BgClassName
{
background-color: #E05B32;
}
</style>
border-color css
<style>
span { border-color: #E05B32; }
span { border-color: rgb(224,91,50); }
td.TdClassName
{
border-color: #E05B32;
}
.TagClassName
{
border-color: #E05B32;
}
</style>