Shades of Persimmon #E15D0D
Tints of Persimmon #E15D0D
RGB
CMYK
RGB Variations
Color information
#E15D0D (or 0xE15D0D) is known color: Persimmon. HEX triplet: E1, 5D and 0D. RGB value is (225,93,13). Sum of RGB (Red+Green+Blue) = 225+93+13=331 (43% of max value = 765). Red value is 225 (88.28% from 255 or 67.98% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 225 - color contains mainly: red. Hex color #E15D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15D0D is #1EA2F2. Grayscale: #7B7B7B. Windows color (decimal): -2007795 or 876001. OLE color: 876001.
HSL color Cylindrical-coordinate representation of color #E15D0D: hue angle of 22.64º degrees, saturation: 0.89, 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 #E15D0D is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 93 | 13 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.12 |
| HSL | 22.64º | 0.89% | 0.47% | - |
| HSV(B) | 22.64º | 0.94% | 0.88% | - |
| XYZ | 35.04 | 23.87 | 3.14 | - |
| YUV | 123.35 | 65.73 | 200.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 93 | 13 | 0 | 0.59 | 0.94 | 0.12 | 22.64 | 0.89 | 0.47 |
| Hex | E1 | 5D | D | 0 | 3B | 5E | C | 17 | 59 | 2F |
| Octal | 341 | 135 | 15 | 0 | 73 | 136 | 14 | 27 | 131 | 57 |
| Binary | 11100001 | 1011101 | 1101 | 0 | 111011 | 1011110 | 1100 | 10111 | 1011001 | 101111 |
Color Harmonies of #E15D0D
Complementary color
Monochromatic Colors of #E15D0D
Black with #E15D0D
Text Example
Text Example
White with #E15D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15D0D; }
p { color: rgb(225,93,13); }
H1.HeaderClassName
{
color: #E15D0D;
}
.AnyTagClassName
{
color: #E15D0D;
}
</style>
background-color css
<style>
a { background-color: #E15D0D; }
a { background-color: rgb(225,93,13); }
div.DivClassName
{
background-color: #E15D0D;
}
.BgClassName
{
background-color: #E15D0D;
}
</style>
border-color css
<style>
span { border-color: #E15D0D; }
span { border-color: rgb(225,93,13); }
td.TdClassName
{
border-color: #E15D0D;
}
.TagClassName
{
border-color: #E15D0D;
}
</style>