Shades of Persimmon #E34C0F
Tints of Persimmon #E34C0F
RGB
CMYK
RGB Variations
Color information
#E34C0F (or 0xE34C0F) is known color: Persimmon. HEX triplet: E3, 4C and 0F. RGB value is (227,76,15). Sum of RGB (Red+Green+Blue) = 227+76+15=318 (42% of max value = 765). Red value is 227 (89.06% from 255 or 71.38% from 318); Green value is 76 (30.08% from 255 or 23.90% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 227 - color contains mainly: red. Hex color #E34C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34C0F is #1CB3F0. Grayscale: #727272. Windows color (decimal): -1881073 or 1002723. OLE color: 1002723.
HSL color Cylindrical-coordinate representation of color #E34C0F: hue angle of 17.26º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E34C0F is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 76 | 15 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.11 |
| HSL | 17.26º | 0.88% | 0.47% | - |
| HSV(B) | 17.26º | 0.93% | 0.89% | - |
| XYZ | 34.35 | 21.53 | 2.8 | - |
| YUV | 114.2 | 72.03 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 76 | 15 | 0 | 0.67 | 0.93 | 0.11 | 17.26 | 0.88 | 0.47 |
| Hex | E3 | 4C | F | 0 | 43 | 5D | B | 11 | 58 | 2F |
| Octal | 343 | 114 | 17 | 0 | 103 | 135 | 13 | 21 | 130 | 57 |
| Binary | 11100011 | 1001100 | 1111 | 0 | 1000011 | 1011101 | 1011 | 10001 | 1011000 | 101111 |
Color Harmonies of #E34C0F
Complementary color
Monochromatic Colors of #E34C0F
Black with #E34C0F
Text Example
Text Example
White with #E34C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34C0F; }
p { color: rgb(227,76,15); }
H1.HeaderClassName
{
color: #E34C0F;
}
.AnyTagClassName
{
color: #E34C0F;
}
</style>
background-color css
<style>
a { background-color: #E34C0F; }
a { background-color: rgb(227,76,15); }
div.DivClassName
{
background-color: #E34C0F;
}
.BgClassName
{
background-color: #E34C0F;
}
</style>
border-color css
<style>
span { border-color: #E34C0F; }
span { border-color: rgb(227,76,15); }
td.TdClassName
{
border-color: #E34C0F;
}
.TagClassName
{
border-color: #E34C0F;
}
</style>