Shades of Persimmon #E1530B
Tints of Persimmon #E1530B
RGB
CMYK
RGB Variations
Color information
#E1530B (or 0xE1530B) is known color: Persimmon. HEX triplet: E1, 53 and 0B. RGB value is (225,83,11). Sum of RGB (Red+Green+Blue) = 225+83+11=319 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.53% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 225 - color contains mainly: red. Hex color #E1530B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1530B is #1EACF4. Grayscale: #757575. Windows color (decimal): -2010357 or 742369. OLE color: 742369.
HSL color Cylindrical-coordinate representation of color #E1530B: hue angle of 20.19º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1530B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.12 |
| HSL | 20.19º | 0.91% | 0.46% | - |
| HSV(B) | 20.19º | 0.95% | 0.88% | - |
| XYZ | 34.21 | 22.22 | 2.8 | - |
| YUV | 117.25 | 68.04 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 11 | 0 | 0.63 | 0.95 | 0.12 | 20.19 | 0.91 | 0.46 |
| Hex | E1 | 53 | B | 0 | 3F | 5F | C | 14 | 5B | 2E |
| Octal | 341 | 123 | 13 | 0 | 77 | 137 | 14 | 24 | 133 | 56 |
| Binary | 11100001 | 1010011 | 1011 | 0 | 111111 | 1011111 | 1100 | 10100 | 1011011 | 101110 |
Color Harmonies of #E1530B
Complementary color
Monochromatic Colors of #E1530B
Black with #E1530B
Text Example
Text Example
White with #E1530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1530B; }
p { color: rgb(225,83,11); }
H1.HeaderClassName
{
color: #E1530B;
}
.AnyTagClassName
{
color: #E1530B;
}
</style>
background-color css
<style>
a { background-color: #E1530B; }
a { background-color: rgb(225,83,11); }
div.DivClassName
{
background-color: #E1530B;
}
.BgClassName
{
background-color: #E1530B;
}
</style>
border-color css
<style>
span { border-color: #E1530B; }
span { border-color: rgb(225,83,11); }
td.TdClassName
{
border-color: #E1530B;
}
.TagClassName
{
border-color: #E1530B;
}
</style>