Shades of Persimmon #E3530F
Tints of Persimmon #E3530F
RGB
CMYK
RGB Variations
Color information
#E3530F (or 0xE3530F) is known color: Persimmon. HEX triplet: E3, 53 and 0F. RGB value is (227,83,15). Sum of RGB (Red+Green+Blue) = 227+83+15=325 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.85% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 15 (6.25% from 255 or 4.62% from 325); Max value from RGB is 227 - color contains mainly: red. Hex color #E3530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3530F is #1CACF0. Grayscale: #767676. Windows color (decimal): -1879281 or 1004515. OLE color: 1004515.
HSL color Cylindrical-coordinate representation of color #E3530F: hue angle of 19.25º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3530F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.11 |
| HSL | 19.25º | 0.88% | 0.47% | - |
| HSV(B) | 19.25º | 0.93% | 0.89% | - |
| XYZ | 34.86 | 22.55 | 2.97 | - |
| YUV | 118.3 | 69.71 | 205.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 15 | 0 | 0.63 | 0.93 | 0.11 | 19.25 | 0.88 | 0.47 |
| Hex | E3 | 53 | F | 0 | 3F | 5D | B | 13 | 58 | 2F |
| Octal | 343 | 123 | 17 | 0 | 77 | 135 | 13 | 23 | 130 | 57 |
| Binary | 11100011 | 1010011 | 1111 | 0 | 111111 | 1011101 | 1011 | 10011 | 1011000 | 101111 |
Color Harmonies of #E3530F
Complementary color
Monochromatic Colors of #E3530F
Black with #E3530F
Text Example
Text Example
White with #E3530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3530F; }
p { color: rgb(227,83,15); }
H1.HeaderClassName
{
color: #E3530F;
}
.AnyTagClassName
{
color: #E3530F;
}
</style>
background-color css
<style>
a { background-color: #E3530F; }
a { background-color: rgb(227,83,15); }
div.DivClassName
{
background-color: #E3530F;
}
.BgClassName
{
background-color: #E3530F;
}
</style>
border-color css
<style>
span { border-color: #E3530F; }
span { border-color: rgb(227,83,15); }
td.TdClassName
{
border-color: #E3530F;
}
.TagClassName
{
border-color: #E3530F;
}
</style>