Shades of Persimmon #E0610D
Tints of Persimmon #E0610D
RGB
CMYK
RGB Variations
Color information
#E0610D (or 0xE0610D) is known color: Persimmon. HEX triplet: E0, 61 and 0D. RGB value is (224,97,13). Sum of RGB (Red+Green+Blue) = 224+97+13=334 (44% of max value = 765). Red value is 224 (87.89% from 255 or 67.07% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 224 - color contains mainly: red. Hex color #E0610D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0610D is #1F9EF2. Grayscale: #7D7D7D. Windows color (decimal): -2072307 or 877024. OLE color: 877024.
HSL color Cylindrical-coordinate representation of color #E0610D: hue angle of 23.89º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0610D is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 13 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.12 |
| HSL | 23.89º | 0.89% | 0.46% | - |
| HSV(B) | 23.89º | 0.94% | 0.88% | - |
| XYZ | 35.09 | 24.43 | 3.25 | - |
| YUV | 125.4 | 64.58 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 13 | 0 | 0.57 | 0.94 | 0.12 | 23.89 | 0.89 | 0.46 |
| Hex | E0 | 61 | D | 0 | 39 | 5E | C | 18 | 59 | 2E |
| Octal | 340 | 141 | 15 | 0 | 71 | 136 | 14 | 30 | 131 | 56 |
| Binary | 11100000 | 1100001 | 1101 | 0 | 111001 | 1011110 | 1100 | 11000 | 1011001 | 101110 |
Color Harmonies of #E0610D
Complementary color
Monochromatic Colors of #E0610D
Black with #E0610D
Text Example
Text Example
White with #E0610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0610D; }
p { color: rgb(224,97,13); }
H1.HeaderClassName
{
color: #E0610D;
}
.AnyTagClassName
{
color: #E0610D;
}
</style>
background-color css
<style>
a { background-color: #E0610D; }
a { background-color: rgb(224,97,13); }
div.DivClassName
{
background-color: #E0610D;
}
.BgClassName
{
background-color: #E0610D;
}
</style>
border-color css
<style>
span { border-color: #E0610D; }
span { border-color: rgb(224,97,13); }
td.TdClassName
{
border-color: #E0610D;
}
.TagClassName
{
border-color: #E0610D;
}
</style>