Shades of Persimmon #E14D0D
Tints of Persimmon #E14D0D
RGB
CMYK
RGB Variations
Color information
#E14D0D (or 0xE14D0D) is known color: Persimmon. HEX triplet: E1, 4D and 0D. RGB value is (225,77,13). Sum of RGB (Red+Green+Blue) = 225+77+13=315 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.43% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D0D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14D0D is #1EB2F2. Grayscale: #727272. Windows color (decimal): -2011891 or 871905. OLE color: 871905.
HSL color Cylindrical-coordinate representation of color #E14D0D: hue angle of 18.11º 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 #E14D0D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.12 |
| HSL | 18.11º | 0.89% | 0.47% | - |
| HSV(B) | 18.11º | 0.94% | 0.88% | - |
| XYZ | 33.78 | 21.34 | 2.72 | - |
| YUV | 113.96 | 71.03 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 13 | 0 | 0.66 | 0.94 | 0.12 | 18.11 | 0.89 | 0.47 |
| Hex | E1 | 4D | D | 0 | 42 | 5E | C | 12 | 59 | 2F |
| Octal | 341 | 115 | 15 | 0 | 102 | 136 | 14 | 22 | 131 | 57 |
| Binary | 11100001 | 1001101 | 1101 | 0 | 1000010 | 1011110 | 1100 | 10010 | 1011001 | 101111 |
Color Harmonies of #E14D0D
Complementary color
Monochromatic Colors of #E14D0D
Black with #E14D0D
Text Example
Text Example
White with #E14D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D0D; }
p { color: rgb(225,77,13); }
H1.HeaderClassName
{
color: #E14D0D;
}
.AnyTagClassName
{
color: #E14D0D;
}
</style>
background-color css
<style>
a { background-color: #E14D0D; }
a { background-color: rgb(225,77,13); }
div.DivClassName
{
background-color: #E14D0D;
}
.BgClassName
{
background-color: #E14D0D;
}
</style>
border-color css
<style>
span { border-color: #E14D0D; }
span { border-color: rgb(225,77,13); }
td.TdClassName
{
border-color: #E14D0D;
}
.TagClassName
{
border-color: #E14D0D;
}
</style>