Shades of Sunset Orange #ED4949
Tints of Sunset Orange #ED4949
RGB
CMYK
RGB Variations
Color information
#ED4949 (or 0xED4949) is known color: Sunset Orange. HEX triplet: ED, 49 and 49. RGB value is (237,73,73). Sum of RGB (Red+Green+Blue) = 237+73+73=383 (50% of max value = 765). Red value is 237 (92.97% from 255 or 61.88% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4949 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED4949 is #12B6B6. Grayscale: #7A7A7A. Windows color (decimal): -1226423 or 4803053. OLE color: 4803053.
HSL color Cylindrical-coordinate representation of color #ED4949: hue angle of 0º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED4949 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 73 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.07 |
| HSL | 0º | 0.82% | 0.61% | - |
| HSV(B) | 0º | 0.69% | 0.93% | - |
| XYZ | 38.51 | 23.25 | 8.76 | - |
| YUV | 122.04 | 100.33 | 210 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 73 | 0 | 0.69 | 0.69 | 0.07 | 0 | 0.82 | 0.61 |
| Hex | ED | 49 | 49 | 0 | 45 | 45 | 7 | 0 | 52 | 3D |
| Octal | 355 | 111 | 111 | 0 | 105 | 105 | 7 | 0 | 122 | 75 |
| Binary | 11101101 | 1001001 | 1001001 | 0 | 1000101 | 1000101 | 111 | 0 | 1010010 | 111101 |
Color Harmonies of #ED4949
Complementary color
Monochromatic Colors of #ED4949
Black with #ED4949
Text Example
Text Example
White with #ED4949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4949; }
p { color: rgb(237,73,73); }
H1.HeaderClassName
{
color: #ED4949;
}
.AnyTagClassName
{
color: #ED4949;
}
</style>
background-color css
<style>
a { background-color: #ED4949; }
a { background-color: rgb(237,73,73); }
div.DivClassName
{
background-color: #ED4949;
}
.BgClassName
{
background-color: #ED4949;
}
</style>
border-color css
<style>
span { border-color: #ED4949; }
span { border-color: rgb(237,73,73); }
td.TdClassName
{
border-color: #ED4949;
}
.TagClassName
{
border-color: #ED4949;
}
</style>