Shades of Persimmon #E74C15
Tints of Persimmon #E74C15
RGB
CMYK
RGB Variations
Color information
#E74C15 (or 0xE74C15) is known color: Persimmon. HEX triplet: E7, 4C and 15. RGB value is (231,76,21). Sum of RGB (Red+Green+Blue) = 231+76+21=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 21 (8.59% from 255 or 6.40% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74C15 is #18B3EA. Grayscale: #747474. Windows color (decimal): -1618923 or 1395943. OLE color: 1395943.
HSL color Cylindrical-coordinate representation of color #E74C15: hue angle of 15.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 #E74C15 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 21 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.09 |
| HSL | 15.71º | 0.83% | 0.49% | - |
| HSV(B) | 15.71º | 0.91% | 0.91% | - |
| XYZ | 35.67 | 22.21 | 3.12 | - |
| YUV | 116.08 | 74.35 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 21 | 0 | 0.67 | 0.91 | 0.09 | 15.71 | 0.83 | 0.49 |
| Hex | E7 | 4C | 15 | 0 | 43 | 5B | 9 | 10 | 53 | 31 |
| Octal | 347 | 114 | 25 | 0 | 103 | 133 | 11 | 20 | 123 | 61 |
| Binary | 11100111 | 1001100 | 10101 | 0 | 1000011 | 1011011 | 1001 | 10000 | 1010011 | 110001 |
Color Harmonies of #E74C15
Complementary color
Monochromatic Colors of #E74C15
Black with #E74C15
Text Example
Text Example
White with #E74C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C15; }
p { color: rgb(231,76,21); }
H1.HeaderClassName
{
color: #E74C15;
}
.AnyTagClassName
{
color: #E74C15;
}
</style>
background-color css
<style>
a { background-color: #E74C15; }
a { background-color: rgb(231,76,21); }
div.DivClassName
{
background-color: #E74C15;
}
.BgClassName
{
background-color: #E74C15;
}
</style>
border-color css
<style>
span { border-color: #E74C15; }
span { border-color: rgb(231,76,21); }
td.TdClassName
{
border-color: #E74C15;
}
.TagClassName
{
border-color: #E74C15;
}
</style>