Shades of Persimmon #E3530E
Tints of Persimmon #E3530E
RGB
CMYK
RGB Variations
Color information
#E3530E (or 0xE3530E) is known color: Persimmon. HEX triplet: E3, 53 and 0E. RGB value is (227,83,14). Sum of RGB (Red+Green+Blue) = 227+83+14=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E3530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3530E is #1CACF1. Grayscale: #767676. Windows color (decimal): -1879282 or 938979. OLE color: 938979.
HSL color Cylindrical-coordinate representation of color #E3530E: hue angle of 19.44º degrees, saturation: 0.88, 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 #E3530E is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 14 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.11 |
| HSL | 19.44º | 0.88% | 0.47% | - |
| HSV(B) | 19.44º | 0.94% | 0.89% | - |
| XYZ | 34.85 | 22.55 | 2.93 | - |
| YUV | 118.19 | 69.21 | 205.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 14 | 0 | 0.63 | 0.94 | 0.11 | 19.44 | 0.88 | 0.47 |
| Hex | E3 | 53 | E | 0 | 3F | 5E | B | 13 | 58 | 2F |
| Octal | 343 | 123 | 16 | 0 | 77 | 136 | 13 | 23 | 130 | 57 |
| Binary | 11100011 | 1010011 | 1110 | 0 | 111111 | 1011110 | 1011 | 10011 | 1011000 | 101111 |
Color Harmonies of #E3530E
Complementary color
Monochromatic Colors of #E3530E
Black with #E3530E
Text Example
Text Example
White with #E3530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3530E; }
p { color: rgb(227,83,14); }
H1.HeaderClassName
{
color: #E3530E;
}
.AnyTagClassName
{
color: #E3530E;
}
</style>
background-color css
<style>
a { background-color: #E3530E; }
a { background-color: rgb(227,83,14); }
div.DivClassName
{
background-color: #E3530E;
}
.BgClassName
{
background-color: #E3530E;
}
</style>
border-color css
<style>
span { border-color: #E3530E; }
span { border-color: rgb(227,83,14); }
td.TdClassName
{
border-color: #E3530E;
}
.TagClassName
{
border-color: #E3530E;
}
</style>