Shades of Persimmon #E1630B
Tints of Persimmon #E1630B
RGB
CMYK
RGB Variations
Color information
#E1630B (or 0xE1630B) is known color: Persimmon. HEX triplet: E1, 63 and 0B. RGB value is (225,99,11). Sum of RGB (Red+Green+Blue) = 225+99+11=335 (44% of max value = 765). Red value is 225 (88.28% from 255 or 67.16% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 225 - color contains mainly: red. Hex color #E1630B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E1630B is #1E9CF4. Grayscale: #7F7F7F. Windows color (decimal): -2006261 or 746465. OLE color: 746465.
HSL color Cylindrical-coordinate representation of color #E1630B: hue angle of 24.67º degrees, saturation: 0.91, 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 #E1630B is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 99 | 11 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.12 |
| HSL | 24.67º | 0.91% | 0.46% | - |
| HSV(B) | 24.67º | 0.95% | 0.88% | - |
| XYZ | 35.57 | 24.96 | 3.26 | - |
| YUV | 126.64 | 62.74 | 198.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 99 | 11 | 0 | 0.56 | 0.95 | 0.12 | 24.67 | 0.91 | 0.46 |
| Hex | E1 | 63 | B | 0 | 38 | 5F | C | 19 | 5B | 2E |
| Octal | 341 | 143 | 13 | 0 | 70 | 137 | 14 | 31 | 133 | 56 |
| Binary | 11100001 | 1100011 | 1011 | 0 | 111000 | 1011111 | 1100 | 11001 | 1011011 | 101110 |
Color Harmonies of #E1630B
Complementary color
Monochromatic Colors of #E1630B
Black with #E1630B
Text Example
Text Example
White with #E1630B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1630B; }
p { color: rgb(225,99,11); }
H1.HeaderClassName
{
color: #E1630B;
}
.AnyTagClassName
{
color: #E1630B;
}
</style>
background-color css
<style>
a { background-color: #E1630B; }
a { background-color: rgb(225,99,11); }
div.DivClassName
{
background-color: #E1630B;
}
.BgClassName
{
background-color: #E1630B;
}
</style>
border-color css
<style>
span { border-color: #E1630B; }
span { border-color: rgb(225,99,11); }
td.TdClassName
{
border-color: #E1630B;
}
.TagClassName
{
border-color: #E1630B;
}
</style>