Shades of Persimmon #E3520D
Tints of Persimmon #E3520D
RGB
CMYK
RGB Variations
Color information
#E3520D (or 0xE3520D) is known color: Persimmon. HEX triplet: E3, 52 and 0D. RGB value is (227,82,13). Sum of RGB (Red+Green+Blue) = 227+82+13=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 82 (32.42% from 255 or 25.47% from 322); Blue value is 13 (5.47% from 255 or 4.04% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E3520D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3520D is #1CADF2. Grayscale: #757575. Windows color (decimal): -1879539 or 873187. OLE color: 873187.
HSL color Cylindrical-coordinate representation of color #E3520D: hue angle of 19.35º 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 #E3520D is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 13 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.11 |
| HSL | 19.35º | 0.89% | 0.47% | - |
| HSV(B) | 19.35º | 0.94% | 0.89% | - |
| XYZ | 34.77 | 22.39 | 2.87 | - |
| YUV | 117.49 | 69.04 | 206.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 13 | 0 | 0.64 | 0.94 | 0.11 | 19.35 | 0.89 | 0.47 |
| Hex | E3 | 52 | D | 0 | 40 | 5E | B | 13 | 59 | 2F |
| Octal | 343 | 122 | 15 | 0 | 100 | 136 | 13 | 23 | 131 | 57 |
| Binary | 11100011 | 1010010 | 1101 | 0 | 1000000 | 1011110 | 1011 | 10011 | 1011001 | 101111 |
Color Harmonies of #E3520D
Complementary color
Monochromatic Colors of #E3520D
Black with #E3520D
Text Example
Text Example
White with #E3520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3520D; }
p { color: rgb(227,82,13); }
H1.HeaderClassName
{
color: #E3520D;
}
.AnyTagClassName
{
color: #E3520D;
}
</style>
background-color css
<style>
a { background-color: #E3520D; }
a { background-color: rgb(227,82,13); }
div.DivClassName
{
background-color: #E3520D;
}
.BgClassName
{
background-color: #E3520D;
}
</style>
border-color css
<style>
span { border-color: #E3520D; }
span { border-color: rgb(227,82,13); }
td.TdClassName
{
border-color: #E3520D;
}
.TagClassName
{
border-color: #E3520D;
}
</style>