Shades of Persimmon #E0480D
Tints of Persimmon #E0480D
RGB
CMYK
RGB Variations
Color information
#E0480D (or 0xE0480D) is known color: Persimmon. HEX triplet: E0, 48 and 0D. RGB value is (224,72,13). Sum of RGB (Red+Green+Blue) = 224+72+13=309 (40% of max value = 765). Red value is 224 (87.89% from 255 or 72.49% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 224 - color contains mainly: red. Hex color #E0480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0480D is #1FB7F2. Grayscale: #6F6F6F. Windows color (decimal): -2078707 or 870624. OLE color: 870624.
HSL color Cylindrical-coordinate representation of color #E0480D: hue angle of 16.78º 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 #E0480D is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 72 | 13 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.12 |
| HSL | 16.78º | 0.89% | 0.46% | - |
| HSV(B) | 16.78º | 0.94% | 0.88% | - |
| XYZ | 33.13 | 20.51 | 2.59 | - |
| YUV | 110.72 | 72.86 | 208.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 72 | 13 | 0 | 0.68 | 0.94 | 0.12 | 16.78 | 0.89 | 0.46 |
| Hex | E0 | 48 | D | 0 | 44 | 5E | C | 11 | 59 | 2E |
| Octal | 340 | 110 | 15 | 0 | 104 | 136 | 14 | 21 | 131 | 56 |
| Binary | 11100000 | 1001000 | 1101 | 0 | 1000100 | 1011110 | 1100 | 10001 | 1011001 | 101110 |
Color Harmonies of #E0480D
Complementary color
Monochromatic Colors of #E0480D
Black with #E0480D
Text Example
Text Example
White with #E0480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0480D; }
p { color: rgb(224,72,13); }
H1.HeaderClassName
{
color: #E0480D;
}
.AnyTagClassName
{
color: #E0480D;
}
</style>
background-color css
<style>
a { background-color: #E0480D; }
a { background-color: rgb(224,72,13); }
div.DivClassName
{
background-color: #E0480D;
}
.BgClassName
{
background-color: #E0480D;
}
</style>
border-color css
<style>
span { border-color: #E0480D; }
span { border-color: rgb(224,72,13); }
td.TdClassName
{
border-color: #E0480D;
}
.TagClassName
{
border-color: #E0480D;
}
</style>