Shades of Persimmon #E3530C
Tints of Persimmon #E3530C
RGB
CMYK
RGB Variations
Color information
#E3530C (or 0xE3530C) is known color: Persimmon. HEX triplet: E3, 53 and 0C. RGB value is (227,83,12). Sum of RGB (Red+Green+Blue) = 227+83+12=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 12 (5.08% from 255 or 3.73% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E3530C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3530C is #1CACF3. Grayscale: #767676. Windows color (decimal): -1879284 or 807907. OLE color: 807907.
HSL color Cylindrical-coordinate representation of color #E3530C: hue angle of 19.81º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3530C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 83 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.11 |
| HSL | 19.81º | 0.9% | 0.47% | - |
| HSV(B) | 19.81º | 0.95% | 0.89% | - |
| XYZ | 34.84 | 22.54 | 2.86 | - |
| YUV | 117.96 | 68.21 | 205.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 83 | 12 | 0 | 0.63 | 0.95 | 0.11 | 19.81 | 0.9 | 0.47 |
| Hex | E3 | 53 | C | 0 | 3F | 5F | B | 14 | 5A | 2F |
| Octal | 343 | 123 | 14 | 0 | 77 | 137 | 13 | 24 | 132 | 57 |
| Binary | 11100011 | 1010011 | 1100 | 0 | 111111 | 1011111 | 1011 | 10100 | 1011010 | 101111 |
Color Harmonies of #E3530C
Complementary color
Monochromatic Colors of #E3530C
Black with #E3530C
Text Example
Text Example
White with #E3530C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3530C; }
p { color: rgb(227,83,12); }
H1.HeaderClassName
{
color: #E3530C;
}
.AnyTagClassName
{
color: #E3530C;
}
</style>
background-color css
<style>
a { background-color: #E3530C; }
a { background-color: rgb(227,83,12); }
div.DivClassName
{
background-color: #E3530C;
}
.BgClassName
{
background-color: #E3530C;
}
</style>
border-color css
<style>
span { border-color: #E3530C; }
span { border-color: rgb(227,83,12); }
td.TdClassName
{
border-color: #E3530C;
}
.TagClassName
{
border-color: #E3530C;
}
</style>