Shades of Persimmon #E0460D
Tints of Persimmon #E0460D
RGB
CMYK
RGB Variations
Color information
#E0460D (or 0xE0460D) is known color: Persimmon. HEX triplet: E0, 46 and 0D. RGB value is (224,70,13). Sum of RGB (Red+Green+Blue) = 224+70+13=307 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.96% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 224 - color contains mainly: red. Hex color #E0460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0460D is #1FB9F2. Grayscale: #6D6D6D. Windows color (decimal): -2079219 or 870112. OLE color: 870112.
HSL color Cylindrical-coordinate representation of color #E0460D: hue angle of 16.21º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E0460D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 70 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.12 |
| HSL | 16.21º | 0.89% | 0.46% | - |
| HSV(B) | 16.21º | 0.94% | 0.88% | - |
| XYZ | 33 | 20.26 | 2.55 | - |
| YUV | 109.55 | 73.52 | 209.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 70 | 13 | 0 | 0.69 | 0.94 | 0.12 | 16.21 | 0.89 | 0.46 |
| Hex | E0 | 46 | D | 0 | 45 | 5E | C | 10 | 59 | 2E |
| Octal | 340 | 106 | 15 | 0 | 105 | 136 | 14 | 20 | 131 | 56 |
| Binary | 11100000 | 1000110 | 1101 | 0 | 1000101 | 1011110 | 1100 | 10000 | 1011001 | 101110 |
Color Harmonies of #E0460D
Complementary color
Monochromatic Colors of #E0460D
Black with #E0460D
Text Example
Text Example
White with #E0460D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0460D; }
p { color: rgb(224,70,13); }
H1.HeaderClassName
{
color: #E0460D;
}
.AnyTagClassName
{
color: #E0460D;
}
</style>
background-color css
<style>
a { background-color: #E0460D; }
a { background-color: rgb(224,70,13); }
div.DivClassName
{
background-color: #E0460D;
}
.BgClassName
{
background-color: #E0460D;
}
</style>
border-color css
<style>
span { border-color: #E0460D; }
span { border-color: rgb(224,70,13); }
td.TdClassName
{
border-color: #E0460D;
}
.TagClassName
{
border-color: #E0460D;
}
</style>