Shades of Persimmon #E74515
Tints of Persimmon #E74515
RGB
CMYK
RGB Variations
Color information
#E74515 (or 0xE74515) is known color: Persimmon. HEX triplet: E7, 45 and 15. RGB value is (231,69,21). Sum of RGB (Red+Green+Blue) = 231+69+21=321 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.96% from 321); Green value is 69 (27.34% from 255 or 21.50% from 321); Blue value is 21 (8.59% from 255 or 6.54% from 321); Max value from RGB is 231 - color contains mainly: red. Hex color #E74515 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74515 is #18BAEA. Grayscale: #707070. Windows color (decimal): -1620715 or 1394151. OLE color: 1394151.
HSL color Cylindrical-coordinate representation of color #E74515: hue angle of 13.71º 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 #E74515 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 69 | 21 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.09 |
| HSL | 13.71º | 0.83% | 0.49% | - |
| HSV(B) | 13.71º | 0.91% | 0.91% | - |
| XYZ | 35.22 | 21.3 | 2.96 | - |
| YUV | 111.97 | 76.67 | 212.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 69 | 21 | 0 | 0.70 | 0.91 | 0.09 | 13.71 | 0.83 | 0.49 |
| Hex | E7 | 45 | 15 | 0 | 46 | 5B | 9 | E | 53 | 31 |
| Octal | 347 | 105 | 25 | 0 | 106 | 133 | 11 | 16 | 123 | 61 |
| Binary | 11100111 | 1000101 | 10101 | 0 | 1000110 | 1011011 | 1001 | 1110 | 1010011 | 110001 |
Color Harmonies of #E74515
Complementary color
Monochromatic Colors of #E74515
Black with #E74515
Text Example
Text Example
White with #E74515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74515; }
p { color: rgb(231,69,21); }
H1.HeaderClassName
{
color: #E74515;
}
.AnyTagClassName
{
color: #E74515;
}
</style>
background-color css
<style>
a { background-color: #E74515; }
a { background-color: rgb(231,69,21); }
div.DivClassName
{
background-color: #E74515;
}
.BgClassName
{
background-color: #E74515;
}
</style>
border-color css
<style>
span { border-color: #E74515; }
span { border-color: rgb(231,69,21); }
td.TdClassName
{
border-color: #E74515;
}
.TagClassName
{
border-color: #E74515;
}
</style>