Shades of Persimmon #E3530D
Tints of Persimmon #E3530D
RGB
CMYK
RGB Variations
Color information
#E3530D (or 0xE3530D) is known color: Persimmon. HEX triplet: E3, 53 and 0D. RGB value is (227,83,13). Sum of RGB (Red+Green+Blue) = 227+83+13=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 13 (5.47% from 255 or 4.02% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E3530D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3530D is #1CACF2. Grayscale: #767676. Windows color (decimal): -1879283 or 873443. OLE color: 873443.
HSL color Cylindrical-coordinate representation of color #E3530D: hue angle of 19.63º 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 #E3530D is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 13 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.11 |
| HSL | 19.63º | 0.89% | 0.47% | - |
| HSV(B) | 19.63º | 0.94% | 0.89% | - |
| XYZ | 34.84 | 22.55 | 2.9 | - |
| YUV | 118.08 | 68.71 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 13 | 0 | 0.63 | 0.94 | 0.11 | 19.63 | 0.89 | 0.47 |
| Hex | E3 | 53 | D | 0 | 3F | 5E | B | 14 | 59 | 2F |
| Octal | 343 | 123 | 15 | 0 | 77 | 136 | 13 | 24 | 131 | 57 |
| Binary | 11100011 | 1010011 | 1101 | 0 | 111111 | 1011110 | 1011 | 10100 | 1011001 | 101111 |
Color Harmonies of #E3530D
Complementary color
Monochromatic Colors of #E3530D
Black with #E3530D
Text Example
Text Example
White with #E3530D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3530D; }
p { color: rgb(227,83,13); }
H1.HeaderClassName
{
color: #E3530D;
}
.AnyTagClassName
{
color: #E3530D;
}
</style>
background-color css
<style>
a { background-color: #E3530D; }
a { background-color: rgb(227,83,13); }
div.DivClassName
{
background-color: #E3530D;
}
.BgClassName
{
background-color: #E3530D;
}
</style>
border-color css
<style>
span { border-color: #E3530D; }
span { border-color: rgb(227,83,13); }
td.TdClassName
{
border-color: #E3530D;
}
.TagClassName
{
border-color: #E3530D;
}
</style>