Shades of Orange Red #ED3C17
Tints of Orange Red #ED3C17
RGB
CMYK
RGB Variations
Color information
#ED3C17 (or 0xED3C17) is known color: Orange Red. HEX triplet: ED, 3C and 17. RGB value is (237,60,23). Sum of RGB (Red+Green+Blue) = 237+60+23=320 (42% of max value = 765). Red value is 237 (92.97% from 255 or 74.06% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 23 (9.38% from 255 or 7.19% from 320); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3C17 is #12C3E8. Grayscale: #6D6D6D. Windows color (decimal): -1229801 or 1522925. OLE color: 1522925.
HSL color Cylindrical-coordinate representation of color #ED3C17: hue angle of 10.37º 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 #ED3C17 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 23 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.07 |
| HSL | 10.37º | 0.86% | 0.51% | - |
| HSV(B) | 10.37º | 0.9% | 0.93% | - |
| XYZ | 36.7 | 21.3 | 2.99 | - |
| YUV | 108.71 | 79.64 | 219.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 23 | 0 | 0.75 | 0.90 | 0.07 | 10.37 | 0.86 | 0.51 |
| Hex | ED | 3C | 17 | 0 | 4B | 5A | 7 | A | 56 | 33 |
| Octal | 355 | 74 | 27 | 0 | 113 | 132 | 7 | 12 | 126 | 63 |
| Binary | 11101101 | 111100 | 10111 | 0 | 1001011 | 1011010 | 111 | 1010 | 1010110 | 110011 |
Color Harmonies of #ED3C17
Complementary color
Monochromatic Colors of #ED3C17
Black with #ED3C17
Text Example
Text Example
White with #ED3C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3C17; }
p { color: rgb(237,60,23); }
H1.HeaderClassName
{
color: #ED3C17;
}
.AnyTagClassName
{
color: #ED3C17;
}
</style>
background-color css
<style>
a { background-color: #ED3C17; }
a { background-color: rgb(237,60,23); }
div.DivClassName
{
background-color: #ED3C17;
}
.BgClassName
{
background-color: #ED3C17;
}
</style>
border-color css
<style>
span { border-color: #ED3C17; }
span { border-color: rgb(237,60,23); }
td.TdClassName
{
border-color: #ED3C17;
}
.TagClassName
{
border-color: #ED3C17;
}
</style>