Shades of Persimmon #E3501B
Tints of Persimmon #E3501B
RGB
CMYK
RGB Variations
Color information
#E3501B (or 0xE3501B) is known color: Persimmon. HEX triplet: E3, 50 and 1B. RGB value is (227,80,27). Sum of RGB (Red+Green+Blue) = 227+80+27=334 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.96% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 227 - color contains mainly: red. Hex color #E3501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3501B is #1CAFE4. Grayscale: #767676. Windows color (decimal): -1880037 or 1790179. OLE color: 1790179.
HSL color Cylindrical-coordinate representation of color #E3501B: hue angle of 15.9º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E3501B is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 80 | 27 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.11 |
| HSL | 15.9º | 0.79% | 0.5% | - |
| HSV(B) | 15.9º | 0.88% | 0.89% | - |
| XYZ | 34.75 | 22.15 | 3.48 | - |
| YUV | 117.91 | 76.7 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 80 | 27 | 0 | 0.65 | 0.88 | 0.11 | 15.9 | 0.79 | 0.5 |
| Hex | E3 | 50 | 1B | 0 | 41 | 58 | B | 10 | 4F | 32 |
| Octal | 343 | 120 | 33 | 0 | 101 | 130 | 13 | 20 | 117 | 62 |
| Binary | 11100011 | 1010000 | 11011 | 0 | 1000001 | 1011000 | 1011 | 10000 | 1001111 | 110010 |
Color Harmonies of #E3501B
Complementary color
Monochromatic Colors of #E3501B
Black with #E3501B
Text Example
Text Example
White with #E3501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3501B; }
p { color: rgb(227,80,27); }
H1.HeaderClassName
{
color: #E3501B;
}
.AnyTagClassName
{
color: #E3501B;
}
</style>
background-color css
<style>
a { background-color: #E3501B; }
a { background-color: rgb(227,80,27); }
div.DivClassName
{
background-color: #E3501B;
}
.BgClassName
{
background-color: #E3501B;
}
</style>
border-color css
<style>
span { border-color: #E3501B; }
span { border-color: rgb(227,80,27); }
td.TdClassName
{
border-color: #E3501B;
}
.TagClassName
{
border-color: #E3501B;
}
</style>