Shades of Persimmon #ED511B
Tints of Persimmon #ED511B
RGB
CMYK
RGB Variations
Color information
#ED511B (or 0xED511B) is known color: Persimmon. HEX triplet: ED, 51 and 1B. RGB value is (237,81,27). Sum of RGB (Red+Green+Blue) = 237+81+27=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED511B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED511B is #12AEE4. Grayscale: #797979. Windows color (decimal): -1224421 or 1790445. OLE color: 1790445.
HSL color Cylindrical-coordinate representation of color #ED511B: hue angle of 15.43º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED511B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 27 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.07 |
| HSL | 15.43º | 0.85% | 0.52% | - |
| HSV(B) | 15.43º | 0.89% | 0.93% | - |
| XYZ | 38.07 | 23.97 | 3.66 | - |
| YUV | 121.49 | 74.68 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 27 | 0 | 0.66 | 0.89 | 0.07 | 15.43 | 0.85 | 0.52 |
| Hex | ED | 51 | 1B | 0 | 42 | 59 | 7 | F | 55 | 34 |
| Octal | 355 | 121 | 33 | 0 | 102 | 131 | 7 | 17 | 125 | 64 |
| Binary | 11101101 | 1010001 | 11011 | 0 | 1000010 | 1011001 | 111 | 1111 | 1010101 | 110100 |
Color Harmonies of #ED511B
Complementary color
Monochromatic Colors of #ED511B
Black with #ED511B
Text Example
Text Example
White with #ED511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED511B; }
p { color: rgb(237,81,27); }
H1.HeaderClassName
{
color: #ED511B;
}
.AnyTagClassName
{
color: #ED511B;
}
</style>
background-color css
<style>
a { background-color: #ED511B; }
a { background-color: rgb(237,81,27); }
div.DivClassName
{
background-color: #ED511B;
}
.BgClassName
{
background-color: #ED511B;
}
</style>
border-color css
<style>
span { border-color: #ED511B; }
span { border-color: rgb(237,81,27); }
td.TdClassName
{
border-color: #ED511B;
}
.TagClassName
{
border-color: #ED511B;
}
</style>