Shades of Persimmon #E3540B
Tints of Persimmon #E3540B
RGB
CMYK
RGB Variations
Color information
#E3540B (or 0xE3540B) is known color: Persimmon. HEX triplet: E3, 54 and 0B. RGB value is (227,84,11). Sum of RGB (Red+Green+Blue) = 227+84+11=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 11 (4.69% from 255 or 3.42% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E3540B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3540B is #1CABF4. Grayscale: #767676. Windows color (decimal): -1879029 or 742627. OLE color: 742627.
HSL color Cylindrical-coordinate representation of color #E3540B: hue angle of 20.28º 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 #E3540B is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 84 | 11 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.11 |
| HSL | 20.28º | 0.91% | 0.47% | - |
| HSV(B) | 20.28º | 0.95% | 0.89% | - |
| XYZ | 34.91 | 22.7 | 2.86 | - |
| YUV | 118.44 | 67.38 | 205.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 84 | 11 | 0 | 0.63 | 0.95 | 0.11 | 20.28 | 0.91 | 0.47 |
| Hex | E3 | 54 | B | 0 | 3F | 5F | B | 14 | 5B | 2F |
| Octal | 343 | 124 | 13 | 0 | 77 | 137 | 13 | 24 | 133 | 57 |
| Binary | 11100011 | 1010100 | 1011 | 0 | 111111 | 1011111 | 1011 | 10100 | 1011011 | 101111 |
Color Harmonies of #E3540B
Complementary color
Monochromatic Colors of #E3540B
Black with #E3540B
Text Example
Text Example
White with #E3540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3540B; }
p { color: rgb(227,84,11); }
H1.HeaderClassName
{
color: #E3540B;
}
.AnyTagClassName
{
color: #E3540B;
}
</style>
background-color css
<style>
a { background-color: #E3540B; }
a { background-color: rgb(227,84,11); }
div.DivClassName
{
background-color: #E3540B;
}
.BgClassName
{
background-color: #E3540B;
}
</style>
border-color css
<style>
span { border-color: #E3540B; }
span { border-color: rgb(227,84,11); }
td.TdClassName
{
border-color: #E3540B;
}
.TagClassName
{
border-color: #E3540B;
}
</style>