Shades of Persimmon #E5510D
Tints of Persimmon #E5510D
RGB
CMYK
RGB Variations
Color information
#E5510D (or 0xE5510D) is known color: Persimmon. HEX triplet: E5, 51 and 0D. RGB value is (229,81,13). Sum of RGB (Red+Green+Blue) = 229+81+13=323 (42% of max value = 765). Red value is 229 (89.84% from 255 or 70.90% from 323); Green value is 81 (32.03% from 255 or 25.08% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 229 - color contains mainly: red. Hex color #E5510D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5510D is #1AAEF2. Grayscale: #757575. Windows color (decimal): -1748723 or 872933. OLE color: 872933.
HSL color Cylindrical-coordinate representation of color #E5510D: hue angle of 18.89º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5510D is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 13 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.10 |
| HSL | 18.89º | 0.89% | 0.47% | - |
| HSV(B) | 18.89º | 0.94% | 0.9% | - |
| XYZ | 35.33 | 22.57 | 2.88 | - |
| YUV | 117.5 | 69.03 | 207.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 13 | 0 | 0.65 | 0.94 | 0.10 | 18.89 | 0.89 | 0.47 |
| Hex | E5 | 51 | D | 0 | 41 | 5E | A | 13 | 59 | 2F |
| Octal | 345 | 121 | 15 | 0 | 101 | 136 | 12 | 23 | 131 | 57 |
| Binary | 11100101 | 1010001 | 1101 | 0 | 1000001 | 1011110 | 1010 | 10011 | 1011001 | 101111 |
Color Harmonies of #E5510D
Complementary color
Monochromatic Colors of #E5510D
Black with #E5510D
Text Example
Text Example
White with #E5510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5510D; }
p { color: rgb(229,81,13); }
H1.HeaderClassName
{
color: #E5510D;
}
.AnyTagClassName
{
color: #E5510D;
}
</style>
background-color css
<style>
a { background-color: #E5510D; }
a { background-color: rgb(229,81,13); }
div.DivClassName
{
background-color: #E5510D;
}
.BgClassName
{
background-color: #E5510D;
}
</style>
border-color css
<style>
span { border-color: #E5510D; }
span { border-color: rgb(229,81,13); }
td.TdClassName
{
border-color: #E5510D;
}
.TagClassName
{
border-color: #E5510D;
}
</style>