Shades of Persimmon #E3521B
Tints of Persimmon #E3521B
RGB
CMYK
RGB Variations
Color information
#E3521B (or 0xE3521B) is known color: Persimmon. HEX triplet: E3, 52 and 1B. RGB value is (227,82,27). Sum of RGB (Red+Green+Blue) = 227+82+27=336 (44% of max value = 765). Red value is 227 (89.06% from 255 or 67.56% from 336); Green value is 82 (32.42% from 255 or 24.40% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 227 - color contains mainly: red. Hex color #E3521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E3521B is #1CADE4. Grayscale: #777777. Windows color (decimal): -1879525 or 1790691. OLE color: 1790691.
HSL color Cylindrical-coordinate representation of color #E3521B: hue angle of 16.5º 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 #E3521B is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 82 | 27 | - |
| CMYK | 0 | 0.64 | 0.88 | 0.11 |
| HSL | 16.5º | 0.79% | 0.5% | - |
| HSV(B) | 16.5º | 0.88% | 0.89% | - |
| XYZ | 34.89 | 22.44 | 3.53 | - |
| YUV | 119.09 | 76.04 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 82 | 27 | 0 | 0.64 | 0.88 | 0.11 | 16.5 | 0.79 | 0.5 |
| Hex | E3 | 52 | 1B | 0 | 40 | 58 | B | 10 | 4F | 32 |
| Octal | 343 | 122 | 33 | 0 | 100 | 130 | 13 | 20 | 117 | 62 |
| Binary | 11100011 | 1010010 | 11011 | 0 | 1000000 | 1011000 | 1011 | 10000 | 1001111 | 110010 |
Color Harmonies of #E3521B
Complementary color
Monochromatic Colors of #E3521B
Black with #E3521B
Text Example
Text Example
White with #E3521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3521B; }
p { color: rgb(227,82,27); }
H1.HeaderClassName
{
color: #E3521B;
}
.AnyTagClassName
{
color: #E3521B;
}
</style>
background-color css
<style>
a { background-color: #E3521B; }
a { background-color: rgb(227,82,27); }
div.DivClassName
{
background-color: #E3521B;
}
.BgClassName
{
background-color: #E3521B;
}
</style>
border-color css
<style>
span { border-color: #E3521B; }
span { border-color: rgb(227,82,27); }
td.TdClassName
{
border-color: #E3521B;
}
.TagClassName
{
border-color: #E3521B;
}
</style>