Shades of Persimmon #E2500B
Tints of Persimmon #E2500B
RGB
CMYK
RGB Variations
Color information
#E2500B (or 0xE2500B) is known color: Persimmon. HEX triplet: E2, 50 and 0B. RGB value is (226,80,11). Sum of RGB (Red+Green+Blue) = 226+80+11=317 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.29% from 317); Green value is 80 (31.64% from 255 or 25.24% from 317); Blue value is 11 (4.69% from 255 or 3.47% from 317); Max value from RGB is 226 - color contains mainly: red. Hex color #E2500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E2500B is #1DAFF4. Grayscale: #747474. Windows color (decimal): -1945589 or 741602. OLE color: 741602.
HSL color Cylindrical-coordinate representation of color #E2500B: hue angle of 19.26º 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 #E2500B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 80 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.11 |
| HSL | 19.26º | 0.91% | 0.46% | - |
| HSV(B) | 19.26º | 0.95% | 0.89% | - |
| XYZ | 34.29 | 21.93 | 2.74 | - |
| YUV | 115.79 | 68.87 | 206.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 80 | 11 | 0 | 0.65 | 0.95 | 0.11 | 19.26 | 0.91 | 0.46 |
| Hex | E2 | 50 | B | 0 | 41 | 5F | B | 13 | 5B | 2E |
| Octal | 342 | 120 | 13 | 0 | 101 | 137 | 13 | 23 | 133 | 56 |
| Binary | 11100010 | 1010000 | 1011 | 0 | 1000001 | 1011111 | 1011 | 10011 | 1011011 | 101110 |
Color Harmonies of #E2500B
Complementary color
Monochromatic Colors of #E2500B
Black with #E2500B
Text Example
Text Example
White with #E2500B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2500B; }
p { color: rgb(226,80,11); }
H1.HeaderClassName
{
color: #E2500B;
}
.AnyTagClassName
{
color: #E2500B;
}
</style>
background-color css
<style>
a { background-color: #E2500B; }
a { background-color: rgb(226,80,11); }
div.DivClassName
{
background-color: #E2500B;
}
.BgClassName
{
background-color: #E2500B;
}
</style>
border-color css
<style>
span { border-color: #E2500B; }
span { border-color: rgb(226,80,11); }
td.TdClassName
{
border-color: #E2500B;
}
.TagClassName
{
border-color: #E2500B;
}
</style>