Shades of Persimmon #E04C0D
Tints of Persimmon #E04C0D
RGB
CMYK
RGB Variations
Color information
#E04C0D (or 0xE04C0D) is known color: Persimmon. HEX triplet: E0, 4C and 0D. RGB value is (224,76,13). Sum of RGB (Red+Green+Blue) = 224+76+13=313 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.57% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 13 (5.47% from 255 or 4.15% from 313); Max value from RGB is 224 - color contains mainly: red. Hex color #E04C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E04C0D is #1FB3F2. Grayscale: #717171. Windows color (decimal): -2077683 or 871648. OLE color: 871648.
HSL color Cylindrical-coordinate representation of color #E04C0D: hue angle of 17.91º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E04C0D is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 13 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.12 |
| HSL | 17.91º | 0.89% | 0.46% | - |
| HSV(B) | 17.91º | 0.94% | 0.88% | - |
| XYZ | 33.4 | 21.05 | 2.68 | - |
| YUV | 113.07 | 71.53 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 13 | 0 | 0.66 | 0.94 | 0.12 | 17.91 | 0.89 | 0.46 |
| Hex | E0 | 4C | D | 0 | 42 | 5E | C | 12 | 59 | 2E |
| Octal | 340 | 114 | 15 | 0 | 102 | 136 | 14 | 22 | 131 | 56 |
| Binary | 11100000 | 1001100 | 1101 | 0 | 1000010 | 1011110 | 1100 | 10010 | 1011001 | 101110 |
Color Harmonies of #E04C0D
Complementary color
Monochromatic Colors of #E04C0D
Black with #E04C0D
Text Example
Text Example
White with #E04C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04C0D; }
p { color: rgb(224,76,13); }
H1.HeaderClassName
{
color: #E04C0D;
}
.AnyTagClassName
{
color: #E04C0D;
}
</style>
background-color css
<style>
a { background-color: #E04C0D; }
a { background-color: rgb(224,76,13); }
div.DivClassName
{
background-color: #E04C0D;
}
.BgClassName
{
background-color: #E04C0D;
}
</style>
border-color css
<style>
span { border-color: #E04C0D; }
span { border-color: rgb(224,76,13); }
td.TdClassName
{
border-color: #E04C0D;
}
.TagClassName
{
border-color: #E04C0D;
}
</style>