Shades of Persimmon #E1520D
Tints of Persimmon #E1520D
RGB
CMYK
RGB Variations
Color information
#E1520D (or 0xE1520D) is known color: Persimmon. HEX triplet: E1, 52 and 0D. RGB value is (225,82,13). Sum of RGB (Red+Green+Blue) = 225+82+13=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1520D is #1EADF2. Grayscale: #757575. Windows color (decimal): -2010611 or 873185. OLE color: 873185.
HSL color Cylindrical-coordinate representation of color #E1520D: hue angle of 19.53º 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 #E1520D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.12 |
| HSL | 19.53º | 0.89% | 0.47% | - |
| HSV(B) | 19.53º | 0.94% | 0.88% | - |
| XYZ | 34.14 | 22.07 | 2.84 | - |
| YUV | 116.89 | 69.38 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 13 | 0 | 0.64 | 0.94 | 0.12 | 19.53 | 0.89 | 0.47 |
| Hex | E1 | 52 | D | 0 | 40 | 5E | C | 14 | 59 | 2F |
| Octal | 341 | 122 | 15 | 0 | 100 | 136 | 14 | 24 | 131 | 57 |
| Binary | 11100001 | 1010010 | 1101 | 0 | 1000000 | 1011110 | 1100 | 10100 | 1011001 | 101111 |
Color Harmonies of #E1520D
Complementary color
Monochromatic Colors of #E1520D
Black with #E1520D
Text Example
Text Example
White with #E1520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1520D; }
p { color: rgb(225,82,13); }
H1.HeaderClassName
{
color: #E1520D;
}
.AnyTagClassName
{
color: #E1520D;
}
</style>
background-color css
<style>
a { background-color: #E1520D; }
a { background-color: rgb(225,82,13); }
div.DivClassName
{
background-color: #E1520D;
}
.BgClassName
{
background-color: #E1520D;
}
</style>
border-color css
<style>
span { border-color: #E1520D; }
span { border-color: rgb(225,82,13); }
td.TdClassName
{
border-color: #E1520D;
}
.TagClassName
{
border-color: #E1520D;
}
</style>