Shades of Persimmon #E2510B
Tints of Persimmon #E2510B
RGB
CMYK
RGB Variations
Color information
#E2510B (or 0xE2510B) is known color: Persimmon. HEX triplet: E2, 51 and 0B. RGB value is (226,81,11). Sum of RGB (Red+Green+Blue) = 226+81+11=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 81 (32.03% from 255 or 25.47% from 318); Blue value is 11 (4.69% from 255 or 3.46% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E2510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2510B is #1DAEF4. Grayscale: #747474. Windows color (decimal): -1945333 or 741858. OLE color: 741858.
HSL color Cylindrical-coordinate representation of color #E2510B: hue angle of 19.53º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E2510B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 81 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.11 |
| HSL | 19.53º | 0.91% | 0.46% | - |
| HSV(B) | 19.53º | 0.95% | 0.89% | - |
| XYZ | 34.37 | 22.08 | 2.77 | - |
| YUV | 116.38 | 68.54 | 206.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 81 | 11 | 0 | 0.64 | 0.95 | 0.11 | 19.53 | 0.91 | 0.46 |
| Hex | E2 | 51 | B | 0 | 40 | 5F | B | 14 | 5B | 2E |
| Octal | 342 | 121 | 13 | 0 | 100 | 137 | 13 | 24 | 133 | 56 |
| Binary | 11100010 | 1010001 | 1011 | 0 | 1000000 | 1011111 | 1011 | 10100 | 1011011 | 101110 |
Color Harmonies of #E2510B
Complementary color
Monochromatic Colors of #E2510B
Black with #E2510B
Text Example
Text Example
White with #E2510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2510B; }
p { color: rgb(226,81,11); }
H1.HeaderClassName
{
color: #E2510B;
}
.AnyTagClassName
{
color: #E2510B;
}
</style>
background-color css
<style>
a { background-color: #E2510B; }
a { background-color: rgb(226,81,11); }
div.DivClassName
{
background-color: #E2510B;
}
.BgClassName
{
background-color: #E2510B;
}
</style>
border-color css
<style>
span { border-color: #E2510B; }
span { border-color: rgb(226,81,11); }
td.TdClassName
{
border-color: #E2510B;
}
.TagClassName
{
border-color: #E2510B;
}
</style>