Shades of Persimmon #E44515
Tints of Persimmon #E44515
RGB
CMYK
RGB Variations
Color information
#E44515 (or 0xE44515) is known color: Persimmon. HEX triplet: E4, 45 and 15. RGB value is (228,69,21). Sum of RGB (Red+Green+Blue) = 228+69+21=318 (42% of max value = 765). Red value is 228 (89.45% from 255 or 71.70% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 228 - color contains mainly: red. Hex color #E44515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44515 is #1BBAEA. Grayscale: #6F6F6F. Windows color (decimal): -1817323 or 1394148. OLE color: 1394148.
HSL color Cylindrical-coordinate representation of color #E44515: hue angle of 13.91º 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 #E44515 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 69 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.11 |
| HSL | 13.91º | 0.83% | 0.49% | - |
| HSV(B) | 13.91º | 0.91% | 0.89% | - |
| XYZ | 34.26 | 20.8 | 2.92 | - |
| YUV | 111.07 | 77.18 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 69 | 21 | 0 | 0.70 | 0.91 | 0.11 | 13.91 | 0.83 | 0.49 |
| Hex | E4 | 45 | 15 | 0 | 46 | 5B | B | E | 53 | 31 |
| Octal | 344 | 105 | 25 | 0 | 106 | 133 | 13 | 16 | 123 | 61 |
| Binary | 11100100 | 1000101 | 10101 | 0 | 1000110 | 1011011 | 1011 | 1110 | 1010011 | 110001 |
Color Harmonies of #E44515
Complementary color
Monochromatic Colors of #E44515
Black with #E44515
Text Example
Text Example
White with #E44515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44515; }
p { color: rgb(228,69,21); }
H1.HeaderClassName
{
color: #E44515;
}
.AnyTagClassName
{
color: #E44515;
}
</style>
background-color css
<style>
a { background-color: #E44515; }
a { background-color: rgb(228,69,21); }
div.DivClassName
{
background-color: #E44515;
}
.BgClassName
{
background-color: #E44515;
}
</style>
border-color css
<style>
span { border-color: #E44515; }
span { border-color: rgb(228,69,21); }
td.TdClassName
{
border-color: #E44515;
}
.TagClassName
{
border-color: #E44515;
}
</style>