Shades of Persimmon #EC521D
Tints of Persimmon #EC521D
RGB
CMYK
RGB Variations
Color information
#EC521D (or 0xEC521D) is known color: Persimmon. HEX triplet: EC, 52 and 1D. RGB value is (236,82,29). Sum of RGB (Red+Green+Blue) = 236+82+29=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC521D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC521D is #13ADE2. Grayscale: #7A7A7A. Windows color (decimal): -1289699 or 1921772. OLE color: 1921772.
HSL color Cylindrical-coordinate representation of color #EC521D: hue angle of 15.36º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EC521D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 82 | 29 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.07 |
| HSL | 15.36º | 0.84% | 0.52% | - |
| HSV(B) | 15.36º | 0.88% | 0.93% | - |
| XYZ | 37.83 | 23.96 | 3.79 | - |
| YUV | 122 | 75.52 | 209.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 82 | 29 | 0 | 0.65 | 0.88 | 0.07 | 15.36 | 0.84 | 0.52 |
| Hex | EC | 52 | 1D | 0 | 41 | 58 | 7 | F | 54 | 34 |
| Octal | 354 | 122 | 35 | 0 | 101 | 130 | 7 | 17 | 124 | 64 |
| Binary | 11101100 | 1010010 | 11101 | 0 | 1000001 | 1011000 | 111 | 1111 | 1010100 | 110100 |
Color Harmonies of #EC521D
Complementary color
Monochromatic Colors of #EC521D
Black with #EC521D
Text Example
Text Example
White with #EC521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC521D; }
p { color: rgb(236,82,29); }
H1.HeaderClassName
{
color: #EC521D;
}
.AnyTagClassName
{
color: #EC521D;
}
</style>
background-color css
<style>
a { background-color: #EC521D; }
a { background-color: rgb(236,82,29); }
div.DivClassName
{
background-color: #EC521D;
}
.BgClassName
{
background-color: #EC521D;
}
</style>
border-color css
<style>
span { border-color: #EC521D; }
span { border-color: rgb(236,82,29); }
td.TdClassName
{
border-color: #EC521D;
}
.TagClassName
{
border-color: #EC521D;
}
</style>