Shades of Persimmon #E74C0C
Tints of Persimmon #E74C0C
RGB
CMYK
RGB Variations
Color information
#E74C0C (or 0xE74C0C) is known color: Persimmon. HEX triplet: E7, 4C and 0C. RGB value is (231,76,12). Sum of RGB (Red+Green+Blue) = 231+76+12=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 76 (30.08% from 255 or 23.82% from 319); Blue value is 12 (5.08% from 255 or 3.76% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E74C0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74C0C is #18B3F3. Grayscale: #737373. Windows color (decimal): -1618932 or 806119. OLE color: 806119.
HSL color Cylindrical-coordinate representation of color #E74C0C: hue angle of 17.53º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E74C0C is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 76 | 12 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.09 |
| HSL | 17.53º | 0.9% | 0.48% | - |
| HSV(B) | 17.53º | 0.95% | 0.91% | - |
| XYZ | 35.61 | 22.18 | 2.75 | - |
| YUV | 115.05 | 69.85 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 76 | 12 | 0 | 0.67 | 0.95 | 0.09 | 17.53 | 0.9 | 0.48 |
| Hex | E7 | 4C | C | 0 | 43 | 5F | 9 | 12 | 5A | 30 |
| Octal | 347 | 114 | 14 | 0 | 103 | 137 | 11 | 22 | 132 | 60 |
| Binary | 11100111 | 1001100 | 1100 | 0 | 1000011 | 1011111 | 1001 | 10010 | 1011010 | 110000 |
Color Harmonies of #E74C0C
Complementary color
Monochromatic Colors of #E74C0C
Black with #E74C0C
Text Example
Text Example
White with #E74C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74C0C; }
p { color: rgb(231,76,12); }
H1.HeaderClassName
{
color: #E74C0C;
}
.AnyTagClassName
{
color: #E74C0C;
}
</style>
background-color css
<style>
a { background-color: #E74C0C; }
a { background-color: rgb(231,76,12); }
div.DivClassName
{
background-color: #E74C0C;
}
.BgClassName
{
background-color: #E74C0C;
}
</style>
border-color css
<style>
span { border-color: #E74C0C; }
span { border-color: rgb(231,76,12); }
td.TdClassName
{
border-color: #E74C0C;
}
.TagClassName
{
border-color: #E74C0C;
}
</style>