Shades of Persimmon #E4420D
Tints of Persimmon #E4420D
RGB
CMYK
RGB Variations
Color information
#E4420D (or 0xE4420D) is known color: Persimmon. HEX triplet: E4, 42 and 0D. RGB value is (228,66,13). Sum of RGB (Red+Green+Blue) = 228+66+13=307 (40% of max value = 765). Red value is 228 (89.45% from 255 or 74.27% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 13 (5.47% from 255 or 4.23% from 307); Max value from RGB is 228 - color contains mainly: red. Hex color #E4420D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4420D is #1BBDF2. Grayscale: #6C6C6C. Windows color (decimal): -1818099 or 869092. OLE color: 869092.
HSL color Cylindrical-coordinate representation of color #E4420D: hue angle of 14.79º 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 #E4420D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 66 | 13 | - |
| CMYK | 0 | 0.71 | 0.94 | 0.11 |
| HSL | 14.79º | 0.89% | 0.47% | - |
| HSV(B) | 14.79º | 0.94% | 0.89% | - |
| XYZ | 34.02 | 20.42 | 2.53 | - |
| YUV | 108.4 | 74.17 | 213.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 66 | 13 | 0 | 0.71 | 0.94 | 0.11 | 14.79 | 0.89 | 0.47 |
| Hex | E4 | 42 | D | 0 | 47 | 5E | B | F | 59 | 2F |
| Octal | 344 | 102 | 15 | 0 | 107 | 136 | 13 | 17 | 131 | 57 |
| Binary | 11100100 | 1000010 | 1101 | 0 | 1000111 | 1011110 | 1011 | 1111 | 1011001 | 101111 |
Color Harmonies of #E4420D
Complementary color
Monochromatic Colors of #E4420D
Black with #E4420D
Text Example
Text Example
White with #E4420D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4420D; }
p { color: rgb(228,66,13); }
H1.HeaderClassName
{
color: #E4420D;
}
.AnyTagClassName
{
color: #E4420D;
}
</style>
background-color css
<style>
a { background-color: #E4420D; }
a { background-color: rgb(228,66,13); }
div.DivClassName
{
background-color: #E4420D;
}
.BgClassName
{
background-color: #E4420D;
}
</style>
border-color css
<style>
span { border-color: #E4420D; }
span { border-color: rgb(228,66,13); }
td.TdClassName
{
border-color: #E4420D;
}
.TagClassName
{
border-color: #E4420D;
}
</style>