Shades of Persimmon #E7531D
Tints of Persimmon #E7531D
RGB
CMYK
RGB Variations
Color information
#E7531D (or 0xE7531D) is known color: Persimmon. HEX triplet: E7, 53 and 1D. RGB value is (231,83,29). Sum of RGB (Red+Green+Blue) = 231+83+29=343 (45% of max value = 765). Red value is 231 (90.62% from 255 or 67.35% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 231 - color contains mainly: red. Hex color #E7531D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E7531D is #18ACE2. Grayscale: #797979. Windows color (decimal): -1617123 or 1922023. OLE color: 1922023.
HSL color Cylindrical-coordinate representation of color #E7531D: hue angle of 16.04º 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 #E7531D is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 83 | 29 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.09 |
| HSL | 16.04º | 0.81% | 0.51% | - |
| HSV(B) | 16.04º | 0.87% | 0.91% | - |
| XYZ | 36.27 | 23.26 | 3.74 | - |
| YUV | 121.1 | 76.03 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 83 | 29 | 0 | 0.64 | 0.87 | 0.09 | 16.04 | 0.81 | 0.51 |
| Hex | E7 | 53 | 1D | 0 | 40 | 57 | 9 | 10 | 51 | 33 |
| Octal | 347 | 123 | 35 | 0 | 100 | 127 | 11 | 20 | 121 | 63 |
| Binary | 11100111 | 1010011 | 11101 | 0 | 1000000 | 1010111 | 1001 | 10000 | 1010001 | 110011 |
Color Harmonies of #E7531D
Complementary color
Monochromatic Colors of #E7531D
Black with #E7531D
Text Example
Text Example
White with #E7531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7531D; }
p { color: rgb(231,83,29); }
H1.HeaderClassName
{
color: #E7531D;
}
.AnyTagClassName
{
color: #E7531D;
}
</style>
background-color css
<style>
a { background-color: #E7531D; }
a { background-color: rgb(231,83,29); }
div.DivClassName
{
background-color: #E7531D;
}
.BgClassName
{
background-color: #E7531D;
}
</style>
border-color css
<style>
span { border-color: #E7531D; }
span { border-color: rgb(231,83,29); }
td.TdClassName
{
border-color: #E7531D;
}
.TagClassName
{
border-color: #E7531D;
}
</style>