Shades of Chilean Fire #E05121
Tints of Chilean Fire #E05121
RGB
CMYK
RGB Variations
Color information
#E05121 (or 0xE05121) is known color: Chilean Fire. HEX triplet: E0, 51 and 21. RGB value is (224,81,33). Sum of RGB (Red+Green+Blue) = 224+81+33=338 (44% of max value = 765). Red value is 224 (87.89% from 255 or 66.27% from 338); Green value is 81 (32.03% from 255 or 23.96% from 338); Blue value is 33 (13.28% from 255 or 9.76% from 338); Max value from RGB is 224 - color contains mainly: red. Hex color #E05121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05121 is #1FAEDE. Grayscale: #767676. Windows color (decimal): -2076383 or 2183648. OLE color: 2183648.
HSL color Cylindrical-coordinate representation of color #E05121: hue angle of 15.08º 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 #E05121 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 33 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.12 |
| HSL | 15.08º | 0.75% | 0.5% | - |
| HSV(B) | 15.08º | 0.85% | 0.88% | - |
| XYZ | 33.96 | 21.84 | 3.87 | - |
| YUV | 118.29 | 79.88 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 33 | 0 | 0.64 | 0.85 | 0.12 | 15.08 | 0.75 | 0.5 |
| Hex | E0 | 51 | 21 | 0 | 40 | 55 | C | F | 4B | 32 |
| Octal | 340 | 121 | 41 | 0 | 100 | 125 | 14 | 17 | 113 | 62 |
| Binary | 11100000 | 1010001 | 100001 | 0 | 1000000 | 1010101 | 1100 | 1111 | 1001011 | 110010 |
Color Harmonies of #E05121
Complementary color
Monochromatic Colors of #E05121
Black with #E05121
Text Example
Text Example
White with #E05121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05121; }
p { color: rgb(224,81,33); }
H1.HeaderClassName
{
color: #E05121;
}
.AnyTagClassName
{
color: #E05121;
}
</style>
background-color css
<style>
a { background-color: #E05121; }
a { background-color: rgb(224,81,33); }
div.DivClassName
{
background-color: #E05121;
}
.BgClassName
{
background-color: #E05121;
}
</style>
border-color css
<style>
span { border-color: #E05121; }
span { border-color: rgb(224,81,33); }
td.TdClassName
{
border-color: #E05121;
}
.TagClassName
{
border-color: #E05121;
}
</style>