Shades of Persimmon #E3580B
Tints of Persimmon #E3580B
RGB
CMYK
RGB Variations
Color information
#E3580B (or 0xE3580B) is known color: Persimmon. HEX triplet: E3, 58 and 0B. RGB value is (227,88,11). Sum of RGB (Red+Green+Blue) = 227+88+11=326 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.63% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 227 - color contains mainly: red. Hex color #E3580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3580B is #1CA7F4. Grayscale: #797979. Windows color (decimal): -1878005 or 743651. OLE color: 743651.
HSL color Cylindrical-coordinate representation of color #E3580B: hue angle of 21.39º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3580B is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 88 | 11 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.11 |
| HSL | 21.39º | 0.91% | 0.47% | - |
| HSV(B) | 21.39º | 0.95% | 0.89% | - |
| XYZ | 35.23 | 23.33 | 2.96 | - |
| YUV | 120.78 | 66.05 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 88 | 11 | 0 | 0.61 | 0.95 | 0.11 | 21.39 | 0.91 | 0.47 |
| Hex | E3 | 58 | B | 0 | 3D | 5F | B | 15 | 5B | 2F |
| Octal | 343 | 130 | 13 | 0 | 75 | 137 | 13 | 25 | 133 | 57 |
| Binary | 11100011 | 1011000 | 1011 | 0 | 111101 | 1011111 | 1011 | 10101 | 1011011 | 101111 |
Color Harmonies of #E3580B
Complementary color
Monochromatic Colors of #E3580B
Black with #E3580B
Text Example
Text Example
White with #E3580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3580B; }
p { color: rgb(227,88,11); }
H1.HeaderClassName
{
color: #E3580B;
}
.AnyTagClassName
{
color: #E3580B;
}
</style>
background-color css
<style>
a { background-color: #E3580B; }
a { background-color: rgb(227,88,11); }
div.DivClassName
{
background-color: #E3580B;
}
.BgClassName
{
background-color: #E3580B;
}
</style>
border-color css
<style>
span { border-color: #E3580B; }
span { border-color: rgb(227,88,11); }
td.TdClassName
{
border-color: #E3580B;
}
.TagClassName
{
border-color: #E3580B;
}
</style>