Shades of Persimmon #E14D15
Tints of Persimmon #E14D15
RGB
CMYK
RGB Variations
Color information
#E14D15 (or 0xE14D15) is known color: Persimmon. HEX triplet: E1, 4D and 15. RGB value is (225,77,21). Sum of RGB (Red+Green+Blue) = 225+77+21=323 (42% of max value = 765). Red value is 225 (88.28% from 255 or 69.66% from 323); Green value is 77 (30.47% from 255 or 23.84% from 323); Blue value is 21 (8.59% from 255 or 6.50% from 323); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E14D15 is #1EB2EA. Grayscale: #737373. Windows color (decimal): -2011883 or 1396193. OLE color: 1396193.
HSL color Cylindrical-coordinate representation of color #E14D15: hue angle of 16.47º 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 #E14D15 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 21 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.12 |
| HSL | 16.47º | 0.83% | 0.48% | - |
| HSV(B) | 16.47º | 0.91% | 0.88% | - |
| XYZ | 33.84 | 21.37 | 3.05 | - |
| YUV | 114.87 | 75.03 | 206.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 21 | 0 | 0.66 | 0.91 | 0.12 | 16.47 | 0.83 | 0.48 |
| Hex | E1 | 4D | 15 | 0 | 42 | 5B | C | 10 | 53 | 30 |
| Octal | 341 | 115 | 25 | 0 | 102 | 133 | 14 | 20 | 123 | 60 |
| Binary | 11100001 | 1001101 | 10101 | 0 | 1000010 | 1011011 | 1100 | 10000 | 1010011 | 110000 |
Color Harmonies of #E14D15
Complementary color
Monochromatic Colors of #E14D15
Black with #E14D15
Text Example
Text Example
White with #E14D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D15; }
p { color: rgb(225,77,21); }
H1.HeaderClassName
{
color: #E14D15;
}
.AnyTagClassName
{
color: #E14D15;
}
</style>
background-color css
<style>
a { background-color: #E14D15; }
a { background-color: rgb(225,77,21); }
div.DivClassName
{
background-color: #E14D15;
}
.BgClassName
{
background-color: #E14D15;
}
</style>
border-color css
<style>
span { border-color: #E14D15; }
span { border-color: rgb(225,77,21); }
td.TdClassName
{
border-color: #E14D15;
}
.TagClassName
{
border-color: #E14D15;
}
</style>