Shades of Persimmon #E5410B
Tints of Persimmon #E5410B
RGB
CMYK
RGB Variations
Color information
#E5410B (or 0xE5410B) is known color: Persimmon. HEX triplet: E5, 41 and 0B. RGB value is (229,65,11). Sum of RGB (Red+Green+Blue) = 229+65+11=305 (40% of max value = 765). Red value is 229 (89.84% from 255 or 75.08% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 229 - color contains mainly: red. Hex color #E5410B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5410B is #1ABEF4. Grayscale: #6C6C6C. Windows color (decimal): -1752821 or 737765. OLE color: 737765.
HSL color Cylindrical-coordinate representation of color #E5410B: hue angle of 14.86º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5410B is Cyan = 0, Magento = 0.72, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 65 | 11 | - |
| CMYK | 0 | 0.72 | 0.95 | 0.10 |
| HSL | 14.86º | 0.91% | 0.47% | - |
| HSV(B) | 14.86º | 0.95% | 0.9% | - |
| XYZ | 34.26 | 20.46 | 2.46 | - |
| YUV | 107.88 | 73.33 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 65 | 11 | 0 | 0.72 | 0.95 | 0.10 | 14.86 | 0.91 | 0.47 |
| Hex | E5 | 41 | B | 0 | 48 | 5F | A | F | 5B | 2F |
| Octal | 345 | 101 | 13 | 0 | 110 | 137 | 12 | 17 | 133 | 57 |
| Binary | 11100101 | 1000001 | 1011 | 0 | 1001000 | 1011111 | 1010 | 1111 | 1011011 | 101111 |
Color Harmonies of #E5410B
Complementary color
Monochromatic Colors of #E5410B
Black with #E5410B
Text Example
Text Example
White with #E5410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5410B; }
p { color: rgb(229,65,11); }
H1.HeaderClassName
{
color: #E5410B;
}
.AnyTagClassName
{
color: #E5410B;
}
</style>
background-color css
<style>
a { background-color: #E5410B; }
a { background-color: rgb(229,65,11); }
div.DivClassName
{
background-color: #E5410B;
}
.BgClassName
{
background-color: #E5410B;
}
</style>
border-color css
<style>
span { border-color: #E5410B; }
span { border-color: rgb(229,65,11); }
td.TdClassName
{
border-color: #E5410B;
}
.TagClassName
{
border-color: #E5410B;
}
</style>