Shades of Persimmon #E7470D
Tints of Persimmon #E7470D
RGB
CMYK
RGB Variations
Color information
#E7470D (or 0xE7470D) is known color: Persimmon. HEX triplet: E7, 47 and 0D. RGB value is (231,71,13). Sum of RGB (Red+Green+Blue) = 231+71+13=315 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.33% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 231 - color contains mainly: red. Hex color #E7470D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E7470D is #18B8F2. Grayscale: #707070. Windows color (decimal): -1620211 or 870375. OLE color: 870375.
HSL color Cylindrical-coordinate representation of color #E7470D: hue angle of 15.96º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E7470D is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 71 | 13 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.09 |
| HSL | 15.96º | 0.89% | 0.48% | - |
| HSV(B) | 15.96º | 0.94% | 0.91% | - |
| XYZ | 35.28 | 21.52 | 2.68 | - |
| YUV | 112.23 | 72.01 | 212.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 71 | 13 | 0 | 0.69 | 0.94 | 0.09 | 15.96 | 0.89 | 0.48 |
| Hex | E7 | 47 | D | 0 | 45 | 5E | 9 | 10 | 59 | 30 |
| Octal | 347 | 107 | 15 | 0 | 105 | 136 | 11 | 20 | 131 | 60 |
| Binary | 11100111 | 1000111 | 1101 | 0 | 1000101 | 1011110 | 1001 | 10000 | 1011001 | 110000 |
Color Harmonies of #E7470D
Complementary color
Monochromatic Colors of #E7470D
Black with #E7470D
Text Example
Text Example
White with #E7470D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7470D; }
p { color: rgb(231,71,13); }
H1.HeaderClassName
{
color: #E7470D;
}
.AnyTagClassName
{
color: #E7470D;
}
</style>
background-color css
<style>
a { background-color: #E7470D; }
a { background-color: rgb(231,71,13); }
div.DivClassName
{
background-color: #E7470D;
}
.BgClassName
{
background-color: #E7470D;
}
</style>
border-color css
<style>
span { border-color: #E7470D; }
span { border-color: rgb(231,71,13); }
td.TdClassName
{
border-color: #E7470D;
}
.TagClassName
{
border-color: #E7470D;
}
</style>