Shades of Orange Red #ED4017
Tints of Orange Red #ED4017
RGB
CMYK
RGB Variations
Color information
#ED4017 (or 0xED4017) is known color: Orange Red. HEX triplet: ED, 40 and 17. RGB value is (237,64,23). Sum of RGB (Red+Green+Blue) = 237+64+23=324 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.15% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4017 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4017 is #12BFE8. Grayscale: #6F6F6F. Windows color (decimal): -1228777 or 1523949. OLE color: 1523949.
HSL color Cylindrical-coordinate representation of color #ED4017: hue angle of 11.5º 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 #ED4017 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 64 | 23 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.07 |
| HSL | 11.5º | 0.86% | 0.51% | - |
| HSV(B) | 11.5º | 0.9% | 0.93% | - |
| XYZ | 36.91 | 21.73 | 3.06 | - |
| YUV | 111.05 | 78.31 | 217.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 64 | 23 | 0 | 0.73 | 0.90 | 0.07 | 11.5 | 0.86 | 0.51 |
| Hex | ED | 40 | 17 | 0 | 49 | 5A | 7 | B | 56 | 33 |
| Octal | 355 | 100 | 27 | 0 | 111 | 132 | 7 | 13 | 126 | 63 |
| Binary | 11101101 | 1000000 | 10111 | 0 | 1001001 | 1011010 | 111 | 1011 | 1010110 | 110011 |
Color Harmonies of #ED4017
Complementary color
Monochromatic Colors of #ED4017
Black with #ED4017
Text Example
Text Example
White with #ED4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4017; }
p { color: rgb(237,64,23); }
H1.HeaderClassName
{
color: #ED4017;
}
.AnyTagClassName
{
color: #ED4017;
}
</style>
background-color css
<style>
a { background-color: #ED4017; }
a { background-color: rgb(237,64,23); }
div.DivClassName
{
background-color: #ED4017;
}
.BgClassName
{
background-color: #ED4017;
}
</style>
border-color css
<style>
span { border-color: #ED4017; }
span { border-color: rgb(237,64,23); }
td.TdClassName
{
border-color: #ED4017;
}
.TagClassName
{
border-color: #ED4017;
}
</style>