Shades of Persimmon #E15115
Tints of Persimmon #E15115
RGB
CMYK
RGB Variations
Color information
#E15115 (or 0xE15115) is known color: Persimmon. HEX triplet: E1, 51 and 15. RGB value is (225,81,21). Sum of RGB (Red+Green+Blue) = 225+81+21=327 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.81% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 225 - color contains mainly: red. Hex color #E15115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15115 is #1EAEEA. Grayscale: #757575. Windows color (decimal): -2010859 or 1397217. OLE color: 1397217.
HSL color Cylindrical-coordinate representation of color #E15115: hue angle of 17.65º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E15115 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 21 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.12 |
| HSL | 17.65º | 0.83% | 0.48% | - |
| HSV(B) | 17.65º | 0.91% | 0.88% | - |
| XYZ | 34.13 | 21.95 | 3.15 | - |
| YUV | 117.22 | 73.71 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 21 | 0 | 0.64 | 0.91 | 0.12 | 17.65 | 0.83 | 0.48 |
| Hex | E1 | 51 | 15 | 0 | 40 | 5B | C | 12 | 53 | 30 |
| Octal | 341 | 121 | 25 | 0 | 100 | 133 | 14 | 22 | 123 | 60 |
| Binary | 11100001 | 1010001 | 10101 | 0 | 1000000 | 1011011 | 1100 | 10010 | 1010011 | 110000 |
Color Harmonies of #E15115
Complementary color
Monochromatic Colors of #E15115
Black with #E15115
Text Example
Text Example
White with #E15115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15115; }
p { color: rgb(225,81,21); }
H1.HeaderClassName
{
color: #E15115;
}
.AnyTagClassName
{
color: #E15115;
}
</style>
background-color css
<style>
a { background-color: #E15115; }
a { background-color: rgb(225,81,21); }
div.DivClassName
{
background-color: #E15115;
}
.BgClassName
{
background-color: #E15115;
}
</style>
border-color css
<style>
span { border-color: #E15115; }
span { border-color: rgb(225,81,21); }
td.TdClassName
{
border-color: #E15115;
}
.TagClassName
{
border-color: #E15115;
}
</style>