Shades of Persimmon #E1470D
Tints of Persimmon #E1470D
RGB
CMYK
RGB Variations
Color information
#E1470D (or 0xE1470D) is known color: Persimmon. HEX triplet: E1, 47 and 0D. RGB value is (225,71,13). Sum of RGB (Red+Green+Blue) = 225+71+13=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E1470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1470D is #1EB8F2. Grayscale: #6E6E6E. Windows color (decimal): -2013427 or 870369. OLE color: 870369.
HSL color Cylindrical-coordinate representation of color #E1470D: hue angle of 16.42º 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 #E1470D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 71 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.12 |
| HSL | 16.42º | 0.89% | 0.47% | - |
| HSV(B) | 16.42º | 0.94% | 0.88% | - |
| XYZ | 33.38 | 20.54 | 2.59 | - |
| YUV | 110.43 | 73.02 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 71 | 13 | 0 | 0.68 | 0.94 | 0.12 | 16.42 | 0.89 | 0.47 |
| Hex | E1 | 47 | D | 0 | 44 | 5E | C | 10 | 59 | 2F |
| Octal | 341 | 107 | 15 | 0 | 104 | 136 | 14 | 20 | 131 | 57 |
| Binary | 11100001 | 1000111 | 1101 | 0 | 1000100 | 1011110 | 1100 | 10000 | 1011001 | 101111 |
Color Harmonies of #E1470D
Complementary color
Monochromatic Colors of #E1470D
Black with #E1470D
Text Example
Text Example
White with #E1470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1470D; }
p { color: rgb(225,71,13); }
H1.HeaderClassName
{
color: #E1470D;
}
.AnyTagClassName
{
color: #E1470D;
}
</style>
background-color css
<style>
a { background-color: #E1470D; }
a { background-color: rgb(225,71,13); }
div.DivClassName
{
background-color: #E1470D;
}
.BgClassName
{
background-color: #E1470D;
}
</style>
border-color css
<style>
span { border-color: #E1470D; }
span { border-color: rgb(225,71,13); }
td.TdClassName
{
border-color: #E1470D;
}
.TagClassName
{
border-color: #E1470D;
}
</style>