Shades of Orange Red #ED4517
Tints of Orange Red #ED4517
RGB
CMYK
RGB Variations
Color information
#ED4517 (or 0xED4517) is known color: Orange Red. HEX triplet: ED, 45 and 17. RGB value is (237,69,23). Sum of RGB (Red+Green+Blue) = 237+69+23=329 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.04% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4517 is #12BAE8. Grayscale: #727272. Windows color (decimal): -1227497 or 1525229. OLE color: 1525229.
HSL color Cylindrical-coordinate representation of color #ED4517: hue angle of 12.9º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ED4517 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 69 | 23 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.07 |
| HSL | 12.9º | 0.86% | 0.51% | - |
| HSV(B) | 12.9º | 0.9% | 0.93% | - |
| XYZ | 37.21 | 22.32 | 3.16 | - |
| YUV | 113.99 | 76.66 | 215.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 69 | 23 | 0 | 0.71 | 0.90 | 0.07 | 12.9 | 0.86 | 0.51 |
| Hex | ED | 45 | 17 | 0 | 47 | 5A | 7 | D | 56 | 33 |
| Octal | 355 | 105 | 27 | 0 | 107 | 132 | 7 | 15 | 126 | 63 |
| Binary | 11101101 | 1000101 | 10111 | 0 | 1000111 | 1011010 | 111 | 1101 | 1010110 | 110011 |
Color Harmonies of #ED4517
Complementary color
Monochromatic Colors of #ED4517
Black with #ED4517
Text Example
Text Example
White with #ED4517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4517; }
p { color: rgb(237,69,23); }
H1.HeaderClassName
{
color: #ED4517;
}
.AnyTagClassName
{
color: #ED4517;
}
</style>
background-color css
<style>
a { background-color: #ED4517; }
a { background-color: rgb(237,69,23); }
div.DivClassName
{
background-color: #ED4517;
}
.BgClassName
{
background-color: #ED4517;
}
</style>
border-color css
<style>
span { border-color: #ED4517; }
span { border-color: rgb(237,69,23); }
td.TdClassName
{
border-color: #ED4517;
}
.TagClassName
{
border-color: #ED4517;
}
</style>