Shades of Persimmon #EC511C
Tints of Persimmon #EC511C
RGB
CMYK
RGB Variations
Color information
#EC511C (or 0xEC511C) is known color: Persimmon. HEX triplet: EC, 51 and 1C. RGB value is (236,81,28). Sum of RGB (Red+Green+Blue) = 236+81+28=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC511C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC511C is #13AEE3. Grayscale: #797979. Windows color (decimal): -1289956 or 1855980. OLE color: 1855980.
HSL color Cylindrical-coordinate representation of color #EC511C: hue angle of 15.29º degrees, saturation: 0.85, 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 #EC511C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 81 | 28 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.07 |
| HSL | 15.29º | 0.85% | 0.52% | - |
| HSV(B) | 15.29º | 0.88% | 0.93% | - |
| XYZ | 37.74 | 23.8 | 3.7 | - |
| YUV | 121.3 | 75.35 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 81 | 28 | 0 | 0.66 | 0.88 | 0.07 | 15.29 | 0.85 | 0.52 |
| Hex | EC | 51 | 1C | 0 | 42 | 58 | 7 | F | 55 | 34 |
| Octal | 354 | 121 | 34 | 0 | 102 | 130 | 7 | 17 | 125 | 64 |
| Binary | 11101100 | 1010001 | 11100 | 0 | 1000010 | 1011000 | 111 | 1111 | 1010101 | 110100 |
Color Harmonies of #EC511C
Complementary color
Monochromatic Colors of #EC511C
Black with #EC511C
Text Example
Text Example
White with #EC511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC511C; }
p { color: rgb(236,81,28); }
H1.HeaderClassName
{
color: #EC511C;
}
.AnyTagClassName
{
color: #EC511C;
}
</style>
background-color css
<style>
a { background-color: #EC511C; }
a { background-color: rgb(236,81,28); }
div.DivClassName
{
background-color: #EC511C;
}
.BgClassName
{
background-color: #EC511C;
}
</style>
border-color css
<style>
span { border-color: #EC511C; }
span { border-color: rgb(236,81,28); }
td.TdClassName
{
border-color: #EC511C;
}
.TagClassName
{
border-color: #EC511C;
}
</style>