Shades of Persimmon #E14201
Tints of Persimmon #E14201
RGB
CMYK
RGB Variations
Color information
#E14201 (or 0xE14201) is known color: Persimmon. HEX triplet: E1, 42 and 01. RGB value is (225,66,1). Sum of RGB (Red+Green+Blue) = 225+66+1=292 (38% of max value = 765). Red value is 225 (88.28% from 255 or 77.05% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 1 (0.78% from 255 or 0.34% from 292); Max value from RGB is 225 - color contains mainly: red. Hex color #E14201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14201 is #1EBDFE. Grayscale: #6A6A6A. Windows color (decimal): -2014719 or 82657. OLE color: 82657.
HSL color Cylindrical-coordinate representation of color #E14201: hue angle of 17.41º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E14201 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 66 | 1 | - |
| CMYK | 0 | 0.71 | 1.00 | 0.12 |
| HSL | 17.41º | 0.99% | 0.44% | - |
| HSV(B) | 17.41º | 1% | 0.88% | - |
| XYZ | 33.01 | 19.91 | 2.13 | - |
| YUV | 106.13 | 68.68 | 212.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 66 | 1 | 0 | 0.71 | 1.00 | 0.12 | 17.41 | 0.99 | 0.44 |
| Hex | E1 | 42 | 1 | 0 | 47 | 64 | C | 11 | 63 | 2C |
| Octal | 341 | 102 | 1 | 0 | 107 | 144 | 14 | 21 | 143 | 54 |
| Binary | 11100001 | 1000010 | 1 | 0 | 1000111 | 1100100 | 1100 | 10001 | 1100011 | 101100 |
Color Harmonies of #E14201
Complementary color
Monochromatic Colors of #E14201
Black with #E14201
Text Example
Text Example
White with #E14201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14201; }
p { color: rgb(225,66,1); }
H1.HeaderClassName
{
color: #E14201;
}
.AnyTagClassName
{
color: #E14201;
}
</style>
background-color css
<style>
a { background-color: #E14201; }
a { background-color: rgb(225,66,1); }
div.DivClassName
{
background-color: #E14201;
}
.BgClassName
{
background-color: #E14201;
}
</style>
border-color css
<style>
span { border-color: #E14201; }
span { border-color: rgb(225,66,1); }
td.TdClassName
{
border-color: #E14201;
}
.TagClassName
{
border-color: #E14201;
}
</style>