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