Shades of Persimmon #E34815
Tints of Persimmon #E34815
RGB
CMYK
RGB Variations
Color information
#E34815 (or 0xE34815) is known color: Persimmon. HEX triplet: E3, 48 and 15. RGB value is (227,72,21). Sum of RGB (Red+Green+Blue) = 227+72+21=320 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.94% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 21 (8.59% from 255 or 6.56% from 320); Max value from RGB is 227 - color contains mainly: red. Hex color #E34815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34815 is #1CB7EA. Grayscale: #707070. Windows color (decimal): -1882091 or 1394915. OLE color: 1394915.
HSL color Cylindrical-coordinate representation of color #E34815: hue angle of 14.85º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E34815 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 72 | 21 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.11 |
| HSL | 14.85º | 0.83% | 0.49% | - |
| HSV(B) | 14.85º | 0.91% | 0.89% | - |
| XYZ | 34.13 | 21.02 | 2.97 | - |
| YUV | 112.53 | 76.35 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 72 | 21 | 0 | 0.68 | 0.91 | 0.11 | 14.85 | 0.83 | 0.49 |
| Hex | E3 | 48 | 15 | 0 | 44 | 5B | B | F | 53 | 31 |
| Octal | 343 | 110 | 25 | 0 | 104 | 133 | 13 | 17 | 123 | 61 |
| Binary | 11100011 | 1001000 | 10101 | 0 | 1000100 | 1011011 | 1011 | 1111 | 1010011 | 110001 |
Color Harmonies of #E34815
Complementary color
Monochromatic Colors of #E34815
Black with #E34815
Text Example
Text Example
White with #E34815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34815; }
p { color: rgb(227,72,21); }
H1.HeaderClassName
{
color: #E34815;
}
.AnyTagClassName
{
color: #E34815;
}
</style>
background-color css
<style>
a { background-color: #E34815; }
a { background-color: rgb(227,72,21); }
div.DivClassName
{
background-color: #E34815;
}
.BgClassName
{
background-color: #E34815;
}
</style>
border-color css
<style>
span { border-color: #E34815; }
span { border-color: rgb(227,72,21); }
td.TdClassName
{
border-color: #E34815;
}
.TagClassName
{
border-color: #E34815;
}
</style>