Shades of Persimmon #ED511C
Tints of Persimmon #ED511C
RGB
CMYK
RGB Variations
Color information
#ED511C (or 0xED511C) is known color: Persimmon. HEX triplet: ED, 51 and 1C. RGB value is (237,81,28). Sum of RGB (Red+Green+Blue) = 237+81+28=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 28 (11.33% from 255 or 8.09% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED511C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED511C is #12AEE3. Grayscale: #797979. Windows color (decimal): -1224420 or 1855981. OLE color: 1855981.
HSL color Cylindrical-coordinate representation of color #ED511C: hue angle of 15.22º 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 #ED511C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 28 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.07 |
| HSL | 15.22º | 0.85% | 0.52% | - |
| HSV(B) | 15.22º | 0.88% | 0.93% | - |
| XYZ | 38.08 | 23.97 | 3.72 | - |
| YUV | 121.6 | 75.18 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 28 | 0 | 0.66 | 0.88 | 0.07 | 15.22 | 0.85 | 0.52 |
| Hex | ED | 51 | 1C | 0 | 42 | 58 | 7 | F | 55 | 34 |
| Octal | 355 | 121 | 34 | 0 | 102 | 130 | 7 | 17 | 125 | 64 |
| Binary | 11101101 | 1010001 | 11100 | 0 | 1000010 | 1011000 | 111 | 1111 | 1010101 | 110100 |
Color Harmonies of #ED511C
Complementary color
Monochromatic Colors of #ED511C
Black with #ED511C
Text Example
Text Example
White with #ED511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED511C; }
p { color: rgb(237,81,28); }
H1.HeaderClassName
{
color: #ED511C;
}
.AnyTagClassName
{
color: #ED511C;
}
</style>
background-color css
<style>
a { background-color: #ED511C; }
a { background-color: rgb(237,81,28); }
div.DivClassName
{
background-color: #ED511C;
}
.BgClassName
{
background-color: #ED511C;
}
</style>
border-color css
<style>
span { border-color: #ED511C; }
span { border-color: rgb(237,81,28); }
td.TdClassName
{
border-color: #ED511C;
}
.TagClassName
{
border-color: #ED511C;
}
</style>