Shades of Persimmon #E14B0D
Tints of Persimmon #E14B0D
RGB
CMYK
RGB Variations
Color information
#E14B0D (or 0xE14B0D) is known color: Persimmon. HEX triplet: E1, 4B and 0D. RGB value is (225,75,13). Sum of RGB (Red+Green+Blue) = 225+75+13=313 (41% of max value = 765). Red value is 225 (88.28% from 255 or 71.88% from 313); Green value is 75 (29.69% from 255 or 23.96% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 225 - color contains mainly: red. Hex color #E14B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14B0D is #1EB4F2. Grayscale: #717171. Windows color (decimal): -2012403 or 871393. OLE color: 871393.
HSL color Cylindrical-coordinate representation of color #E14B0D: hue angle of 17.55º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E14B0D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.12 |
| HSL | 17.55º | 0.89% | 0.47% | - |
| HSV(B) | 17.55º | 0.94% | 0.88% | - |
| XYZ | 33.64 | 21.07 | 2.67 | - |
| YUV | 112.78 | 71.7 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 13 | 0 | 0.67 | 0.94 | 0.12 | 17.55 | 0.89 | 0.47 |
| Hex | E1 | 4B | D | 0 | 43 | 5E | C | 12 | 59 | 2F |
| Octal | 341 | 113 | 15 | 0 | 103 | 136 | 14 | 22 | 131 | 57 |
| Binary | 11100001 | 1001011 | 1101 | 0 | 1000011 | 1011110 | 1100 | 10010 | 1011001 | 101111 |
Color Harmonies of #E14B0D
Complementary color
Monochromatic Colors of #E14B0D
Black with #E14B0D
Text Example
Text Example
White with #E14B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14B0D; }
p { color: rgb(225,75,13); }
H1.HeaderClassName
{
color: #E14B0D;
}
.AnyTagClassName
{
color: #E14B0D;
}
</style>
background-color css
<style>
a { background-color: #E14B0D; }
a { background-color: rgb(225,75,13); }
div.DivClassName
{
background-color: #E14B0D;
}
.BgClassName
{
background-color: #E14B0D;
}
</style>
border-color css
<style>
span { border-color: #E14B0D; }
span { border-color: rgb(225,75,13); }
td.TdClassName
{
border-color: #E14B0D;
}
.TagClassName
{
border-color: #E14B0D;
}
</style>