Shades of Chilean Fire #E15B2C
Tints of Chilean Fire #E15B2C
RGB
CMYK
RGB Variations
Color information
#E15B2C (or 0xE15B2C) is known color: Chilean Fire. HEX triplet: E1, 5B and 2C. RGB value is (225,91,44). Sum of RGB (Red+Green+Blue) = 225+91+44=360 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.5% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 44 (17.58% from 255 or 12.22% from 360); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15B2C is #1EA4D3. Grayscale: #7E7E7E. Windows color (decimal): -2008276 or 2907105. OLE color: 2907105.
HSL color Cylindrical-coordinate representation of color #E15B2C: hue angle of 15.58º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E15B2C is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 44 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.12 |
| HSL | 15.58º | 0.75% | 0.53% | - |
| HSV(B) | 15.58º | 0.8% | 0.88% | - |
| XYZ | 35.25 | 23.67 | 5.09 | - |
| YUV | 125.71 | 81.89 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 44 | 0 | 0.60 | 0.80 | 0.12 | 15.58 | 0.75 | 0.53 |
| Hex | E1 | 5B | 2C | 0 | 3C | 50 | C | 10 | 4B | 35 |
| Octal | 341 | 133 | 54 | 0 | 74 | 120 | 14 | 20 | 113 | 65 |
| Binary | 11100001 | 1011011 | 101100 | 0 | 111100 | 1010000 | 1100 | 10000 | 1001011 | 110101 |
Color Harmonies of #E15B2C
Complementary color
Monochromatic Colors of #E15B2C
Black with #E15B2C
Text Example
Text Example
White with #E15B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B2C; }
p { color: rgb(225,91,44); }
H1.HeaderClassName
{
color: #E15B2C;
}
.AnyTagClassName
{
color: #E15B2C;
}
</style>
background-color css
<style>
a { background-color: #E15B2C; }
a { background-color: rgb(225,91,44); }
div.DivClassName
{
background-color: #E15B2C;
}
.BgClassName
{
background-color: #E15B2C;
}
</style>
border-color css
<style>
span { border-color: #E15B2C; }
span { border-color: rgb(225,91,44); }
td.TdClassName
{
border-color: #E15B2C;
}
.TagClassName
{
border-color: #E15B2C;
}
</style>