Shades of Persimmon #ED521C
Tints of Persimmon #ED521C
RGB
CMYK
RGB Variations
Color information
#ED521C (or 0xED521C) is known color: Persimmon. HEX triplet: ED, 52 and 1C. RGB value is (237,82,28). Sum of RGB (Red+Green+Blue) = 237+82+28=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 28 (11.33% from 255 or 8.07% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED521C is #12ADE3. Grayscale: #7A7A7A. Windows color (decimal): -1224164 or 1856237. OLE color: 1856237.
HSL color Cylindrical-coordinate representation of color #ED521C: hue angle of 15.5º 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 #ED521C is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 82 | 28 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.07 |
| HSL | 15.5º | 0.85% | 0.52% | - |
| HSV(B) | 15.5º | 0.88% | 0.93% | - |
| XYZ | 38.15 | 24.12 | 3.74 | - |
| YUV | 122.19 | 74.85 | 209.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 82 | 28 | 0 | 0.65 | 0.88 | 0.07 | 15.5 | 0.85 | 0.52 |
| Hex | ED | 52 | 1C | 0 | 41 | 58 | 7 | 10 | 55 | 34 |
| Octal | 355 | 122 | 34 | 0 | 101 | 130 | 7 | 20 | 125 | 64 |
| Binary | 11101101 | 1010010 | 11100 | 0 | 1000001 | 1011000 | 111 | 10000 | 1010101 | 110100 |
Color Harmonies of #ED521C
Complementary color
Monochromatic Colors of #ED521C
Black with #ED521C
Text Example
Text Example
White with #ED521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED521C; }
p { color: rgb(237,82,28); }
H1.HeaderClassName
{
color: #ED521C;
}
.AnyTagClassName
{
color: #ED521C;
}
</style>
background-color css
<style>
a { background-color: #ED521C; }
a { background-color: rgb(237,82,28); }
div.DivClassName
{
background-color: #ED521C;
}
.BgClassName
{
background-color: #ED521C;
}
</style>
border-color css
<style>
span { border-color: #ED521C; }
span { border-color: rgb(237,82,28); }
td.TdClassName
{
border-color: #ED521C;
}
.TagClassName
{
border-color: #ED521C;
}
</style>