Shades of Persimmon #E0520B
Tints of Persimmon #E0520B
RGB
CMYK
RGB Variations
Color information
#E0520B (or 0xE0520B) is known color: Persimmon. HEX triplet: E0, 52 and 0B. RGB value is (224,82,11). Sum of RGB (Red+Green+Blue) = 224+82+11=317 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.66% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 224 - color contains mainly: red. Hex color #E0520B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E0520B is #1FADF4. Grayscale: #747474. Windows color (decimal): -2076149 or 742112. OLE color: 742112.
HSL color Cylindrical-coordinate representation of color #E0520B: hue angle of 20º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E0520B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 82 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.12 |
| HSL | 20º | 0.91% | 0.46% | - |
| HSV(B) | 20º | 0.95% | 0.88% | - |
| XYZ | 33.82 | 21.91 | 2.76 | - |
| YUV | 116.36 | 68.54 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 82 | 11 | 0 | 0.63 | 0.95 | 0.12 | 20 | 0.91 | 0.46 |
| Hex | E0 | 52 | B | 0 | 3F | 5F | C | 14 | 5B | 2E |
| Octal | 340 | 122 | 13 | 0 | 77 | 137 | 14 | 24 | 133 | 56 |
| Binary | 11100000 | 1010010 | 1011 | 0 | 111111 | 1011111 | 1100 | 10100 | 1011011 | 101110 |
Color Harmonies of #E0520B
Complementary color
Monochromatic Colors of #E0520B
Black with #E0520B
Text Example
Text Example
White with #E0520B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0520B; }
p { color: rgb(224,82,11); }
H1.HeaderClassName
{
color: #E0520B;
}
.AnyTagClassName
{
color: #E0520B;
}
</style>
background-color css
<style>
a { background-color: #E0520B; }
a { background-color: rgb(224,82,11); }
div.DivClassName
{
background-color: #E0520B;
}
.BgClassName
{
background-color: #E0520B;
}
</style>
border-color css
<style>
span { border-color: #E0520B; }
span { border-color: rgb(224,82,11); }
td.TdClassName
{
border-color: #E0520B;
}
.TagClassName
{
border-color: #E0520B;
}
</style>