Shades of Persimmon #E75215
Tints of Persimmon #E75215
RGB
CMYK
RGB Variations
Color information
#E75215 (or 0xE75215) is known color: Persimmon. HEX triplet: E7, 52 and 15. RGB value is (231,82,21). Sum of RGB (Red+Green+Blue) = 231+82+21=334 (44% of max value = 765). Red value is 231 (90.62% from 255 or 69.16% from 334); Green value is 82 (32.42% from 255 or 24.55% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 231 - color contains mainly: red. Hex color #E75215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75215 is #18ADEA. Grayscale: #777777. Windows color (decimal): -1617387 or 1397479. OLE color: 1397479.
HSL color Cylindrical-coordinate representation of color #E75215: hue angle of 17.43º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E75215 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 21 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.09 |
| HSL | 17.43º | 0.83% | 0.49% | - |
| HSV(B) | 17.43º | 0.91% | 0.91% | - |
| XYZ | 36.11 | 23.08 | 3.26 | - |
| YUV | 119.6 | 72.36 | 207.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 21 | 0 | 0.65 | 0.91 | 0.09 | 17.43 | 0.83 | 0.49 |
| Hex | E7 | 52 | 15 | 0 | 41 | 5B | 9 | 11 | 53 | 31 |
| Octal | 347 | 122 | 25 | 0 | 101 | 133 | 11 | 21 | 123 | 61 |
| Binary | 11100111 | 1010010 | 10101 | 0 | 1000001 | 1011011 | 1001 | 10001 | 1010011 | 110001 |
Color Harmonies of #E75215
Complementary color
Monochromatic Colors of #E75215
Black with #E75215
Text Example
Text Example
White with #E75215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E75215; }
p { color: rgb(231,82,21); }
H1.HeaderClassName
{
color: #E75215;
}
.AnyTagClassName
{
color: #E75215;
}
</style>
background-color css
<style>
a { background-color: #E75215; }
a { background-color: rgb(231,82,21); }
div.DivClassName
{
background-color: #E75215;
}
.BgClassName
{
background-color: #E75215;
}
</style>
border-color css
<style>
span { border-color: #E75215; }
span { border-color: rgb(231,82,21); }
td.TdClassName
{
border-color: #E75215;
}
.TagClassName
{
border-color: #E75215;
}
</style>