Shades of Persimmon #E1440F
Tints of Persimmon #E1440F
RGB
CMYK
RGB Variations
Color information
#E1440F (or 0xE1440F) is known color: Persimmon. HEX triplet: E1, 44 and 0F. RGB value is (225,68,15). Sum of RGB (Red+Green+Blue) = 225+68+15=308 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.05% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 15 (6.25% from 255 or 4.87% from 308); Max value from RGB is 225 - color contains mainly: red. Hex color #E1440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1440F is #1EBBF0. Grayscale: #6D6D6D. Windows color (decimal): -2014193 or 1000673. OLE color: 1000673.
HSL color Cylindrical-coordinate representation of color #E1440F: hue angle of 15.14º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E1440F is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 68 | 15 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.12 |
| HSL | 15.14º | 0.88% | 0.47% | - |
| HSV(B) | 15.14º | 0.93% | 0.88% | - |
| XYZ | 33.2 | 20.18 | 2.6 | - |
| YUV | 108.9 | 75.01 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 68 | 15 | 0 | 0.70 | 0.93 | 0.12 | 15.14 | 0.88 | 0.47 |
| Hex | E1 | 44 | F | 0 | 46 | 5D | C | F | 58 | 2F |
| Octal | 341 | 104 | 17 | 0 | 106 | 135 | 14 | 17 | 130 | 57 |
| Binary | 11100001 | 1000100 | 1111 | 0 | 1000110 | 1011101 | 1100 | 1111 | 1011000 | 101111 |
Color Harmonies of #E1440F
Complementary color
Monochromatic Colors of #E1440F
Black with #E1440F
Text Example
Text Example
White with #E1440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1440F; }
p { color: rgb(225,68,15); }
H1.HeaderClassName
{
color: #E1440F;
}
.AnyTagClassName
{
color: #E1440F;
}
</style>
background-color css
<style>
a { background-color: #E1440F; }
a { background-color: rgb(225,68,15); }
div.DivClassName
{
background-color: #E1440F;
}
.BgClassName
{
background-color: #E1440F;
}
</style>
border-color css
<style>
span { border-color: #E1440F; }
span { border-color: rgb(225,68,15); }
td.TdClassName
{
border-color: #E1440F;
}
.TagClassName
{
border-color: #E1440F;
}
</style>