Shades of Persimmon #E5521D
Tints of Persimmon #E5521D
RGB
CMYK
RGB Variations
Color information
#E5521D (or 0xE5521D) is known color: Persimmon. HEX triplet: E5, 52 and 1D. RGB value is (229,82,29). Sum of RGB (Red+Green+Blue) = 229+82+29=340 (45% of max value = 765). Red value is 229 (89.84% from 255 or 67.35% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 29 (11.72% from 255 or 8.53% from 340); Max value from RGB is 229 - color contains mainly: red. Hex color #E5521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5521D is #1AADE2. Grayscale: #787878. Windows color (decimal): -1748451 or 1921765. OLE color: 1921765.
HSL color Cylindrical-coordinate representation of color #E5521D: hue angle of 15.9º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5521D is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 82 | 29 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.10 |
| HSL | 15.9º | 0.79% | 0.51% | - |
| HSV(B) | 15.9º | 0.87% | 0.9% | - |
| XYZ | 35.55 | 22.78 | 3.69 | - |
| YUV | 119.91 | 76.7 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 82 | 29 | 0 | 0.64 | 0.87 | 0.10 | 15.9 | 0.79 | 0.51 |
| Hex | E5 | 52 | 1D | 0 | 40 | 57 | A | 10 | 4F | 33 |
| Octal | 345 | 122 | 35 | 0 | 100 | 127 | 12 | 20 | 117 | 63 |
| Binary | 11100101 | 1010010 | 11101 | 0 | 1000000 | 1010111 | 1010 | 10000 | 1001111 | 110011 |
Color Harmonies of #E5521D
Complementary color
Monochromatic Colors of #E5521D
Black with #E5521D
Text Example
Text Example
White with #E5521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5521D; }
p { color: rgb(229,82,29); }
H1.HeaderClassName
{
color: #E5521D;
}
.AnyTagClassName
{
color: #E5521D;
}
</style>
background-color css
<style>
a { background-color: #E5521D; }
a { background-color: rgb(229,82,29); }
div.DivClassName
{
background-color: #E5521D;
}
.BgClassName
{
background-color: #E5521D;
}
</style>
border-color css
<style>
span { border-color: #E5521D; }
span { border-color: rgb(229,82,29); }
td.TdClassName
{
border-color: #E5521D;
}
.TagClassName
{
border-color: #E5521D;
}
</style>