Shades of Orange Red #ED3C10
Tints of Orange Red #ED3C10
RGB
CMYK
RGB Variations
Color information
#ED3C10 (or 0xED3C10) is known color: Orange Red. HEX triplet: ED, 3C and 10. RGB value is (237,60,16). Sum of RGB (Red+Green+Blue) = 237+60+16=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 16 (6.64% from 255 or 5.11% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3C10 is #12C3EF. Grayscale: #6C6C6C. Windows color (decimal): -1229808 or 1064173. OLE color: 1064173.
HSL color Cylindrical-coordinate representation of color #ED3C10: hue angle of 11.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ED3C10 is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 60 | 16 | - |
| CMYK | 0 | 0.75 | 0.93 | 0.07 |
| HSL | 11.95º | 0.87% | 0.5% | - |
| HSV(B) | 11.95º | 0.93% | 0.93% | - |
| XYZ | 36.63 | 21.27 | 2.67 | - |
| YUV | 107.91 | 76.14 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 60 | 16 | 0 | 0.75 | 0.93 | 0.07 | 11.95 | 0.87 | 0.5 |
| Hex | ED | 3C | 10 | 0 | 4B | 5D | 7 | C | 57 | 32 |
| Octal | 355 | 74 | 20 | 0 | 113 | 135 | 7 | 14 | 127 | 62 |
| Binary | 11101101 | 111100 | 10000 | 0 | 1001011 | 1011101 | 111 | 1100 | 1010111 | 110010 |
Color Harmonies of #ED3C10
Complementary color
Monochromatic Colors of #ED3C10
Black with #ED3C10
Text Example
Text Example
White with #ED3C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3C10; }
p { color: rgb(237,60,16); }
H1.HeaderClassName
{
color: #ED3C10;
}
.AnyTagClassName
{
color: #ED3C10;
}
</style>
background-color css
<style>
a { background-color: #ED3C10; }
a { background-color: rgb(237,60,16); }
div.DivClassName
{
background-color: #ED3C10;
}
.BgClassName
{
background-color: #ED3C10;
}
</style>
border-color css
<style>
span { border-color: #ED3C10; }
span { border-color: rgb(237,60,16); }
td.TdClassName
{
border-color: #ED3C10;
}
.TagClassName
{
border-color: #ED3C10;
}
</style>