Shades of Persimmon #E1630D
Tints of Persimmon #E1630D
RGB
CMYK
RGB Variations
Color information
#E1630D (or 0xE1630D) is known color: Persimmon. HEX triplet: E1, 63 and 0D. RGB value is (225,99,13). Sum of RGB (Red+Green+Blue) = 225+99+13=337 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.77% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 13 (5.47% from 255 or 3.86% from 337); Max value from RGB is 225 - color contains mainly: red. Hex color #E1630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1630D is #1E9CF2. Grayscale: #7F7F7F. Windows color (decimal): -2006259 or 877537. OLE color: 877537.
HSL color Cylindrical-coordinate representation of color #E1630D: hue angle of 24.34º 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 #E1630D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.12 |
| HSL | 24.34º | 0.89% | 0.47% | - |
| HSV(B) | 24.34º | 0.94% | 0.88% | - |
| XYZ | 35.59 | 24.96 | 3.32 | - |
| YUV | 126.87 | 63.74 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 13 | 0 | 0.56 | 0.94 | 0.12 | 24.34 | 0.89 | 0.47 |
| Hex | E1 | 63 | D | 0 | 38 | 5E | C | 18 | 59 | 2F |
| Octal | 341 | 143 | 15 | 0 | 70 | 136 | 14 | 30 | 131 | 57 |
| Binary | 11100001 | 1100011 | 1101 | 0 | 111000 | 1011110 | 1100 | 11000 | 1011001 | 101111 |
Color Harmonies of #E1630D
Complementary color
Monochromatic Colors of #E1630D
Black with #E1630D
Text Example
Text Example
White with #E1630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1630D; }
p { color: rgb(225,99,13); }
H1.HeaderClassName
{
color: #E1630D;
}
.AnyTagClassName
{
color: #E1630D;
}
</style>
background-color css
<style>
a { background-color: #E1630D; }
a { background-color: rgb(225,99,13); }
div.DivClassName
{
background-color: #E1630D;
}
.BgClassName
{
background-color: #E1630D;
}
</style>
border-color css
<style>
span { border-color: #E1630D; }
span { border-color: rgb(225,99,13); }
td.TdClassName
{
border-color: #E1630D;
}
.TagClassName
{
border-color: #E1630D;
}
</style>