Shades of Sunset Orange #ED514D
Tints of Sunset Orange #ED514D
RGB
CMYK
RGB Variations
Color information
#ED514D (or 0xED514D) is known color: Sunset Orange. HEX triplet: ED, 51 and 4D. RGB value is (237,81,77). Sum of RGB (Red+Green+Blue) = 237+81+77=395 (52% of max value = 765). Red value is 237 (92.97% from 255 or 60% from 395); Green value is 81 (32.03% from 255 or 20.51% from 395); Blue value is 77 (30.47% from 255 or 19.49% from 395); Max value from RGB is 237 - color contains mainly: red. Hex color #ED514D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED514D is #12AEB2. Grayscale: #7F7F7F. Windows color (decimal): -1224371 or 5067245. OLE color: 5067245.
HSL color Cylindrical-coordinate representation of color #ED514D: hue angle of 1.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ED514D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 81 | 77 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.07 |
| HSL | 1.5º | 0.82% | 0.62% | - |
| HSV(B) | 1.5º | 0.68% | 0.93% | - |
| XYZ | 39.21 | 24.43 | 9.67 | - |
| YUV | 127.19 | 99.68 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 81 | 77 | 0 | 0.66 | 0.68 | 0.07 | 1.5 | 0.82 | 0.62 |
| Hex | ED | 51 | 4D | 0 | 42 | 44 | 7 | 2 | 52 | 3E |
| Octal | 355 | 121 | 115 | 0 | 102 | 104 | 7 | 2 | 122 | 76 |
| Binary | 11101101 | 1010001 | 1001101 | 0 | 1000010 | 1000100 | 111 | 10 | 1010010 | 111110 |
Color Harmonies of #ED514D
Complementary color
Monochromatic Colors of #ED514D
Black with #ED514D
Text Example
Text Example
White with #ED514D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED514D; }
p { color: rgb(237,81,77); }
H1.HeaderClassName
{
color: #ED514D;
}
.AnyTagClassName
{
color: #ED514D;
}
</style>
background-color css
<style>
a { background-color: #ED514D; }
a { background-color: rgb(237,81,77); }
div.DivClassName
{
background-color: #ED514D;
}
.BgClassName
{
background-color: #ED514D;
}
</style>
border-color css
<style>
span { border-color: #ED514D; }
span { border-color: rgb(237,81,77); }
td.TdClassName
{
border-color: #ED514D;
}
.TagClassName
{
border-color: #ED514D;
}
</style>