Shades of Persimmon #E55115
Tints of Persimmon #E55115
RGB
CMYK
RGB Variations
Color information
#E55115 (or 0xE55115) is known color: Persimmon. HEX triplet: E5, 51 and 15. RGB value is (229,81,21). Sum of RGB (Red+Green+Blue) = 229+81+21=331 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.18% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 229 - color contains mainly: red. Hex color #E55115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55115 is #1AAEEA. Grayscale: #767676. Windows color (decimal): -1748715 or 1397221. OLE color: 1397221.
HSL color Cylindrical-coordinate representation of color #E55115: hue angle of 17.31º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E55115 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 21 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.10 |
| HSL | 17.31º | 0.83% | 0.49% | - |
| HSV(B) | 17.31º | 0.91% | 0.9% | - |
| XYZ | 35.39 | 22.6 | 3.21 | - |
| YUV | 118.41 | 73.03 | 206.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 21 | 0 | 0.65 | 0.91 | 0.10 | 17.31 | 0.83 | 0.49 |
| Hex | E5 | 51 | 15 | 0 | 41 | 5B | A | 11 | 53 | 31 |
| Octal | 345 | 121 | 25 | 0 | 101 | 133 | 12 | 21 | 123 | 61 |
| Binary | 11100101 | 1010001 | 10101 | 0 | 1000001 | 1011011 | 1010 | 10001 | 1010011 | 110001 |
Color Harmonies of #E55115
Complementary color
Monochromatic Colors of #E55115
Black with #E55115
Text Example
Text Example
White with #E55115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E55115; }
p { color: rgb(229,81,21); }
H1.HeaderClassName
{
color: #E55115;
}
.AnyTagClassName
{
color: #E55115;
}
</style>
background-color css
<style>
a { background-color: #E55115; }
a { background-color: rgb(229,81,21); }
div.DivClassName
{
background-color: #E55115;
}
.BgClassName
{
background-color: #E55115;
}
</style>
border-color css
<style>
span { border-color: #E55115; }
span { border-color: rgb(229,81,21); }
td.TdClassName
{
border-color: #E55115;
}
.TagClassName
{
border-color: #E55115;
}
</style>