Shades of Persimmon #E3500F
Tints of Persimmon #E3500F
RGB
CMYK
RGB Variations
Color information
#E3500F (or 0xE3500F) is known color: Persimmon. HEX triplet: E3, 50 and 0F. RGB value is (227,80,15). Sum of RGB (Red+Green+Blue) = 227+80+15=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E3500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3500F is #1CAFF0. Grayscale: #747474. Windows color (decimal): -1880049 or 1003747. OLE color: 1003747.
HSL color Cylindrical-coordinate representation of color #E3500F: hue angle of 18.4º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3500F is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 15 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.11 |
| HSL | 18.4º | 0.88% | 0.47% | - |
| HSV(B) | 18.4º | 0.93% | 0.89% | - |
| XYZ | 34.63 | 22.1 | 2.89 | - |
| YUV | 116.54 | 70.7 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 15 | 0 | 0.65 | 0.93 | 0.11 | 18.4 | 0.88 | 0.47 |
| Hex | E3 | 50 | F | 0 | 41 | 5D | B | 12 | 58 | 2F |
| Octal | 343 | 120 | 17 | 0 | 101 | 135 | 13 | 22 | 130 | 57 |
| Binary | 11100011 | 1010000 | 1111 | 0 | 1000001 | 1011101 | 1011 | 10010 | 1011000 | 101111 |
Color Harmonies of #E3500F
Complementary color
Monochromatic Colors of #E3500F
Black with #E3500F
Text Example
Text Example
White with #E3500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3500F; }
p { color: rgb(227,80,15); }
H1.HeaderClassName
{
color: #E3500F;
}
.AnyTagClassName
{
color: #E3500F;
}
</style>
background-color css
<style>
a { background-color: #E3500F; }
a { background-color: rgb(227,80,15); }
div.DivClassName
{
background-color: #E3500F;
}
.BgClassName
{
background-color: #E3500F;
}
</style>
border-color css
<style>
span { border-color: #E3500F; }
span { border-color: rgb(227,80,15); }
td.TdClassName
{
border-color: #E3500F;
}
.TagClassName
{
border-color: #E3500F;
}
</style>