Shades of Persimmon #E3490F
Tints of Persimmon #E3490F
RGB
CMYK
RGB Variations
Color information
#E3490F (or 0xE3490F) is known color: Persimmon. HEX triplet: E3, 49 and 0F. RGB value is (227,73,15). Sum of RGB (Red+Green+Blue) = 227+73+15=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E3490F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3490F is #1CB6F0. Grayscale: #707070. Windows color (decimal): -1881841 or 1001955. OLE color: 1001955.
HSL color Cylindrical-coordinate representation of color #E3490F: hue angle of 16.42º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3490F is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 73 | 15 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.11 |
| HSL | 16.42º | 0.88% | 0.47% | - |
| HSV(B) | 16.42º | 0.93% | 0.89% | - |
| XYZ | 34.15 | 21.13 | 2.73 | - |
| YUV | 112.43 | 73.02 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 73 | 15 | 0 | 0.68 | 0.93 | 0.11 | 16.42 | 0.88 | 0.47 |
| Hex | E3 | 49 | F | 0 | 44 | 5D | B | 10 | 58 | 2F |
| Octal | 343 | 111 | 17 | 0 | 104 | 135 | 13 | 20 | 130 | 57 |
| Binary | 11100011 | 1001001 | 1111 | 0 | 1000100 | 1011101 | 1011 | 10000 | 1011000 | 101111 |
Color Harmonies of #E3490F
Complementary color
Monochromatic Colors of #E3490F
Black with #E3490F
Text Example
Text Example
White with #E3490F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3490F; }
p { color: rgb(227,73,15); }
H1.HeaderClassName
{
color: #E3490F;
}
.AnyTagClassName
{
color: #E3490F;
}
</style>
background-color css
<style>
a { background-color: #E3490F; }
a { background-color: rgb(227,73,15); }
div.DivClassName
{
background-color: #E3490F;
}
.BgClassName
{
background-color: #E3490F;
}
</style>
border-color css
<style>
span { border-color: #E3490F; }
span { border-color: rgb(227,73,15); }
td.TdClassName
{
border-color: #E3490F;
}
.TagClassName
{
border-color: #E3490F;
}
</style>