Shades of Persimmon #E15103
Tints of Persimmon #E15103
RGB
CMYK
RGB Variations
Color information
#E15103 (or 0xE15103) is known color: Persimmon. HEX triplet: E1, 51 and 03. RGB value is (225,81,3). Sum of RGB (Red+Green+Blue) = 225+81+3=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E15103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E15103 is #1EAEFC. Grayscale: #737373. Windows color (decimal): -2010877 or 217569. OLE color: 217569.
HSL color Cylindrical-coordinate representation of color #E15103: hue angle of 21.08º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E15103 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 81 | 3 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.12 |
| HSL | 21.08º | 0.97% | 0.45% | - |
| HSV(B) | 21.08º | 0.99% | 0.88% | - |
| XYZ | 34.01 | 21.9 | 2.52 | - |
| YUV | 115.16 | 64.71 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 81 | 3 | 0 | 0.64 | 0.99 | 0.12 | 21.08 | 0.97 | 0.45 |
| Hex | E1 | 51 | 3 | 0 | 40 | 63 | C | 15 | 61 | 2D |
| Octal | 341 | 121 | 3 | 0 | 100 | 143 | 14 | 25 | 141 | 55 |
| Binary | 11100001 | 1010001 | 11 | 0 | 1000000 | 1100011 | 1100 | 10101 | 1100001 | 101101 |
Color Harmonies of #E15103
Complementary color
Monochromatic Colors of #E15103
Black with #E15103
Text Example
Text Example
White with #E15103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15103; }
p { color: rgb(225,81,3); }
H1.HeaderClassName
{
color: #E15103;
}
.AnyTagClassName
{
color: #E15103;
}
</style>
background-color css
<style>
a { background-color: #E15103; }
a { background-color: rgb(225,81,3); }
div.DivClassName
{
background-color: #E15103;
}
.BgClassName
{
background-color: #E15103;
}
</style>
border-color css
<style>
span { border-color: #E15103; }
span { border-color: rgb(225,81,3); }
td.TdClassName
{
border-color: #E15103;
}
.TagClassName
{
border-color: #E15103;
}
</style>