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