Shades of Persimmon #E44815
Tints of Persimmon #E44815
RGB
CMYK
RGB Variations
Color information
#E44815 (or 0xE44815) is known color: Persimmon. HEX triplet: E4, 48 and 15. RGB value is (228,72,21). Sum of RGB (Red+Green+Blue) = 228+72+21=321 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.03% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 228 - color contains mainly: red. Hex color #E44815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44815 is #1BB7EA. Grayscale: #717171. Windows color (decimal): -1816555 or 1394916. OLE color: 1394916.
HSL color Cylindrical-coordinate representation of color #E44815: hue angle of 14.78º 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 #E44815 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 72 | 21 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.11 |
| HSL | 14.78º | 0.83% | 0.49% | - |
| HSV(B) | 14.78º | 0.91% | 0.89% | - |
| XYZ | 34.45 | 21.18 | 2.98 | - |
| YUV | 112.83 | 76.18 | 210.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 72 | 21 | 0 | 0.68 | 0.91 | 0.11 | 14.78 | 0.83 | 0.49 |
| Hex | E4 | 48 | 15 | 0 | 44 | 5B | B | F | 53 | 31 |
| Octal | 344 | 110 | 25 | 0 | 104 | 133 | 13 | 17 | 123 | 61 |
| Binary | 11100100 | 1001000 | 10101 | 0 | 1000100 | 1011011 | 1011 | 1111 | 1010011 | 110001 |
Color Harmonies of #E44815
Complementary color
Monochromatic Colors of #E44815
Black with #E44815
Text Example
Text Example
White with #E44815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44815; }
p { color: rgb(228,72,21); }
H1.HeaderClassName
{
color: #E44815;
}
.AnyTagClassName
{
color: #E44815;
}
</style>
background-color css
<style>
a { background-color: #E44815; }
a { background-color: rgb(228,72,21); }
div.DivClassName
{
background-color: #E44815;
}
.BgClassName
{
background-color: #E44815;
}
</style>
border-color css
<style>
span { border-color: #E44815; }
span { border-color: rgb(228,72,21); }
td.TdClassName
{
border-color: #E44815;
}
.TagClassName
{
border-color: #E44815;
}
</style>