Shades of Persimmon #EC581D
Tints of Persimmon #EC581D
RGB
CMYK
RGB Variations
Color information
#EC581D (or 0xEC581D) is known color: Persimmon. HEX triplet: EC, 58 and 1D. RGB value is (236,88,29). Sum of RGB (Red+Green+Blue) = 236+88+29=353 (46% of max value = 765). Red value is 236 (92.58% from 255 or 66.86% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 236 - color contains mainly: red. Hex color #EC581D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC581D is #13A7E2. Grayscale: #7D7D7D. Windows color (decimal): -1288163 or 1923308. OLE color: 1923308.
HSL color Cylindrical-coordinate representation of color #EC581D: hue angle of 17.1º 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 #EC581D is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 88 | 29 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.07 |
| HSL | 17.1º | 0.84% | 0.52% | - |
| HSV(B) | 17.1º | 0.88% | 0.93% | - |
| XYZ | 38.3 | 24.9 | 3.95 | - |
| YUV | 125.53 | 73.53 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 88 | 29 | 0 | 0.63 | 0.88 | 0.07 | 17.1 | 0.84 | 0.52 |
| Hex | EC | 58 | 1D | 0 | 3F | 58 | 7 | 11 | 54 | 34 |
| Octal | 354 | 130 | 35 | 0 | 77 | 130 | 7 | 21 | 124 | 64 |
| Binary | 11101100 | 1011000 | 11101 | 0 | 111111 | 1011000 | 111 | 10001 | 1010100 | 110100 |
Color Harmonies of #EC581D
Complementary color
Monochromatic Colors of #EC581D
Black with #EC581D
Text Example
Text Example
White with #EC581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC581D; }
p { color: rgb(236,88,29); }
H1.HeaderClassName
{
color: #EC581D;
}
.AnyTagClassName
{
color: #EC581D;
}
</style>
background-color css
<style>
a { background-color: #EC581D; }
a { background-color: rgb(236,88,29); }
div.DivClassName
{
background-color: #EC581D;
}
.BgClassName
{
background-color: #EC581D;
}
</style>
border-color css
<style>
span { border-color: #EC581D; }
span { border-color: rgb(236,88,29); }
td.TdClassName
{
border-color: #EC581D;
}
.TagClassName
{
border-color: #EC581D;
}
</style>