Shades of Persimmon #E3510C
Tints of Persimmon #E3510C
RGB
CMYK
RGB Variations
Color information
#E3510C (or 0xE3510C) is known color: Persimmon. HEX triplet: E3, 51 and 0C. RGB value is (227,81,12). Sum of RGB (Red+Green+Blue) = 227+81+12=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 12 (5.08% from 255 or 3.75% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E3510C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3510C is #1CAEF3. Grayscale: #757575. Windows color (decimal): -1879796 or 807395. OLE color: 807395.
HSL color Cylindrical-coordinate representation of color #E3510C: hue angle of 19.26º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3510C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.11 |
| HSL | 19.26º | 0.9% | 0.47% | - |
| HSV(B) | 19.26º | 0.95% | 0.89% | - |
| XYZ | 34.69 | 22.24 | 2.81 | - |
| YUV | 116.79 | 68.87 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 12 | 0 | 0.64 | 0.95 | 0.11 | 19.26 | 0.9 | 0.47 |
| Hex | E3 | 51 | C | 0 | 40 | 5F | B | 13 | 5A | 2F |
| Octal | 343 | 121 | 14 | 0 | 100 | 137 | 13 | 23 | 132 | 57 |
| Binary | 11100011 | 1010001 | 1100 | 0 | 1000000 | 1011111 | 1011 | 10011 | 1011010 | 101111 |
Color Harmonies of #E3510C
Complementary color
Monochromatic Colors of #E3510C
Black with #E3510C
Text Example
Text Example
White with #E3510C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3510C; }
p { color: rgb(227,81,12); }
H1.HeaderClassName
{
color: #E3510C;
}
.AnyTagClassName
{
color: #E3510C;
}
</style>
background-color css
<style>
a { background-color: #E3510C; }
a { background-color: rgb(227,81,12); }
div.DivClassName
{
background-color: #E3510C;
}
.BgClassName
{
background-color: #E3510C;
}
</style>
border-color css
<style>
span { border-color: #E3510C; }
span { border-color: rgb(227,81,12); }
td.TdClassName
{
border-color: #E3510C;
}
.TagClassName
{
border-color: #E3510C;
}
</style>