Shades of Persimmon #E1500F
Tints of Persimmon #E1500F
RGB
CMYK
RGB Variations
Color information
#E1500F (or 0xE1500F) is known color: Persimmon. HEX triplet: E1, 50 and 0F. RGB value is (225,80,15). Sum of RGB (Red+Green+Blue) = 225+80+15=320 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.31% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 15 (6.25% from 255 or 4.69% from 320); Max value from RGB is 225 - color contains mainly: red. Hex color #E1500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1500F is #1EAFF0. Grayscale: #747474. Windows color (decimal): -2011121 or 1003745. OLE color: 1003745.
HSL color Cylindrical-coordinate representation of color #E1500F: hue angle of 18.57º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1500F is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 80 | 15 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.12 |
| HSL | 18.57º | 0.88% | 0.47% | - |
| HSV(B) | 18.57º | 0.93% | 0.88% | - |
| XYZ | 34.01 | 21.78 | 2.86 | - |
| YUV | 115.95 | 71.04 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 80 | 15 | 0 | 0.64 | 0.93 | 0.12 | 18.57 | 0.88 | 0.47 |
| Hex | E1 | 50 | F | 0 | 40 | 5D | C | 13 | 58 | 2F |
| Octal | 341 | 120 | 17 | 0 | 100 | 135 | 14 | 23 | 130 | 57 |
| Binary | 11100001 | 1010000 | 1111 | 0 | 1000000 | 1011101 | 1100 | 10011 | 1011000 | 101111 |
Color Harmonies of #E1500F
Complementary color
Monochromatic Colors of #E1500F
Black with #E1500F
Text Example
Text Example
White with #E1500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1500F; }
p { color: rgb(225,80,15); }
H1.HeaderClassName
{
color: #E1500F;
}
.AnyTagClassName
{
color: #E1500F;
}
</style>
background-color css
<style>
a { background-color: #E1500F; }
a { background-color: rgb(225,80,15); }
div.DivClassName
{
background-color: #E1500F;
}
.BgClassName
{
background-color: #E1500F;
}
</style>
border-color css
<style>
span { border-color: #E1500F; }
span { border-color: rgb(225,80,15); }
td.TdClassName
{
border-color: #E1500F;
}
.TagClassName
{
border-color: #E1500F;
}
</style>