Shades of Persimmon #E14D1A
Tints of Persimmon #E14D1A
RGB
CMYK
RGB Variations
Color information
#E14D1A (or 0xE14D1A) is known color: Persimmon. HEX triplet: E1, 4D and 1A. RGB value is (225,77,26). Sum of RGB (Red+Green+Blue) = 225+77+26=328 (43% of max value = 765). Red value is 225 (88.28% from 255 or 68.60% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 225 - color contains mainly: red. Hex color #E14D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E14D1A is #1EB2E5. Grayscale: #737373. Windows color (decimal): -2011878 or 1723873. OLE color: 1723873.
HSL color Cylindrical-coordinate representation of color #E14D1A: hue angle of 15.38º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E14D1A is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 77 | 26 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.12 |
| HSL | 15.38º | 0.79% | 0.49% | - |
| HSV(B) | 15.38º | 0.88% | 0.88% | - |
| XYZ | 33.89 | 21.39 | 3.32 | - |
| YUV | 115.44 | 77.53 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 77 | 26 | 0 | 0.66 | 0.88 | 0.12 | 15.38 | 0.79 | 0.49 |
| Hex | E1 | 4D | 1A | 0 | 42 | 58 | C | F | 4F | 31 |
| Octal | 341 | 115 | 32 | 0 | 102 | 130 | 14 | 17 | 117 | 61 |
| Binary | 11100001 | 1001101 | 11010 | 0 | 1000010 | 1011000 | 1100 | 1111 | 1001111 | 110001 |
Color Harmonies of #E14D1A
Complementary color
Monochromatic Colors of #E14D1A
Black with #E14D1A
Text Example
Text Example
White with #E14D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14D1A; }
p { color: rgb(225,77,26); }
H1.HeaderClassName
{
color: #E14D1A;
}
.AnyTagClassName
{
color: #E14D1A;
}
</style>
background-color css
<style>
a { background-color: #E14D1A; }
a { background-color: rgb(225,77,26); }
div.DivClassName
{
background-color: #E14D1A;
}
.BgClassName
{
background-color: #E14D1A;
}
</style>
border-color css
<style>
span { border-color: #E14D1A; }
span { border-color: rgb(225,77,26); }
td.TdClassName
{
border-color: #E14D1A;
}
.TagClassName
{
border-color: #E14D1A;
}
</style>