Shades of Persimmon #E3640D
Tints of Persimmon #E3640D
RGB
CMYK
RGB Variations
Color information
#E3640D (or 0xE3640D) is known color: Persimmon. HEX triplet: E3, 64 and 0D. RGB value is (227,100,13). Sum of RGB (Red+Green+Blue) = 227+100+13=340 (45% of max value = 765). Red value is 227 (89.06% from 255 or 66.76% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 13 (5.47% from 255 or 3.82% from 340); Max value from RGB is 227 - color contains mainly: red. Hex color #E3640D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E3640D is #1C9BF2. Grayscale: #808080. Windows color (decimal): -1874931 or 877795. OLE color: 877795.
HSL color Cylindrical-coordinate representation of color #E3640D: hue angle of 24.39º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E3640D is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 100 | 13 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.11 |
| HSL | 24.39º | 0.89% | 0.47% | - |
| HSV(B) | 24.39º | 0.94% | 0.89% | - |
| XYZ | 36.31 | 25.47 | 3.38 | - |
| YUV | 128.06 | 63.08 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 100 | 13 | 0 | 0.56 | 0.94 | 0.11 | 24.39 | 0.89 | 0.47 |
| Hex | E3 | 64 | D | 0 | 38 | 5E | B | 18 | 59 | 2F |
| Octal | 343 | 144 | 15 | 0 | 70 | 136 | 13 | 30 | 131 | 57 |
| Binary | 11100011 | 1100100 | 1101 | 0 | 111000 | 1011110 | 1011 | 11000 | 1011001 | 101111 |
Color Harmonies of #E3640D
Complementary color
Monochromatic Colors of #E3640D
Black with #E3640D
Text Example
Text Example
White with #E3640D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3640D; }
p { color: rgb(227,100,13); }
H1.HeaderClassName
{
color: #E3640D;
}
.AnyTagClassName
{
color: #E3640D;
}
</style>
background-color css
<style>
a { background-color: #E3640D; }
a { background-color: rgb(227,100,13); }
div.DivClassName
{
background-color: #E3640D;
}
.BgClassName
{
background-color: #E3640D;
}
</style>
border-color css
<style>
span { border-color: #E3640D; }
span { border-color: rgb(227,100,13); }
td.TdClassName
{
border-color: #E3640D;
}
.TagClassName
{
border-color: #E3640D;
}
</style>