Shades of Orange Red #ED4417
Tints of Orange Red #ED4417
RGB
CMYK
RGB Variations
Color information
#ED4417 (or 0xED4417) is known color: Orange Red. HEX triplet: ED, 44 and 17. RGB value is (237,68,23). Sum of RGB (Red+Green+Blue) = 237+68+23=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4417 is #12BBE8. Grayscale: #717171. Windows color (decimal): -1227753 or 1524973. OLE color: 1524973.
HSL color Cylindrical-coordinate representation of color #ED4417: hue angle of 12.62º 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 #ED4417 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 68 | 23 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.07 |
| HSL | 12.62º | 0.86% | 0.51% | - |
| HSV(B) | 12.62º | 0.9% | 0.93% | - |
| XYZ | 37.15 | 22.2 | 3.14 | - |
| YUV | 113.4 | 76.99 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 68 | 23 | 0 | 0.71 | 0.90 | 0.07 | 12.62 | 0.86 | 0.51 |
| Hex | ED | 44 | 17 | 0 | 47 | 5A | 7 | D | 56 | 33 |
| Octal | 355 | 104 | 27 | 0 | 107 | 132 | 7 | 15 | 126 | 63 |
| Binary | 11101101 | 1000100 | 10111 | 0 | 1000111 | 1011010 | 111 | 1101 | 1010110 | 110011 |
Color Harmonies of #ED4417
Complementary color
Monochromatic Colors of #ED4417
Black with #ED4417
Text Example
Text Example
White with #ED4417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED4417; }
p { color: rgb(237,68,23); }
H1.HeaderClassName
{
color: #ED4417;
}
.AnyTagClassName
{
color: #ED4417;
}
</style>
background-color css
<style>
a { background-color: #ED4417; }
a { background-color: rgb(237,68,23); }
div.DivClassName
{
background-color: #ED4417;
}
.BgClassName
{
background-color: #ED4417;
}
</style>
border-color css
<style>
span { border-color: #ED4417; }
span { border-color: rgb(237,68,23); }
td.TdClassName
{
border-color: #ED4417;
}
.TagClassName
{
border-color: #ED4417;
}
</style>