Shades of Persimmon #E3400B
Tints of Persimmon #E3400B
RGB
CMYK
RGB Variations
Color information
#E3400B (or 0xE3400B) is known color: Persimmon. HEX triplet: E3, 40 and 0B. RGB value is (227,64,11). Sum of RGB (Red+Green+Blue) = 227+64+11=302 (40% of max value = 765). Red value is 227 (89.06% from 255 or 75.17% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 227 - color contains mainly: red. Hex color #E3400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3400B is #1CBFF4. Grayscale: #6B6B6B. Windows color (decimal): -1884149 or 737507. OLE color: 737507.
HSL color Cylindrical-coordinate representation of color #E3400B: hue angle of 14.72º 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 #E3400B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 64 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.11 |
| HSL | 14.72º | 0.91% | 0.47% | - |
| HSV(B) | 14.72º | 0.95% | 0.89% | - |
| XYZ | 33.57 | 20.02 | 2.41 | - |
| YUV | 106.7 | 74 | 213.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 64 | 11 | 0 | 0.72 | 0.95 | 0.11 | 14.72 | 0.91 | 0.47 |
| Hex | E3 | 40 | B | 0 | 48 | 5F | B | F | 5B | 2F |
| Octal | 343 | 100 | 13 | 0 | 110 | 137 | 13 | 17 | 133 | 57 |
| Binary | 11100011 | 1000000 | 1011 | 0 | 1001000 | 1011111 | 1011 | 1111 | 1011011 | 101111 |
Color Harmonies of #E3400B
Complementary color
Monochromatic Colors of #E3400B
Black with #E3400B
Text Example
Text Example
White with #E3400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3400B; }
p { color: rgb(227,64,11); }
H1.HeaderClassName
{
color: #E3400B;
}
.AnyTagClassName
{
color: #E3400B;
}
</style>
background-color css
<style>
a { background-color: #E3400B; }
a { background-color: rgb(227,64,11); }
div.DivClassName
{
background-color: #E3400B;
}
.BgClassName
{
background-color: #E3400B;
}
</style>
border-color css
<style>
span { border-color: #E3400B; }
span { border-color: rgb(227,64,11); }
td.TdClassName
{
border-color: #E3400B;
}
.TagClassName
{
border-color: #E3400B;
}
</style>