Shades of Persimmon #E2520D
Tints of Persimmon #E2520D
RGB
CMYK
RGB Variations
Color information
#E2520D (or 0xE2520D) is known color: Persimmon. HEX triplet: E2, 52 and 0D. RGB value is (226,82,13). Sum of RGB (Red+Green+Blue) = 226+82+13=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 82 (32.42% from 255 or 25.55% from 321); Blue value is 13 (5.47% from 255 or 4.05% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E2520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2520D is #1DADF2. Grayscale: #757575. Windows color (decimal): -1945075 or 873186. OLE color: 873186.
HSL color Cylindrical-coordinate representation of color #E2520D: hue angle of 19.44º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E2520D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 82 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.11 |
| HSL | 19.44º | 0.89% | 0.47% | - |
| HSV(B) | 19.44º | 0.94% | 0.89% | - |
| XYZ | 34.45 | 22.23 | 2.86 | - |
| YUV | 117.19 | 69.21 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 82 | 13 | 0 | 0.64 | 0.94 | 0.11 | 19.44 | 0.89 | 0.47 |
| Hex | E2 | 52 | D | 0 | 40 | 5E | B | 13 | 59 | 2F |
| Octal | 342 | 122 | 15 | 0 | 100 | 136 | 13 | 23 | 131 | 57 |
| Binary | 11100010 | 1010010 | 1101 | 0 | 1000000 | 1011110 | 1011 | 10011 | 1011001 | 101111 |
Color Harmonies of #E2520D
Complementary color
Monochromatic Colors of #E2520D
Black with #E2520D
Text Example
Text Example
White with #E2520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2520D; }
p { color: rgb(226,82,13); }
H1.HeaderClassName
{
color: #E2520D;
}
.AnyTagClassName
{
color: #E2520D;
}
</style>
background-color css
<style>
a { background-color: #E2520D; }
a { background-color: rgb(226,82,13); }
div.DivClassName
{
background-color: #E2520D;
}
.BgClassName
{
background-color: #E2520D;
}
</style>
border-color css
<style>
span { border-color: #E2520D; }
span { border-color: rgb(226,82,13); }
td.TdClassName
{
border-color: #E2520D;
}
.TagClassName
{
border-color: #E2520D;
}
</style>