Shades of Persimmon #E1520A
Tints of Persimmon #E1520A
RGB
CMYK
RGB Variations
Color information
#E1520A (or 0xE1520A) is known color: Persimmon. HEX triplet: E1, 52 and 0A. RGB value is (225,82,10). Sum of RGB (Red+Green+Blue) = 225+82+10=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E1520A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1520A is #1EADF5. Grayscale: #747474. Windows color (decimal): -2010614 or 676577. OLE color: 676577.
HSL color Cylindrical-coordinate representation of color #E1520A: hue angle of 20.09º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1520A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 82 | 10 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.12 |
| HSL | 20.09º | 0.91% | 0.46% | - |
| HSV(B) | 20.09º | 0.96% | 0.88% | - |
| XYZ | 34.12 | 22.06 | 2.75 | - |
| YUV | 116.55 | 67.88 | 205.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 82 | 10 | 0 | 0.64 | 0.96 | 0.12 | 20.09 | 0.91 | 0.46 |
| Hex | E1 | 52 | A | 0 | 40 | 60 | C | 14 | 5B | 2E |
| Octal | 341 | 122 | 12 | 0 | 100 | 140 | 14 | 24 | 133 | 56 |
| Binary | 11100001 | 1010010 | 1010 | 0 | 1000000 | 1100000 | 1100 | 10100 | 1011011 | 101110 |
Color Harmonies of #E1520A
Complementary color
Monochromatic Colors of #E1520A
Black with #E1520A
Text Example
Text Example
White with #E1520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1520A; }
p { color: rgb(225,82,10); }
H1.HeaderClassName
{
color: #E1520A;
}
.AnyTagClassName
{
color: #E1520A;
}
</style>
background-color css
<style>
a { background-color: #E1520A; }
a { background-color: rgb(225,82,10); }
div.DivClassName
{
background-color: #E1520A;
}
.BgClassName
{
background-color: #E1520A;
}
</style>
border-color css
<style>
span { border-color: #E1520A; }
span { border-color: rgb(225,82,10); }
td.TdClassName
{
border-color: #E1520A;
}
.TagClassName
{
border-color: #E1520A;
}
</style>