Shades of Persimmon #E3580D
Tints of Persimmon #E3580D
RGB
CMYK
RGB Variations
Color information
#E3580D (or 0xE3580D) is known color: Persimmon. HEX triplet: E3, 58 and 0D. RGB value is (227,88,13). Sum of RGB (Red+Green+Blue) = 227+88+13=328 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.21% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 227 - color contains mainly: red. Hex color #E3580D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3580D is #1CA7F2. Grayscale: #797979. Windows color (decimal): -1878003 or 874723. OLE color: 874723.
HSL color Cylindrical-coordinate representation of color #E3580D: hue angle of 21.03º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3580D is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 13 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.11 |
| HSL | 21.03º | 0.89% | 0.47% | - |
| HSV(B) | 21.03º | 0.94% | 0.89% | - |
| XYZ | 35.24 | 23.34 | 3.03 | - |
| YUV | 121.01 | 67.05 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 13 | 0 | 0.61 | 0.94 | 0.11 | 21.03 | 0.89 | 0.47 |
| Hex | E3 | 58 | D | 0 | 3D | 5E | B | 15 | 59 | 2F |
| Octal | 343 | 130 | 15 | 0 | 75 | 136 | 13 | 25 | 131 | 57 |
| Binary | 11100011 | 1011000 | 1101 | 0 | 111101 | 1011110 | 1011 | 10101 | 1011001 | 101111 |
Color Harmonies of #E3580D
Complementary color
Monochromatic Colors of #E3580D
Black with #E3580D
Text Example
Text Example
White with #E3580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3580D; }
p { color: rgb(227,88,13); }
H1.HeaderClassName
{
color: #E3580D;
}
.AnyTagClassName
{
color: #E3580D;
}
</style>
background-color css
<style>
a { background-color: #E3580D; }
a { background-color: rgb(227,88,13); }
div.DivClassName
{
background-color: #E3580D;
}
.BgClassName
{
background-color: #E3580D;
}
</style>
border-color css
<style>
span { border-color: #E3580D; }
span { border-color: rgb(227,88,13); }
td.TdClassName
{
border-color: #E3580D;
}
.TagClassName
{
border-color: #E3580D;
}
</style>