Shades of Persimmon #E8521B
Tints of Persimmon #E8521B
RGB
CMYK
RGB Variations
Color information
#E8521B (or 0xE8521B) is known color: Persimmon. HEX triplet: E8, 52 and 1B. RGB value is (232,82,27). Sum of RGB (Red+Green+Blue) = 232+82+27=341 (45% of max value = 765). Red value is 232 (91.02% from 255 or 68.04% from 341); Green value is 82 (32.42% from 255 or 24.05% from 341); Blue value is 27 (10.94% from 255 or 7.92% from 341); Max value from RGB is 232 - color contains mainly: red. Hex color #E8521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E8521B is #17ADE4. Grayscale: #787878. Windows color (decimal): -1551845 or 1790696. OLE color: 1790696.
HSL color Cylindrical-coordinate representation of color #E8521B: hue angle of 16.1º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8521B is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 82 | 27 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.09 |
| HSL | 16.1º | 0.82% | 0.51% | - |
| HSV(B) | 16.1º | 0.88% | 0.91% | - |
| XYZ | 36.49 | 23.27 | 3.6 | - |
| YUV | 120.58 | 75.2 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 82 | 27 | 0 | 0.65 | 0.88 | 0.09 | 16.1 | 0.82 | 0.51 |
| Hex | E8 | 52 | 1B | 0 | 41 | 58 | 9 | 10 | 52 | 33 |
| Octal | 350 | 122 | 33 | 0 | 101 | 130 | 11 | 20 | 122 | 63 |
| Binary | 11101000 | 1010010 | 11011 | 0 | 1000001 | 1011000 | 1001 | 10000 | 1010010 | 110011 |
Color Harmonies of #E8521B
Complementary color
Monochromatic Colors of #E8521B
Black with #E8521B
Text Example
Text Example
White with #E8521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8521B; }
p { color: rgb(232,82,27); }
H1.HeaderClassName
{
color: #E8521B;
}
.AnyTagClassName
{
color: #E8521B;
}
</style>
background-color css
<style>
a { background-color: #E8521B; }
a { background-color: rgb(232,82,27); }
div.DivClassName
{
background-color: #E8521B;
}
.BgClassName
{
background-color: #E8521B;
}
</style>
border-color css
<style>
span { border-color: #E8521B; }
span { border-color: rgb(232,82,27); }
td.TdClassName
{
border-color: #E8521B;
}
.TagClassName
{
border-color: #E8521B;
}
</style>