Shades of Persimmon #E44D1A
Tints of Persimmon #E44D1A
RGB
CMYK
RGB Variations
Color information
#E44D1A (or 0xE44D1A) is known color: Persimmon. HEX triplet: E4, 4D and 1A. RGB value is (228,77,26). Sum of RGB (Red+Green+Blue) = 228+77+26=331 (43% of max value = 765). Red value is 228 (89.45% from 255 or 68.88% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 228 - color contains mainly: red. Hex color #E44D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E44D1A is #1BB2E5. Grayscale: #747474. Windows color (decimal): -1815270 or 1723876. OLE color: 1723876.
HSL color Cylindrical-coordinate representation of color #E44D1A: hue angle of 15.15º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E44D1A is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 77 | 26 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.11 |
| HSL | 15.15º | 0.8% | 0.5% | - |
| HSV(B) | 15.15º | 0.89% | 0.89% | - |
| XYZ | 34.84 | 21.88 | 3.36 | - |
| YUV | 116.34 | 77.03 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 77 | 26 | 0 | 0.66 | 0.89 | 0.11 | 15.15 | 0.8 | 0.5 |
| Hex | E4 | 4D | 1A | 0 | 42 | 59 | B | F | 50 | 32 |
| Octal | 344 | 115 | 32 | 0 | 102 | 131 | 13 | 17 | 120 | 62 |
| Binary | 11100100 | 1001101 | 11010 | 0 | 1000010 | 1011001 | 1011 | 1111 | 1010000 | 110010 |
Color Harmonies of #E44D1A
Complementary color
Monochromatic Colors of #E44D1A
Black with #E44D1A
Text Example
Text Example
White with #E44D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44D1A; }
p { color: rgb(228,77,26); }
H1.HeaderClassName
{
color: #E44D1A;
}
.AnyTagClassName
{
color: #E44D1A;
}
</style>
background-color css
<style>
a { background-color: #E44D1A; }
a { background-color: rgb(228,77,26); }
div.DivClassName
{
background-color: #E44D1A;
}
.BgClassName
{
background-color: #E44D1A;
}
</style>
border-color css
<style>
span { border-color: #E44D1A; }
span { border-color: rgb(228,77,26); }
td.TdClassName
{
border-color: #E44D1A;
}
.TagClassName
{
border-color: #E44D1A;
}
</style>