Shades of Persimmon #E2440D
Tints of Persimmon #E2440D
RGB
CMYK
RGB Variations
Color information
#E2440D (or 0xE2440D) is known color: Persimmon. HEX triplet: E2, 44 and 0D. RGB value is (226,68,13). Sum of RGB (Red+Green+Blue) = 226+68+13=307 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.62% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 226 - color contains mainly: red. Hex color #E2440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2440D is #1DBBF2. Grayscale: #6D6D6D. Windows color (decimal): -1948659 or 869602. OLE color: 869602.
HSL color Cylindrical-coordinate representation of color #E2440D: hue angle of 15.49º 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 #E2440D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 68 | 13 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.11 |
| HSL | 15.49º | 0.89% | 0.47% | - |
| HSV(B) | 15.49º | 0.94% | 0.89% | - |
| XYZ | 33.5 | 20.33 | 2.54 | - |
| YUV | 108.97 | 73.85 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 68 | 13 | 0 | 0.70 | 0.94 | 0.11 | 15.49 | 0.89 | 0.47 |
| Hex | E2 | 44 | D | 0 | 46 | 5E | B | F | 59 | 2F |
| Octal | 342 | 104 | 15 | 0 | 106 | 136 | 13 | 17 | 131 | 57 |
| Binary | 11100010 | 1000100 | 1101 | 0 | 1000110 | 1011110 | 1011 | 1111 | 1011001 | 101111 |
Color Harmonies of #E2440D
Complementary color
Monochromatic Colors of #E2440D
Black with #E2440D
Text Example
Text Example
White with #E2440D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2440D; }
p { color: rgb(226,68,13); }
H1.HeaderClassName
{
color: #E2440D;
}
.AnyTagClassName
{
color: #E2440D;
}
</style>
background-color css
<style>
a { background-color: #E2440D; }
a { background-color: rgb(226,68,13); }
div.DivClassName
{
background-color: #E2440D;
}
.BgClassName
{
background-color: #E2440D;
}
</style>
border-color css
<style>
span { border-color: #E2440D; }
span { border-color: rgb(226,68,13); }
td.TdClassName
{
border-color: #E2440D;
}
.TagClassName
{
border-color: #E2440D;
}
</style>