Shades of Persimmon #E2630C
Tints of Persimmon #E2630C
RGB
CMYK
RGB Variations
Color information
#E2630C (or 0xE2630C) is known color: Persimmon. HEX triplet: E2, 63 and 0C. RGB value is (226,99,12). Sum of RGB (Red+Green+Blue) = 226+99+12=337 (44% of max value = 765). Red value is 226 (88.67% from 255 or 67.06% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 226 - color contains mainly: red. Hex color #E2630C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2630C is #1D9CF3. Grayscale: #7F7F7F. Windows color (decimal): -1940724 or 812002. OLE color: 812002.
HSL color Cylindrical-coordinate representation of color #E2630C: hue angle of 24.39º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2630C is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 99 | 12 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.11 |
| HSL | 24.39º | 0.9% | 0.47% | - |
| HSV(B) | 24.39º | 0.95% | 0.89% | - |
| XYZ | 35.89 | 25.12 | 3.3 | - |
| YUV | 127.06 | 63.08 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 99 | 12 | 0 | 0.56 | 0.95 | 0.11 | 24.39 | 0.9 | 0.47 |
| Hex | E2 | 63 | C | 0 | 38 | 5F | B | 18 | 5A | 2F |
| Octal | 342 | 143 | 14 | 0 | 70 | 137 | 13 | 30 | 132 | 57 |
| Binary | 11100010 | 1100011 | 1100 | 0 | 111000 | 1011111 | 1011 | 11000 | 1011010 | 101111 |
Color Harmonies of #E2630C
Complementary color
Monochromatic Colors of #E2630C
Black with #E2630C
Text Example
Text Example
White with #E2630C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2630C; }
p { color: rgb(226,99,12); }
H1.HeaderClassName
{
color: #E2630C;
}
.AnyTagClassName
{
color: #E2630C;
}
</style>
background-color css
<style>
a { background-color: #E2630C; }
a { background-color: rgb(226,99,12); }
div.DivClassName
{
background-color: #E2630C;
}
.BgClassName
{
background-color: #E2630C;
}
</style>
border-color css
<style>
span { border-color: #E2630C; }
span { border-color: rgb(226,99,12); }
td.TdClassName
{
border-color: #E2630C;
}
.TagClassName
{
border-color: #E2630C;
}
</style>