Shades of Persimmon #E2450B
Tints of Persimmon #E2450B
RGB
CMYK
RGB Variations
Color information
#E2450B (or 0xE2450B) is known color: Persimmon. HEX triplet: E2, 45 and 0B. RGB value is (226,69,11). Sum of RGB (Red+Green+Blue) = 226+69+11=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E2450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2450B is #1DBAF4. Grayscale: #6D6D6D. Windows color (decimal): -1948405 or 738786. OLE color: 738786.
HSL color Cylindrical-coordinate representation of color #E2450B: hue angle of 16.19º 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 #E2450B is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 69 | 11 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.11 |
| HSL | 16.19º | 0.91% | 0.46% | - |
| HSV(B) | 16.19º | 0.95% | 0.89% | - |
| XYZ | 33.55 | 20.45 | 2.5 | - |
| YUV | 109.33 | 72.51 | 211.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 69 | 11 | 0 | 0.69 | 0.95 | 0.11 | 16.19 | 0.91 | 0.46 |
| Hex | E2 | 45 | B | 0 | 45 | 5F | B | 10 | 5B | 2E |
| Octal | 342 | 105 | 13 | 0 | 105 | 137 | 13 | 20 | 133 | 56 |
| Binary | 11100010 | 1000101 | 1011 | 0 | 1000101 | 1011111 | 1011 | 10000 | 1011011 | 101110 |
Color Harmonies of #E2450B
Complementary color
Monochromatic Colors of #E2450B
Black with #E2450B
Text Example
Text Example
White with #E2450B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2450B; }
p { color: rgb(226,69,11); }
H1.HeaderClassName
{
color: #E2450B;
}
.AnyTagClassName
{
color: #E2450B;
}
</style>
background-color css
<style>
a { background-color: #E2450B; }
a { background-color: rgb(226,69,11); }
div.DivClassName
{
background-color: #E2450B;
}
.BgClassName
{
background-color: #E2450B;
}
</style>
border-color css
<style>
span { border-color: #E2450B; }
span { border-color: rgb(226,69,11); }
td.TdClassName
{
border-color: #E2450B;
}
.TagClassName
{
border-color: #E2450B;
}
</style>