Shades of Persimmon #E74C0F
Tints of Persimmon #E74C0F
RGB
CMYK
RGB Variations
Color information
#E74C0F (or 0xE74C0F) is known color: Persimmon. HEX triplet: E7, 4C and 0F. RGB value is (231,76,15). Sum of RGB (Red+Green+Blue) = 231+76+15=322 (42% of max value = 765). Red value is 231 (90.62% from 255 or 71.74% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 15 (6.25% from 255 or 4.66% from 322); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74C0F is #18B3F0. Grayscale: #737373. Windows color (decimal): -1618929 or 1002727. OLE color: 1002727.
HSL color Cylindrical-coordinate representation of color #E74C0F: hue angle of 16.94º degrees, saturation: 0.88, 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 #E74C0F is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 15 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.09 |
| HSL | 16.94º | 0.88% | 0.48% | - |
| HSV(B) | 16.94º | 0.94% | 0.91% | - |
| XYZ | 35.63 | 22.19 | 2.86 | - |
| YUV | 115.39 | 71.35 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 15 | 0 | 0.67 | 0.94 | 0.09 | 16.94 | 0.88 | 0.48 |
| Hex | E7 | 4C | F | 0 | 43 | 5E | 9 | 11 | 58 | 30 |
| Octal | 347 | 114 | 17 | 0 | 103 | 136 | 11 | 21 | 130 | 60 |
| Binary | 11100111 | 1001100 | 1111 | 0 | 1000011 | 1011110 | 1001 | 10001 | 1011000 | 110000 |
Color Harmonies of #E74C0F
Complementary color
Monochromatic Colors of #E74C0F
Black with #E74C0F
Text Example
Text Example
White with #E74C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C0F; }
p { color: rgb(231,76,15); }
H1.HeaderClassName
{
color: #E74C0F;
}
.AnyTagClassName
{
color: #E74C0F;
}
</style>
background-color css
<style>
a { background-color: #E74C0F; }
a { background-color: rgb(231,76,15); }
div.DivClassName
{
background-color: #E74C0F;
}
.BgClassName
{
background-color: #E74C0F;
}
</style>
border-color css
<style>
span { border-color: #E74C0F; }
span { border-color: rgb(231,76,15); }
td.TdClassName
{
border-color: #E74C0F;
}
.TagClassName
{
border-color: #E74C0F;
}
</style>