Shades of Chilean Fire #E15B2D
Tints of Chilean Fire #E15B2D
RGB
CMYK
RGB Variations
Color information
#E15B2D (or 0xE15B2D) is known color: Chilean Fire. HEX triplet: E1, 5B and 2D. RGB value is (225,91,45). Sum of RGB (Red+Green+Blue) = 225+91+45=361 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.33% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 45 (17.97% from 255 or 12.47% from 361); Max value from RGB is 225 - color contains mainly: red. Hex color #E15B2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15B2D is #1EA4D2. Grayscale: #7E7E7E. Windows color (decimal): -2008275 or 2972641. OLE color: 2972641.
HSL color Cylindrical-coordinate representation of color #E15B2D: hue angle of 15.33º 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 #E15B2D is Cyan = 0, Magento = 0.60, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 91 | 45 | - |
| CMYK | 0 | 0.60 | 0.8 | 0.12 |
| HSL | 15.33º | 0.75% | 0.53% | - |
| HSV(B) | 15.33º | 0.8% | 0.88% | - |
| XYZ | 35.27 | 23.68 | 5.19 | - |
| YUV | 125.82 | 82.39 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 91 | 45 | 0 | 0.60 | 0.8 | 0.12 | 15.33 | 0.75 | 0.53 |
| Hex | E1 | 5B | 2D | 0 | 3C | 50 | C | F | 4B | 35 |
| Octal | 341 | 133 | 55 | 0 | 74 | 120 | 14 | 17 | 113 | 65 |
| Binary | 11100001 | 1011011 | 101101 | 0 | 111100 | 1010000 | 1100 | 1111 | 1001011 | 110101 |
Color Harmonies of #E15B2D
Complementary color
Monochromatic Colors of #E15B2D
Black with #E15B2D
Text Example
Text Example
White with #E15B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15B2D; }
p { color: rgb(225,91,45); }
H1.HeaderClassName
{
color: #E15B2D;
}
.AnyTagClassName
{
color: #E15B2D;
}
</style>
background-color css
<style>
a { background-color: #E15B2D; }
a { background-color: rgb(225,91,45); }
div.DivClassName
{
background-color: #E15B2D;
}
.BgClassName
{
background-color: #E15B2D;
}
</style>
border-color css
<style>
span { border-color: #E15B2D; }
span { border-color: rgb(225,91,45); }
td.TdClassName
{
border-color: #E15B2D;
}
.TagClassName
{
border-color: #E15B2D;
}
</style>