Shades of Persimmon #E3510A
Tints of Persimmon #E3510A
RGB
CMYK
RGB Variations
Color information
#E3510A (or 0xE3510A) is known color: Persimmon. HEX triplet: E3, 51 and 0A. RGB value is (227,81,10). Sum of RGB (Red+Green+Blue) = 227+81+10=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E3510A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3510A is #1CAEF5. Grayscale: #747474. Windows color (decimal): -1879798 or 676323. OLE color: 676323.
HSL color Cylindrical-coordinate representation of color #E3510A: hue angle of 19.63º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3510A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 10 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.11 |
| HSL | 19.63º | 0.92% | 0.46% | - |
| HSV(B) | 19.63º | 0.96% | 0.89% | - |
| XYZ | 34.68 | 22.24 | 2.75 | - |
| YUV | 116.56 | 67.87 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 10 | 0 | 0.64 | 0.96 | 0.11 | 19.63 | 0.92 | 0.46 |
| Hex | E3 | 51 | A | 0 | 40 | 60 | B | 14 | 5C | 2E |
| Octal | 343 | 121 | 12 | 0 | 100 | 140 | 13 | 24 | 134 | 56 |
| Binary | 11100011 | 1010001 | 1010 | 0 | 1000000 | 1100000 | 1011 | 10100 | 1011100 | 101110 |
Color Harmonies of #E3510A
Complementary color
Monochromatic Colors of #E3510A
Black with #E3510A
Text Example
Text Example
White with #E3510A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3510A; }
p { color: rgb(227,81,10); }
H1.HeaderClassName
{
color: #E3510A;
}
.AnyTagClassName
{
color: #E3510A;
}
</style>
background-color css
<style>
a { background-color: #E3510A; }
a { background-color: rgb(227,81,10); }
div.DivClassName
{
background-color: #E3510A;
}
.BgClassName
{
background-color: #E3510A;
}
</style>
border-color css
<style>
span { border-color: #E3510A; }
span { border-color: rgb(227,81,10); }
td.TdClassName
{
border-color: #E3510A;
}
.TagClassName
{
border-color: #E3510A;
}
</style>