Shades of Persimmon #E44915
Tints of Persimmon #E44915
RGB
CMYK
RGB Variations
Color information
#E44915 (or 0xE44915) is known color: Persimmon. HEX triplet: E4, 49 and 15. RGB value is (228,73,21). Sum of RGB (Red+Green+Blue) = 228+73+21=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 21 (8.59% from 255 or 6.52% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E44915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44915 is #1BB6EA. Grayscale: #717171. Windows color (decimal): -1816299 or 1395172. OLE color: 1395172.
HSL color Cylindrical-coordinate representation of color #E44915: hue angle of 15.07º 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 #E44915 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 73 | 21 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.11 |
| HSL | 15.07º | 0.83% | 0.49% | - |
| HSV(B) | 15.07º | 0.91% | 0.89% | - |
| XYZ | 34.51 | 21.31 | 3 | - |
| YUV | 113.42 | 75.85 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 73 | 21 | 0 | 0.68 | 0.91 | 0.11 | 15.07 | 0.83 | 0.49 |
| Hex | E4 | 49 | 15 | 0 | 44 | 5B | B | F | 53 | 31 |
| Octal | 344 | 111 | 25 | 0 | 104 | 133 | 13 | 17 | 123 | 61 |
| Binary | 11100100 | 1001001 | 10101 | 0 | 1000100 | 1011011 | 1011 | 1111 | 1010011 | 110001 |
Color Harmonies of #E44915
Complementary color
Monochromatic Colors of #E44915
Black with #E44915
Text Example
Text Example
White with #E44915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44915; }
p { color: rgb(228,73,21); }
H1.HeaderClassName
{
color: #E44915;
}
.AnyTagClassName
{
color: #E44915;
}
</style>
background-color css
<style>
a { background-color: #E44915; }
a { background-color: rgb(228,73,21); }
div.DivClassName
{
background-color: #E44915;
}
.BgClassName
{
background-color: #E44915;
}
</style>
border-color css
<style>
span { border-color: #E44915; }
span { border-color: rgb(228,73,21); }
td.TdClassName
{
border-color: #E44915;
}
.TagClassName
{
border-color: #E44915;
}
</style>