Shades of Persimmon #E3550C
Tints of Persimmon #E3550C
RGB
CMYK
RGB Variations
Color information
#E3550C (or 0xE3550C) is known color: Persimmon. HEX triplet: E3, 55 and 0C. RGB value is (227,85,12). Sum of RGB (Red+Green+Blue) = 227+85+12=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 85 (33.59% from 255 or 26.23% from 324); Blue value is 12 (5.08% from 255 or 3.70% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E3550C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3550C is #1CAAF3. Grayscale: #777777. Windows color (decimal): -1878772 or 808419. OLE color: 808419.
HSL color Cylindrical-coordinate representation of color #E3550C: hue angle of 20.37º 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 #E3550C is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 12 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.11 |
| HSL | 20.37º | 0.9% | 0.47% | - |
| HSV(B) | 20.37º | 0.95% | 0.89% | - |
| XYZ | 34.99 | 22.85 | 2.91 | - |
| YUV | 119.14 | 67.54 | 204.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 12 | 0 | 0.63 | 0.95 | 0.11 | 20.37 | 0.9 | 0.47 |
| Hex | E3 | 55 | C | 0 | 3F | 5F | B | 14 | 5A | 2F |
| Octal | 343 | 125 | 14 | 0 | 77 | 137 | 13 | 24 | 132 | 57 |
| Binary | 11100011 | 1010101 | 1100 | 0 | 111111 | 1011111 | 1011 | 10100 | 1011010 | 101111 |
Color Harmonies of #E3550C
Complementary color
Monochromatic Colors of #E3550C
Black with #E3550C
Text Example
Text Example
White with #E3550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3550C; }
p { color: rgb(227,85,12); }
H1.HeaderClassName
{
color: #E3550C;
}
.AnyTagClassName
{
color: #E3550C;
}
</style>
background-color css
<style>
a { background-color: #E3550C; }
a { background-color: rgb(227,85,12); }
div.DivClassName
{
background-color: #E3550C;
}
.BgClassName
{
background-color: #E3550C;
}
</style>
border-color css
<style>
span { border-color: #E3550C; }
span { border-color: rgb(227,85,12); }
td.TdClassName
{
border-color: #E3550C;
}
.TagClassName
{
border-color: #E3550C;
}
</style>