Shades of Chilean Fire #E05221
Tints of Chilean Fire #E05221
RGB
CMYK
RGB Variations
Color information
#E05221 (or 0xE05221) is known color: Chilean Fire. HEX triplet: E0, 52 and 21. RGB value is (224,82,33). Sum of RGB (Red+Green+Blue) = 224+82+33=339 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.08% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 224 - color contains mainly: red. Hex color #E05221 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05221 is #1FADDE. Grayscale: #777777. Windows color (decimal): -2076127 or 2183904. OLE color: 2183904.
HSL color Cylindrical-coordinate representation of color #E05221: hue angle of 15.39º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E05221 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 33 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.12 |
| HSL | 15.39º | 0.75% | 0.5% | - |
| HSV(B) | 15.39º | 0.85% | 0.88% | - |
| XYZ | 34.03 | 21.99 | 3.89 | - |
| YUV | 118.87 | 79.54 | 202.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 33 | 0 | 0.63 | 0.85 | 0.12 | 15.39 | 0.75 | 0.5 |
| Hex | E0 | 52 | 21 | 0 | 3F | 55 | C | F | 4B | 32 |
| Octal | 340 | 122 | 41 | 0 | 77 | 125 | 14 | 17 | 113 | 62 |
| Binary | 11100000 | 1010010 | 100001 | 0 | 111111 | 1010101 | 1100 | 1111 | 1001011 | 110010 |
Color Harmonies of #E05221
Complementary color
Monochromatic Colors of #E05221
Black with #E05221
Text Example
Text Example
White with #E05221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05221; }
p { color: rgb(224,82,33); }
H1.HeaderClassName
{
color: #E05221;
}
.AnyTagClassName
{
color: #E05221;
}
</style>
background-color css
<style>
a { background-color: #E05221; }
a { background-color: rgb(224,82,33); }
div.DivClassName
{
background-color: #E05221;
}
.BgClassName
{
background-color: #E05221;
}
</style>
border-color css
<style>
span { border-color: #E05221; }
span { border-color: rgb(224,82,33); }
td.TdClassName
{
border-color: #E05221;
}
.TagClassName
{
border-color: #E05221;
}
</style>