Shades of Persimmon #E7521D
Tints of Persimmon #E7521D
RGB
CMYK
RGB Variations
Color information
#E7521D (or 0xE7521D) is known color: Persimmon. HEX triplet: E7, 52 and 1D. RGB value is (231,82,29). Sum of RGB (Red+Green+Blue) = 231+82+29=342 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.54% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 231 - color contains mainly: red. Hex color #E7521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7521D is #18ADE2. Grayscale: #787878. Windows color (decimal): -1617379 or 1921767. OLE color: 1921767.
HSL color Cylindrical-coordinate representation of color #E7521D: hue angle of 15.74º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E7521D is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 82 | 29 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.09 |
| HSL | 15.74º | 0.81% | 0.51% | - |
| HSV(B) | 15.74º | 0.87% | 0.91% | - |
| XYZ | 36.19 | 23.11 | 3.72 | - |
| YUV | 120.51 | 76.36 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 82 | 29 | 0 | 0.65 | 0.87 | 0.09 | 15.74 | 0.81 | 0.51 |
| Hex | E7 | 52 | 1D | 0 | 41 | 57 | 9 | 10 | 51 | 33 |
| Octal | 347 | 122 | 35 | 0 | 101 | 127 | 11 | 20 | 121 | 63 |
| Binary | 11100111 | 1010010 | 11101 | 0 | 1000001 | 1010111 | 1001 | 10000 | 1010001 | 110011 |
Color Harmonies of #E7521D
Complementary color
Monochromatic Colors of #E7521D
Black with #E7521D
Text Example
Text Example
White with #E7521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7521D; }
p { color: rgb(231,82,29); }
H1.HeaderClassName
{
color: #E7521D;
}
.AnyTagClassName
{
color: #E7521D;
}
</style>
background-color css
<style>
a { background-color: #E7521D; }
a { background-color: rgb(231,82,29); }
div.DivClassName
{
background-color: #E7521D;
}
.BgClassName
{
background-color: #E7521D;
}
</style>
border-color css
<style>
span { border-color: #E7521D; }
span { border-color: rgb(231,82,29); }
td.TdClassName
{
border-color: #E7521D;
}
.TagClassName
{
border-color: #E7521D;
}
</style>