Shades of Persimmon #E44F0F
Tints of Persimmon #E44F0F
RGB
CMYK
RGB Variations
Color information
#E44F0F (or 0xE44F0F) is known color: Persimmon. HEX triplet: E4, 4F and 0F. RGB value is (228,79,15). Sum of RGB (Red+Green+Blue) = 228+79+15=322 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.81% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 228 - color contains mainly: red. Hex color #E44F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E44F0F is #1BB0F0. Grayscale: #747474. Windows color (decimal): -1814769 or 1003492. OLE color: 1003492.
HSL color Cylindrical-coordinate representation of color #E44F0F: hue angle of 18.03º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E44F0F is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 79 | 15 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.11 |
| HSL | 18.03º | 0.88% | 0.48% | - |
| HSV(B) | 18.03º | 0.93% | 0.89% | - |
| XYZ | 34.88 | 22.12 | 2.88 | - |
| YUV | 116.26 | 70.86 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 79 | 15 | 0 | 0.65 | 0.93 | 0.11 | 18.03 | 0.88 | 0.48 |
| Hex | E4 | 4F | F | 0 | 41 | 5D | B | 12 | 58 | 30 |
| Octal | 344 | 117 | 17 | 0 | 101 | 135 | 13 | 22 | 130 | 60 |
| Binary | 11100100 | 1001111 | 1111 | 0 | 1000001 | 1011101 | 1011 | 10010 | 1011000 | 110000 |
Color Harmonies of #E44F0F
Complementary color
Monochromatic Colors of #E44F0F
Black with #E44F0F
Text Example
Text Example
White with #E44F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E44F0F; }
p { color: rgb(228,79,15); }
H1.HeaderClassName
{
color: #E44F0F;
}
.AnyTagClassName
{
color: #E44F0F;
}
</style>
background-color css
<style>
a { background-color: #E44F0F; }
a { background-color: rgb(228,79,15); }
div.DivClassName
{
background-color: #E44F0F;
}
.BgClassName
{
background-color: #E44F0F;
}
</style>
border-color css
<style>
span { border-color: #E44F0F; }
span { border-color: rgb(228,79,15); }
td.TdClassName
{
border-color: #E44F0F;
}
.TagClassName
{
border-color: #E44F0F;
}
</style>