Shades of Persimmon #E14815
Tints of Persimmon #E14815
RGB
CMYK
RGB Variations
Color information
#E14815 (or 0xE14815) is known color: Persimmon. HEX triplet: E1, 48 and 15. RGB value is (225,72,21). Sum of RGB (Red+Green+Blue) = 225+72+21=318 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.75% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 225 - color contains mainly: red. Hex color #E14815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14815 is #1EB7EA. Grayscale: #707070. Windows color (decimal): -2013163 or 1394913. OLE color: 1394913.
HSL color Cylindrical-coordinate representation of color #E14815: hue angle of 15º 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 #E14815 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 21 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.12 |
| HSL | 15º | 0.83% | 0.48% | - |
| HSV(B) | 15º | 0.91% | 0.88% | - |
| XYZ | 33.5 | 20.7 | 2.94 | - |
| YUV | 111.93 | 76.69 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 21 | 0 | 0.68 | 0.91 | 0.12 | 15 | 0.83 | 0.48 |
| Hex | E1 | 48 | 15 | 0 | 44 | 5B | C | F | 53 | 30 |
| Octal | 341 | 110 | 25 | 0 | 104 | 133 | 14 | 17 | 123 | 60 |
| Binary | 11100001 | 1001000 | 10101 | 0 | 1000100 | 1011011 | 1100 | 1111 | 1010011 | 110000 |
Color Harmonies of #E14815
Complementary color
Monochromatic Colors of #E14815
Black with #E14815
Text Example
Text Example
White with #E14815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14815; }
p { color: rgb(225,72,21); }
H1.HeaderClassName
{
color: #E14815;
}
.AnyTagClassName
{
color: #E14815;
}
</style>
background-color css
<style>
a { background-color: #E14815; }
a { background-color: rgb(225,72,21); }
div.DivClassName
{
background-color: #E14815;
}
.BgClassName
{
background-color: #E14815;
}
</style>
border-color css
<style>
span { border-color: #E14815; }
span { border-color: rgb(225,72,21); }
td.TdClassName
{
border-color: #E14815;
}
.TagClassName
{
border-color: #E14815;
}
</style>