Shades of Chilean Fire #E15B2E
Tints of Chilean Fire #E15B2E
RGB
CMYK
RGB Variations
Color information
#E15B2E (or 0xE15B2E) is known color: Chilean Fire. HEX triplet: E1, 5B and 2E. RGB value is (225,91,46). Sum of RGB (Red+Green+Blue) = 225+91+46=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 46 (18.36% from 255 or 12.71% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15B2E is #1EA4D1. Grayscale: #7E7E7E. Windows color (decimal): -2008274 or 3038177. OLE color: 3038177.
HSL color Cylindrical-coordinate representation of color #E15B2E: hue angle of 15.08º 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 #E15B2E is Cyan = 0, Magento = 0.60, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 46 | - |
| CMYK | 0 | 0.60 | 0.80 | 0.12 |
| HSL | 15.08º | 0.75% | 0.53% | - |
| HSV(B) | 15.08º | 0.8% | 0.88% | - |
| XYZ | 35.29 | 23.69 | 5.3 | - |
| YUV | 125.94 | 82.89 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 46 | 0 | 0.60 | 0.80 | 0.12 | 15.08 | 0.75 | 0.53 |
| Hex | E1 | 5B | 2E | 0 | 3C | 50 | C | F | 4B | 35 |
| Octal | 341 | 133 | 56 | 0 | 74 | 120 | 14 | 17 | 113 | 65 |
| Binary | 11100001 | 1011011 | 101110 | 0 | 111100 | 1010000 | 1100 | 1111 | 1001011 | 110101 |
Color Harmonies of #E15B2E
Complementary color
Monochromatic Colors of #E15B2E
Black with #E15B2E
Text Example
Text Example
White with #E15B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B2E; }
p { color: rgb(225,91,46); }
H1.HeaderClassName
{
color: #E15B2E;
}
.AnyTagClassName
{
color: #E15B2E;
}
</style>
background-color css
<style>
a { background-color: #E15B2E; }
a { background-color: rgb(225,91,46); }
div.DivClassName
{
background-color: #E15B2E;
}
.BgClassName
{
background-color: #E15B2E;
}
</style>
border-color css
<style>
span { border-color: #E15B2E; }
span { border-color: rgb(225,91,46); }
td.TdClassName
{
border-color: #E15B2E;
}
.TagClassName
{
border-color: #E15B2E;
}
</style>