Shades of Persimmon #E1480D
Tints of Persimmon #E1480D
RGB
CMYK
RGB Variations
Color information
#E1480D (or 0xE1480D) is known color: Persimmon. HEX triplet: E1, 48 and 0D. RGB value is (225,72,13). Sum of RGB (Red+Green+Blue) = 225+72+13=310 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.58% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 13 (5.47% from 255 or 4.19% from 310); Max value from RGB is 225 - color contains mainly: red. Hex color #E1480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1480D is #1EB7F2. Grayscale: #6F6F6F. Windows color (decimal): -2013171 or 870625. OLE color: 870625.
HSL color Cylindrical-coordinate representation of color #E1480D: hue angle of 16.7º 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 #E1480D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 72 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.12 |
| HSL | 16.7º | 0.89% | 0.47% | - |
| HSV(B) | 16.7º | 0.94% | 0.88% | - |
| XYZ | 33.44 | 20.67 | 2.61 | - |
| YUV | 111.02 | 72.69 | 209.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 72 | 13 | 0 | 0.68 | 0.94 | 0.12 | 16.7 | 0.89 | 0.47 |
| Hex | E1 | 48 | D | 0 | 44 | 5E | C | 11 | 59 | 2F |
| Octal | 341 | 110 | 15 | 0 | 104 | 136 | 14 | 21 | 131 | 57 |
| Binary | 11100001 | 1001000 | 1101 | 0 | 1000100 | 1011110 | 1100 | 10001 | 1011001 | 101111 |
Color Harmonies of #E1480D
Complementary color
Monochromatic Colors of #E1480D
Black with #E1480D
Text Example
Text Example
White with #E1480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1480D; }
p { color: rgb(225,72,13); }
H1.HeaderClassName
{
color: #E1480D;
}
.AnyTagClassName
{
color: #E1480D;
}
</style>
background-color css
<style>
a { background-color: #E1480D; }
a { background-color: rgb(225,72,13); }
div.DivClassName
{
background-color: #E1480D;
}
.BgClassName
{
background-color: #E1480D;
}
</style>
border-color css
<style>
span { border-color: #E1480D; }
span { border-color: rgb(225,72,13); }
td.TdClassName
{
border-color: #E1480D;
}
.TagClassName
{
border-color: #E1480D;
}
</style>