Shades of Persimmon #E3511B
Tints of Persimmon #E3511B
RGB
CMYK
RGB Variations
Color information
#E3511B (or 0xE3511B) is known color: Persimmon. HEX triplet: E3, 51 and 1B. RGB value is (227,81,27). Sum of RGB (Red+Green+Blue) = 227+81+27=335 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.76% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 227 - color contains mainly: red. Hex color #E3511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3511B is #1CAEE4. Grayscale: #767676. Windows color (decimal): -1879781 or 1790435. OLE color: 1790435.
HSL color Cylindrical-coordinate representation of color #E3511B: hue angle of 16.2º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3511B is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 81 | 27 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.11 |
| HSL | 16.2º | 0.79% | 0.5% | - |
| HSV(B) | 16.2º | 0.88% | 0.89% | - |
| XYZ | 34.82 | 22.29 | 3.51 | - |
| YUV | 118.5 | 76.37 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 81 | 27 | 0 | 0.64 | 0.88 | 0.11 | 16.2 | 0.79 | 0.5 |
| Hex | E3 | 51 | 1B | 0 | 40 | 58 | B | 10 | 4F | 32 |
| Octal | 343 | 121 | 33 | 0 | 100 | 130 | 13 | 20 | 117 | 62 |
| Binary | 11100011 | 1010001 | 11011 | 0 | 1000000 | 1011000 | 1011 | 10000 | 1001111 | 110010 |
Color Harmonies of #E3511B
Complementary color
Monochromatic Colors of #E3511B
Black with #E3511B
Text Example
Text Example
White with #E3511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3511B; }
p { color: rgb(227,81,27); }
H1.HeaderClassName
{
color: #E3511B;
}
.AnyTagClassName
{
color: #E3511B;
}
</style>
background-color css
<style>
a { background-color: #E3511B; }
a { background-color: rgb(227,81,27); }
div.DivClassName
{
background-color: #E3511B;
}
.BgClassName
{
background-color: #E3511B;
}
</style>
border-color css
<style>
span { border-color: #E3511B; }
span { border-color: rgb(227,81,27); }
td.TdClassName
{
border-color: #E3511B;
}
.TagClassName
{
border-color: #E3511B;
}
</style>