Shades of Persimmon #E2410B
Tints of Persimmon #E2410B
RGB
CMYK
RGB Variations
Color information
#E2410B (or 0xE2410B) is known color: Persimmon. HEX triplet: E2, 41 and 0B. RGB value is (226,65,11). Sum of RGB (Red+Green+Blue) = 226+65+11=302 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.83% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 11 (4.69% from 255 or 3.64% from 302); Max value from RGB is 226 - color contains mainly: red. Hex color #E2410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E2410B is #1DBEF4. Grayscale: #6B6B6B. Windows color (decimal): -1949429 or 737762. OLE color: 737762.
HSL color Cylindrical-coordinate representation of color #E2410B: hue angle of 15.07º 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 #E2410B is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 65 | 11 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.11 |
| HSL | 15.07º | 0.91% | 0.46% | - |
| HSV(B) | 15.07º | 0.95% | 0.89% | - |
| XYZ | 33.31 | 19.97 | 2.42 | - |
| YUV | 106.98 | 73.84 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 65 | 11 | 0 | 0.71 | 0.95 | 0.11 | 15.07 | 0.91 | 0.46 |
| Hex | E2 | 41 | B | 0 | 47 | 5F | B | F | 5B | 2E |
| Octal | 342 | 101 | 13 | 0 | 107 | 137 | 13 | 17 | 133 | 56 |
| Binary | 11100010 | 1000001 | 1011 | 0 | 1000111 | 1011111 | 1011 | 1111 | 1011011 | 101110 |
Color Harmonies of #E2410B
Complementary color
Monochromatic Colors of #E2410B
Black with #E2410B
Text Example
Text Example
White with #E2410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2410B; }
p { color: rgb(226,65,11); }
H1.HeaderClassName
{
color: #E2410B;
}
.AnyTagClassName
{
color: #E2410B;
}
</style>
background-color css
<style>
a { background-color: #E2410B; }
a { background-color: rgb(226,65,11); }
div.DivClassName
{
background-color: #E2410B;
}
.BgClassName
{
background-color: #E2410B;
}
</style>
border-color css
<style>
span { border-color: #E2410B; }
span { border-color: rgb(226,65,11); }
td.TdClassName
{
border-color: #E2410B;
}
.TagClassName
{
border-color: #E2410B;
}
</style>