Shades of Persimmon #E1530D
Tints of Persimmon #E1530D
RGB
CMYK
RGB Variations
Color information
#E1530D (or 0xE1530D) is known color: Persimmon. HEX triplet: E1, 53 and 0D. RGB value is (225,83,13). Sum of RGB (Red+Green+Blue) = 225+83+13=321 (42% of max value = 765). Red value is 225 (88.28% from 255 or 70.09% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 225 - color contains mainly: red. Hex color #E1530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1530D is #1EACF2. Grayscale: #757575. Windows color (decimal): -2010355 or 873441. OLE color: 873441.
HSL color Cylindrical-coordinate representation of color #E1530D: hue angle of 19.81º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E1530D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 83 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.12 |
| HSL | 19.81º | 0.89% | 0.47% | - |
| HSV(B) | 19.81º | 0.94% | 0.88% | - |
| XYZ | 34.22 | 22.22 | 2.87 | - |
| YUV | 117.48 | 69.04 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 83 | 13 | 0 | 0.63 | 0.94 | 0.12 | 19.81 | 0.89 | 0.47 |
| Hex | E1 | 53 | D | 0 | 3F | 5E | C | 14 | 59 | 2F |
| Octal | 341 | 123 | 15 | 0 | 77 | 136 | 14 | 24 | 131 | 57 |
| Binary | 11100001 | 1010011 | 1101 | 0 | 111111 | 1011110 | 1100 | 10100 | 1011001 | 101111 |
Color Harmonies of #E1530D
Complementary color
Monochromatic Colors of #E1530D
Black with #E1530D
Text Example
Text Example
White with #E1530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1530D; }
p { color: rgb(225,83,13); }
H1.HeaderClassName
{
color: #E1530D;
}
.AnyTagClassName
{
color: #E1530D;
}
</style>
background-color css
<style>
a { background-color: #E1530D; }
a { background-color: rgb(225,83,13); }
div.DivClassName
{
background-color: #E1530D;
}
.BgClassName
{
background-color: #E1530D;
}
</style>
border-color css
<style>
span { border-color: #E1530D; }
span { border-color: rgb(225,83,13); }
td.TdClassName
{
border-color: #E1530D;
}
.TagClassName
{
border-color: #E1530D;
}
</style>