Shades of Persimmon #E0510D
Tints of Persimmon #E0510D
RGB
CMYK
RGB Variations
Color information
#E0510D (or 0xE0510D) is known color: Persimmon. HEX triplet: E0, 51 and 0D. RGB value is (224,81,13). Sum of RGB (Red+Green+Blue) = 224+81+13=318 (42% of max value = 765). Red value is 224 (87.89% from 255 or 70.44% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 224 - color contains mainly: red. Hex color #E0510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0510D is #1FAEF2. Grayscale: #747474. Windows color (decimal): -2076403 or 872928. OLE color: 872928.
HSL color Cylindrical-coordinate representation of color #E0510D: hue angle of 19.34º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0510D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 81 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.12 |
| HSL | 19.34º | 0.89% | 0.46% | - |
| HSV(B) | 19.34º | 0.94% | 0.88% | - |
| XYZ | 33.76 | 21.76 | 2.8 | - |
| YUV | 116.01 | 69.88 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 81 | 13 | 0 | 0.64 | 0.94 | 0.12 | 19.34 | 0.89 | 0.46 |
| Hex | E0 | 51 | D | 0 | 40 | 5E | C | 13 | 59 | 2E |
| Octal | 340 | 121 | 15 | 0 | 100 | 136 | 14 | 23 | 131 | 56 |
| Binary | 11100000 | 1010001 | 1101 | 0 | 1000000 | 1011110 | 1100 | 10011 | 1011001 | 101110 |
Color Harmonies of #E0510D
Complementary color
Monochromatic Colors of #E0510D
Black with #E0510D
Text Example
Text Example
White with #E0510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0510D; }
p { color: rgb(224,81,13); }
H1.HeaderClassName
{
color: #E0510D;
}
.AnyTagClassName
{
color: #E0510D;
}
</style>
background-color css
<style>
a { background-color: #E0510D; }
a { background-color: rgb(224,81,13); }
div.DivClassName
{
background-color: #E0510D;
}
.BgClassName
{
background-color: #E0510D;
}
</style>
border-color css
<style>
span { border-color: #E0510D; }
span { border-color: rgb(224,81,13); }
td.TdClassName
{
border-color: #E0510D;
}
.TagClassName
{
border-color: #E0510D;
}
</style>