Shades of Chilean Fire #E15222
Tints of Chilean Fire #E15222
RGB
CMYK
RGB Variations
Color information
#E15222 (or 0xE15222) is known color: Chilean Fire. HEX triplet: E1, 52 and 22. RGB value is (225,82,34). Sum of RGB (Red+Green+Blue) = 225+82+34=341 (45% of max value = 765). Red value is 225 (88.28% from 255 or 65.98% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 225 - color contains mainly: red. Hex color #E15222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15222 is #1EADDD. Grayscale: #777777. Windows color (decimal): -2010590 or 2249441. OLE color: 2249441.
HSL color Cylindrical-coordinate representation of color #E15222: hue angle of 15.08º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E15222 is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 34 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.12 |
| HSL | 15.08º | 0.76% | 0.51% | - |
| HSV(B) | 15.08º | 0.85% | 0.88% | - |
| XYZ | 34.36 | 22.16 | 3.98 | - |
| YUV | 119.29 | 79.88 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 34 | 0 | 0.64 | 0.85 | 0.12 | 15.08 | 0.76 | 0.51 |
| Hex | E1 | 52 | 22 | 0 | 40 | 55 | C | F | 4C | 33 |
| Octal | 341 | 122 | 42 | 0 | 100 | 125 | 14 | 17 | 114 | 63 |
| Binary | 11100001 | 1010010 | 100010 | 0 | 1000000 | 1010101 | 1100 | 1111 | 1001100 | 110011 |
Color Harmonies of #E15222
Complementary color
Monochromatic Colors of #E15222
Black with #E15222
Text Example
Text Example
White with #E15222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15222; }
p { color: rgb(225,82,34); }
H1.HeaderClassName
{
color: #E15222;
}
.AnyTagClassName
{
color: #E15222;
}
</style>
background-color css
<style>
a { background-color: #E15222; }
a { background-color: rgb(225,82,34); }
div.DivClassName
{
background-color: #E15222;
}
.BgClassName
{
background-color: #E15222;
}
</style>
border-color css
<style>
span { border-color: #E15222; }
span { border-color: rgb(225,82,34); }
td.TdClassName
{
border-color: #E15222;
}
.TagClassName
{
border-color: #E15222;
}
</style>