Shades of Persimmon #E3440B
Tints of Persimmon #E3440B
RGB
CMYK
RGB Variations
Color information
#E3440B (or 0xE3440B) is known color: Persimmon. HEX triplet: E3, 44 and 0B. RGB value is (227,68,11). Sum of RGB (Red+Green+Blue) = 227+68+11=306 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.18% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 227 - color contains mainly: red. Hex color #E3440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3440B is #1CBBF4. Grayscale: #6D6D6D. Windows color (decimal): -1883125 or 738531. OLE color: 738531.
HSL color Cylindrical-coordinate representation of color #E3440B: hue angle of 15.83º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3440B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 68 | 11 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.11 |
| HSL | 15.83º | 0.91% | 0.47% | - |
| HSV(B) | 15.83º | 0.95% | 0.89% | - |
| XYZ | 33.81 | 20.49 | 2.49 | - |
| YUV | 109.04 | 72.68 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 68 | 11 | 0 | 0.70 | 0.95 | 0.11 | 15.83 | 0.91 | 0.47 |
| Hex | E3 | 44 | B | 0 | 46 | 5F | B | 10 | 5B | 2F |
| Octal | 343 | 104 | 13 | 0 | 106 | 137 | 13 | 20 | 133 | 57 |
| Binary | 11100011 | 1000100 | 1011 | 0 | 1000110 | 1011111 | 1011 | 10000 | 1011011 | 101111 |
Color Harmonies of #E3440B
Complementary color
Monochromatic Colors of #E3440B
Black with #E3440B
Text Example
Text Example
White with #E3440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3440B; }
p { color: rgb(227,68,11); }
H1.HeaderClassName
{
color: #E3440B;
}
.AnyTagClassName
{
color: #E3440B;
}
</style>
background-color css
<style>
a { background-color: #E3440B; }
a { background-color: rgb(227,68,11); }
div.DivClassName
{
background-color: #E3440B;
}
.BgClassName
{
background-color: #E3440B;
}
</style>
border-color css
<style>
span { border-color: #E3440B; }
span { border-color: rgb(227,68,11); }
td.TdClassName
{
border-color: #E3440B;
}
.TagClassName
{
border-color: #E3440B;
}
</style>