Shades of Persimmon #E3550B
Tints of Persimmon #E3550B
RGB
CMYK
RGB Variations
Color information
#E3550B (or 0xE3550B) is known color: Persimmon. HEX triplet: E3, 55 and 0B. RGB value is (227,85,11). Sum of RGB (Red+Green+Blue) = 227+85+11=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 11 (4.69% from 255 or 3.41% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E3550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3550B is #1CAAF4. Grayscale: #777777. Windows color (decimal): -1878773 or 742883. OLE color: 742883.
HSL color Cylindrical-coordinate representation of color #E3550B: hue angle of 20.56º degrees, saturation: 0.91, 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 #E3550B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 85 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.11 |
| HSL | 20.56º | 0.91% | 0.47% | - |
| HSV(B) | 20.56º | 0.95% | 0.89% | - |
| XYZ | 34.99 | 22.85 | 2.88 | - |
| YUV | 119.02 | 67.04 | 205.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 85 | 11 | 0 | 0.63 | 0.95 | 0.11 | 20.56 | 0.91 | 0.47 |
| Hex | E3 | 55 | B | 0 | 3F | 5F | B | 15 | 5B | 2F |
| Octal | 343 | 125 | 13 | 0 | 77 | 137 | 13 | 25 | 133 | 57 |
| Binary | 11100011 | 1010101 | 1011 | 0 | 111111 | 1011111 | 1011 | 10101 | 1011011 | 101111 |
Color Harmonies of #E3550B
Complementary color
Monochromatic Colors of #E3550B
Black with #E3550B
Text Example
Text Example
White with #E3550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3550B; }
p { color: rgb(227,85,11); }
H1.HeaderClassName
{
color: #E3550B;
}
.AnyTagClassName
{
color: #E3550B;
}
</style>
background-color css
<style>
a { background-color: #E3550B; }
a { background-color: rgb(227,85,11); }
div.DivClassName
{
background-color: #E3550B;
}
.BgClassName
{
background-color: #E3550B;
}
</style>
border-color css
<style>
span { border-color: #E3550B; }
span { border-color: rgb(227,85,11); }
td.TdClassName
{
border-color: #E3550B;
}
.TagClassName
{
border-color: #E3550B;
}
</style>