Shades of Persimmon #E5510B
Tints of Persimmon #E5510B
RGB
CMYK
RGB Variations
Color information
#E5510B (or 0xE5510B) is known color: Persimmon. HEX triplet: E5, 51 and 0B. RGB value is (229,81,11). Sum of RGB (Red+Green+Blue) = 229+81+11=321 (42% of max value = 765). Red value is 229 (89.84% from 255 or 71.34% from 321); Green value is 81 (32.03% from 255 or 25.23% from 321); Blue value is 11 (4.69% from 255 or 3.43% from 321); Max value from RGB is 229 - color contains mainly: red. Hex color #E5510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E5510B is #1AAEF4. Grayscale: #757575. Windows color (decimal): -1748725 or 741861. OLE color: 741861.
HSL color Cylindrical-coordinate representation of color #E5510B: hue angle of 19.27º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5510B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 81 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.10 |
| HSL | 19.27º | 0.91% | 0.47% | - |
| HSV(B) | 19.27º | 0.95% | 0.9% | - |
| XYZ | 35.32 | 22.57 | 2.81 | - |
| YUV | 117.27 | 68.03 | 207.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 81 | 11 | 0 | 0.65 | 0.95 | 0.10 | 19.27 | 0.91 | 0.47 |
| Hex | E5 | 51 | B | 0 | 41 | 5F | A | 13 | 5B | 2F |
| Octal | 345 | 121 | 13 | 0 | 101 | 137 | 12 | 23 | 133 | 57 |
| Binary | 11100101 | 1010001 | 1011 | 0 | 1000001 | 1011111 | 1010 | 10011 | 1011011 | 101111 |
Color Harmonies of #E5510B
Complementary color
Monochromatic Colors of #E5510B
Black with #E5510B
Text Example
Text Example
White with #E5510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5510B; }
p { color: rgb(229,81,11); }
H1.HeaderClassName
{
color: #E5510B;
}
.AnyTagClassName
{
color: #E5510B;
}
</style>
background-color css
<style>
a { background-color: #E5510B; }
a { background-color: rgb(229,81,11); }
div.DivClassName
{
background-color: #E5510B;
}
.BgClassName
{
background-color: #E5510B;
}
</style>
border-color css
<style>
span { border-color: #E5510B; }
span { border-color: rgb(229,81,11); }
td.TdClassName
{
border-color: #E5510B;
}
.TagClassName
{
border-color: #E5510B;
}
</style>