Shades of Persimmon #E74D15
Tints of Persimmon #E74D15
RGB
CMYK
RGB Variations
Color information
#E74D15 (or 0xE74D15) is known color: Persimmon. HEX triplet: E7, 4D and 15. RGB value is (231,77,21). Sum of RGB (Red+Green+Blue) = 231+77+21=329 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.21% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 231 - color contains mainly: red. Hex color #E74D15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E74D15 is #18B2EA. Grayscale: #757575. Windows color (decimal): -1618667 or 1396199. OLE color: 1396199.
HSL color Cylindrical-coordinate representation of color #E74D15: hue angle of 16º 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 #E74D15 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 77 | 21 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.09 |
| HSL | 16º | 0.83% | 0.49% | - |
| HSV(B) | 16º | 0.91% | 0.91% | - |
| XYZ | 35.74 | 22.35 | 3.14 | - |
| YUV | 116.66 | 74.02 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 77 | 21 | 0 | 0.67 | 0.91 | 0.09 | 16 | 0.83 | 0.49 |
| Hex | E7 | 4D | 15 | 0 | 43 | 5B | 9 | 10 | 53 | 31 |
| Octal | 347 | 115 | 25 | 0 | 103 | 133 | 11 | 20 | 123 | 61 |
| Binary | 11100111 | 1001101 | 10101 | 0 | 1000011 | 1011011 | 1001 | 10000 | 1010011 | 110001 |
Color Harmonies of #E74D15
Complementary color
Monochromatic Colors of #E74D15
Black with #E74D15
Text Example
Text Example
White with #E74D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74D15; }
p { color: rgb(231,77,21); }
H1.HeaderClassName
{
color: #E74D15;
}
.AnyTagClassName
{
color: #E74D15;
}
</style>
background-color css
<style>
a { background-color: #E74D15; }
a { background-color: rgb(231,77,21); }
div.DivClassName
{
background-color: #E74D15;
}
.BgClassName
{
background-color: #E74D15;
}
</style>
border-color css
<style>
span { border-color: #E74D15; }
span { border-color: rgb(231,77,21); }
td.TdClassName
{
border-color: #E74D15;
}
.TagClassName
{
border-color: #E74D15;
}
</style>