Shades of Persimmon #E34103
Tints of Persimmon #E34103
RGB
CMYK
RGB Variations
Color information
#E34103 (or 0xE34103) is known color: Persimmon. HEX triplet: E3, 41 and 03. RGB value is (227,65,3). Sum of RGB (Red+Green+Blue) = 227+65+3=295 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.95% from 295); Green value is 65 (25.78% from 255 or 22.03% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 227 - color contains mainly: red. Hex color #E34103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E34103 is #1CBEFC. Grayscale: #6A6A6A. Windows color (decimal): -1883901 or 213475. OLE color: 213475.
HSL color Cylindrical-coordinate representation of color #E34103: hue angle of 16.61º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E34103 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 65 | 3 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.11 |
| HSL | 16.61º | 0.97% | 0.45% | - |
| HSV(B) | 16.61º | 0.99% | 0.89% | - |
| XYZ | 33.59 | 20.12 | 2.2 | - |
| YUV | 106.37 | 69.67 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 65 | 3 | 0 | 0.71 | 0.99 | 0.11 | 16.61 | 0.97 | 0.45 |
| Hex | E3 | 41 | 3 | 0 | 47 | 63 | B | 11 | 61 | 2D |
| Octal | 343 | 101 | 3 | 0 | 107 | 143 | 13 | 21 | 141 | 55 |
| Binary | 11100011 | 1000001 | 11 | 0 | 1000111 | 1100011 | 1011 | 10001 | 1100001 | 101101 |
Color Harmonies of #E34103
Complementary color
Monochromatic Colors of #E34103
Black with #E34103
Text Example
Text Example
White with #E34103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E34103; }
p { color: rgb(227,65,3); }
H1.HeaderClassName
{
color: #E34103;
}
.AnyTagClassName
{
color: #E34103;
}
</style>
background-color css
<style>
a { background-color: #E34103; }
a { background-color: rgb(227,65,3); }
div.DivClassName
{
background-color: #E34103;
}
.BgClassName
{
background-color: #E34103;
}
</style>
border-color css
<style>
span { border-color: #E34103; }
span { border-color: rgb(227,65,3); }
td.TdClassName
{
border-color: #E34103;
}
.TagClassName
{
border-color: #E34103;
}
</style>