Shades of Persimmon #E1510E
Tints of Persimmon #E1510E
RGB
CMYK
RGB Variations
Color information
#E1510E (or 0xE1510E) is known color: Persimmon. HEX triplet: E1, 51 and 0E. RGB value is (225,81,14). Sum of RGB (Red+Green+Blue) = 225+81+14=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1510E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1510E is #1EAEF1. Grayscale: #747474. Windows color (decimal): -2010866 or 938465. OLE color: 938465.
HSL color Cylindrical-coordinate representation of color #E1510E: hue angle of 19.05º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1510E is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 14 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.12 |
| HSL | 19.05º | 0.88% | 0.47% | - |
| HSV(B) | 19.05º | 0.94% | 0.88% | - |
| XYZ | 34.07 | 21.92 | 2.85 | - |
| YUV | 116.42 | 70.21 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 14 | 0 | 0.64 | 0.94 | 0.12 | 19.05 | 0.88 | 0.47 |
| Hex | E1 | 51 | E | 0 | 40 | 5E | C | 13 | 58 | 2F |
| Octal | 341 | 121 | 16 | 0 | 100 | 136 | 14 | 23 | 130 | 57 |
| Binary | 11100001 | 1010001 | 1110 | 0 | 1000000 | 1011110 | 1100 | 10011 | 1011000 | 101111 |
Color Harmonies of #E1510E
Complementary color
Monochromatic Colors of #E1510E
Black with #E1510E
Text Example
Text Example
White with #E1510E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1510E; }
p { color: rgb(225,81,14); }
H1.HeaderClassName
{
color: #E1510E;
}
.AnyTagClassName
{
color: #E1510E;
}
</style>
background-color css
<style>
a { background-color: #E1510E; }
a { background-color: rgb(225,81,14); }
div.DivClassName
{
background-color: #E1510E;
}
.BgClassName
{
background-color: #E1510E;
}
</style>
border-color css
<style>
span { border-color: #E1510E; }
span { border-color: rgb(225,81,14); }
td.TdClassName
{
border-color: #E1510E;
}
.TagClassName
{
border-color: #E1510E;
}
</style>