Shades of Persimmon #E44413
Tints of Persimmon #E44413
RGB
CMYK
RGB Variations
Color information
#E44413 (or 0xE44413) is known color: Persimmon. HEX triplet: E4, 44 and 13. RGB value is (228,68,19). Sum of RGB (Red+Green+Blue) = 228+68+19=315 (41% of max value = 765). Red value is 228 (89.45% from 255 or 72.38% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 228 - color contains mainly: red. Hex color #E44413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E44413 is #1BBBEC. Grayscale: #6E6E6E. Windows color (decimal): -1817581 or 1262820. OLE color: 1262820.
HSL color Cylindrical-coordinate representation of color #E44413: hue angle of 14.07º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E44413 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 68 | 19 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.11 |
| HSL | 14.07º | 0.85% | 0.48% | - |
| HSV(B) | 14.07º | 0.92% | 0.89% | - |
| XYZ | 34.18 | 20.68 | 2.81 | - |
| YUV | 110.25 | 76.51 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 68 | 19 | 0 | 0.70 | 0.92 | 0.11 | 14.07 | 0.85 | 0.48 |
| Hex | E4 | 44 | 13 | 0 | 46 | 5C | B | E | 55 | 30 |
| Octal | 344 | 104 | 23 | 0 | 106 | 134 | 13 | 16 | 125 | 60 |
| Binary | 11100100 | 1000100 | 10011 | 0 | 1000110 | 1011100 | 1011 | 1110 | 1010101 | 110000 |
Color Harmonies of #E44413
Complementary color
Monochromatic Colors of #E44413
Black with #E44413
Text Example
Text Example
White with #E44413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44413; }
p { color: rgb(228,68,19); }
H1.HeaderClassName
{
color: #E44413;
}
.AnyTagClassName
{
color: #E44413;
}
</style>
background-color css
<style>
a { background-color: #E44413; }
a { background-color: rgb(228,68,19); }
div.DivClassName
{
background-color: #E44413;
}
.BgClassName
{
background-color: #E44413;
}
</style>
border-color css
<style>
span { border-color: #E44413; }
span { border-color: rgb(228,68,19); }
td.TdClassName
{
border-color: #E44413;
}
.TagClassName
{
border-color: #E44413;
}
</style>