Shades of Persimmon #E1630C
Tints of Persimmon #E1630C
RGB
CMYK
RGB Variations
Color information
#E1630C (or 0xE1630C) is known color: Persimmon. HEX triplet: E1, 63 and 0C. RGB value is (225,99,12). Sum of RGB (Red+Green+Blue) = 225+99+12=336 (44% of max value = 765). Red value is 225 (88.28% from 255 or 66.96% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 225 - color contains mainly: red. Hex color #E1630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1630C is #1E9CF3. Grayscale: #7F7F7F. Windows color (decimal): -2006260 or 812001. OLE color: 812001.
HSL color Cylindrical-coordinate representation of color #E1630C: hue angle of 24.51º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E1630C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 12 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.12 |
| HSL | 24.51º | 0.9% | 0.46% | - |
| HSV(B) | 24.51º | 0.95% | 0.88% | - |
| XYZ | 35.58 | 24.96 | 3.29 | - |
| YUV | 126.76 | 63.24 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 12 | 0 | 0.56 | 0.95 | 0.12 | 24.51 | 0.9 | 0.46 |
| Hex | E1 | 63 | C | 0 | 38 | 5F | C | 19 | 5A | 2E |
| Octal | 341 | 143 | 14 | 0 | 70 | 137 | 14 | 31 | 132 | 56 |
| Binary | 11100001 | 1100011 | 1100 | 0 | 111000 | 1011111 | 1100 | 11001 | 1011010 | 101110 |
Color Harmonies of #E1630C
Complementary color
Monochromatic Colors of #E1630C
Black with #E1630C
Text Example
Text Example
White with #E1630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1630C; }
p { color: rgb(225,99,12); }
H1.HeaderClassName
{
color: #E1630C;
}
.AnyTagClassName
{
color: #E1630C;
}
</style>
background-color css
<style>
a { background-color: #E1630C; }
a { background-color: rgb(225,99,12); }
div.DivClassName
{
background-color: #E1630C;
}
.BgClassName
{
background-color: #E1630C;
}
</style>
border-color css
<style>
span { border-color: #E1630C; }
span { border-color: rgb(225,99,12); }
td.TdClassName
{
border-color: #E1630C;
}
.TagClassName
{
border-color: #E1630C;
}
</style>