Shades of Persimmon #ED510D
Tints of Persimmon #ED510D
RGB
CMYK
RGB Variations
Color information
#ED510D (or 0xED510D) is known color: Persimmon. HEX triplet: ED, 51 and 0D. RGB value is (237,81,13). Sum of RGB (Red+Green+Blue) = 237+81+13=331 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.60% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 13 (5.47% from 255 or 3.93% from 331); Max value from RGB is 237 - color contains mainly: red. Hex color #ED510D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED510D is #12AEF2. Grayscale: #787878. Windows color (decimal): -1224435 or 872941. OLE color: 872941.
HSL color Cylindrical-coordinate representation of color #ED510D: hue angle of 18.21º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED510D is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 13 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.07 |
| HSL | 18.21º | 0.9% | 0.49% | - |
| HSV(B) | 18.21º | 0.95% | 0.93% | - |
| XYZ | 37.94 | 23.92 | 3 | - |
| YUV | 119.89 | 67.68 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 13 | 0 | 0.66 | 0.95 | 0.07 | 18.21 | 0.9 | 0.49 |
| Hex | ED | 51 | D | 0 | 42 | 5F | 7 | 12 | 5A | 31 |
| Octal | 355 | 121 | 15 | 0 | 102 | 137 | 7 | 22 | 132 | 61 |
| Binary | 11101101 | 1010001 | 1101 | 0 | 1000010 | 1011111 | 111 | 10010 | 1011010 | 110001 |
Color Harmonies of #ED510D
Complementary color
Monochromatic Colors of #ED510D
Black with #ED510D
Text Example
Text Example
White with #ED510D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED510D; }
p { color: rgb(237,81,13); }
H1.HeaderClassName
{
color: #ED510D;
}
.AnyTagClassName
{
color: #ED510D;
}
</style>
background-color css
<style>
a { background-color: #ED510D; }
a { background-color: rgb(237,81,13); }
div.DivClassName
{
background-color: #ED510D;
}
.BgClassName
{
background-color: #ED510D;
}
</style>
border-color css
<style>
span { border-color: #ED510D; }
span { border-color: rgb(237,81,13); }
td.TdClassName
{
border-color: #ED510D;
}
.TagClassName
{
border-color: #ED510D;
}
</style>