Shades of Persimmon #E14A0A
Tints of Persimmon #E14A0A
RGB
CMYK
RGB Variations
Color information
#E14A0A (or 0xE14A0A) is known color: Persimmon. HEX triplet: E1, 4A and 0A. RGB value is (225,74,10). Sum of RGB (Red+Green+Blue) = 225+74+10=309 (40% of max value = 765). Red value is 225 (88.28% from 255 or 72.82% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 225 - color contains mainly: red. Hex color #E14A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14A0A is #1EB5F5. Grayscale: #707070. Windows color (decimal): -2012662 or 674529. OLE color: 674529.
HSL color Cylindrical-coordinate representation of color #E14A0A: hue angle of 17.86º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E14A0A is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 10 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.12 |
| HSL | 17.86º | 0.91% | 0.46% | - |
| HSV(B) | 17.86º | 0.96% | 0.88% | - |
| XYZ | 33.55 | 20.93 | 2.56 | - |
| YUV | 111.85 | 70.53 | 208.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 10 | 0 | 0.67 | 0.96 | 0.12 | 17.86 | 0.91 | 0.46 |
| Hex | E1 | 4A | A | 0 | 43 | 60 | C | 12 | 5B | 2E |
| Octal | 341 | 112 | 12 | 0 | 103 | 140 | 14 | 22 | 133 | 56 |
| Binary | 11100001 | 1001010 | 1010 | 0 | 1000011 | 1100000 | 1100 | 10010 | 1011011 | 101110 |
Color Harmonies of #E14A0A
Complementary color
Monochromatic Colors of #E14A0A
Black with #E14A0A
Text Example
Text Example
White with #E14A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14A0A; }
p { color: rgb(225,74,10); }
H1.HeaderClassName
{
color: #E14A0A;
}
.AnyTagClassName
{
color: #E14A0A;
}
</style>
background-color css
<style>
a { background-color: #E14A0A; }
a { background-color: rgb(225,74,10); }
div.DivClassName
{
background-color: #E14A0A;
}
.BgClassName
{
background-color: #E14A0A;
}
</style>
border-color css
<style>
span { border-color: #E14A0A; }
span { border-color: rgb(225,74,10); }
td.TdClassName
{
border-color: #E14A0A;
}
.TagClassName
{
border-color: #E14A0A;
}
</style>