Shades of Orange Red #ED4919
Tints of Orange Red #ED4919
RGB
CMYK
RGB Variations
Color information
#ED4919 (or 0xED4919) is known color: Orange Red. HEX triplet: ED, 49 and 19. RGB value is (237,73,25). Sum of RGB (Red+Green+Blue) = 237+73+25=335 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.75% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4919 is #12B6E6. Grayscale: #747474. Windows color (decimal): -1226471 or 1657325. OLE color: 1657325.
HSL color Cylindrical-coordinate representation of color #ED4919: hue angle of 13.58º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ED4919 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 73 | 25 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.07 |
| HSL | 13.58º | 0.85% | 0.51% | - |
| HSV(B) | 13.58º | 0.89% | 0.93% | - |
| XYZ | 37.48 | 22.84 | 3.35 | - |
| YUV | 116.56 | 76.33 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 73 | 25 | 0 | 0.69 | 0.89 | 0.07 | 13.58 | 0.85 | 0.51 |
| Hex | ED | 49 | 19 | 0 | 45 | 59 | 7 | E | 55 | 33 |
| Octal | 355 | 111 | 31 | 0 | 105 | 131 | 7 | 16 | 125 | 63 |
| Binary | 11101101 | 1001001 | 11001 | 0 | 1000101 | 1011001 | 111 | 1110 | 1010101 | 110011 |
Color Harmonies of #ED4919
Complementary color
Monochromatic Colors of #ED4919
Black with #ED4919
Text Example
Text Example
White with #ED4919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4919; }
p { color: rgb(237,73,25); }
H1.HeaderClassName
{
color: #ED4919;
}
.AnyTagClassName
{
color: #ED4919;
}
</style>
background-color css
<style>
a { background-color: #ED4919; }
a { background-color: rgb(237,73,25); }
div.DivClassName
{
background-color: #ED4919;
}
.BgClassName
{
background-color: #ED4919;
}
</style>
border-color css
<style>
span { border-color: #ED4919; }
span { border-color: rgb(237,73,25); }
td.TdClassName
{
border-color: #ED4919;
}
.TagClassName
{
border-color: #ED4919;
}
</style>