Shades of Persimmon #EC511D
Tints of Persimmon #EC511D
RGB
CMYK
RGB Variations
Color information
#EC511D (or 0xEC511D) is known color: Persimmon. HEX triplet: EC, 51 and 1D. RGB value is (236,81,29). Sum of RGB (Red+Green+Blue) = 236+81+29=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC511D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC511D is #13AEE2. Grayscale: #797979. Windows color (decimal): -1289955 or 1921516. OLE color: 1921516.
HSL color Cylindrical-coordinate representation of color #EC511D: hue angle of 15.07º 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 #EC511D is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 29 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.07 |
| HSL | 15.07º | 0.84% | 0.52% | - |
| HSV(B) | 15.07º | 0.88% | 0.93% | - |
| XYZ | 37.76 | 23.81 | 3.77 | - |
| YUV | 121.42 | 75.85 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 29 | 0 | 0.66 | 0.88 | 0.07 | 15.07 | 0.84 | 0.52 |
| Hex | EC | 51 | 1D | 0 | 42 | 58 | 7 | F | 54 | 34 |
| Octal | 354 | 121 | 35 | 0 | 102 | 130 | 7 | 17 | 124 | 64 |
| Binary | 11101100 | 1010001 | 11101 | 0 | 1000010 | 1011000 | 111 | 1111 | 1010100 | 110100 |
Color Harmonies of #EC511D
Complementary color
Monochromatic Colors of #EC511D
Black with #EC511D
Text Example
Text Example
White with #EC511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC511D; }
p { color: rgb(236,81,29); }
H1.HeaderClassName
{
color: #EC511D;
}
.AnyTagClassName
{
color: #EC511D;
}
</style>
background-color css
<style>
a { background-color: #EC511D; }
a { background-color: rgb(236,81,29); }
div.DivClassName
{
background-color: #EC511D;
}
.BgClassName
{
background-color: #EC511D;
}
</style>
border-color css
<style>
span { border-color: #EC511D; }
span { border-color: rgb(236,81,29); }
td.TdClassName
{
border-color: #EC511D;
}
.TagClassName
{
border-color: #EC511D;
}
</style>