Shades of Orange Red #ED3F10
Tints of Orange Red #ED3F10
RGB
CMYK
RGB Variations
Color information
#ED3F10 (or 0xED3F10) is known color: Orange Red. HEX triplet: ED, 3F and 10. RGB value is (237,63,16). Sum of RGB (Red+Green+Blue) = 237+63+16=316 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75% from 316); Green value is 63 (25% from 255 or 19.94% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3F10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3F10 is #12C0EF. Grayscale: #6E6E6E. Windows color (decimal): -1229040 or 1064941. OLE color: 1064941.
HSL color Cylindrical-coordinate representation of color #ED3F10: hue angle of 12.76º 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 #ED3F10 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 63 | 16 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.07 |
| HSL | 12.76º | 0.87% | 0.5% | - |
| HSV(B) | 12.76º | 0.93% | 0.93% | - |
| XYZ | 36.8 | 21.6 | 2.72 | - |
| YUV | 109.67 | 75.15 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 63 | 16 | 0 | 0.73 | 0.93 | 0.07 | 12.76 | 0.87 | 0.5 |
| Hex | ED | 3F | 10 | 0 | 49 | 5D | 7 | D | 57 | 32 |
| Octal | 355 | 77 | 20 | 0 | 111 | 135 | 7 | 15 | 127 | 62 |
| Binary | 11101101 | 111111 | 10000 | 0 | 1001001 | 1011101 | 111 | 1101 | 1010111 | 110010 |
Color Harmonies of #ED3F10
Complementary color
Monochromatic Colors of #ED3F10
Black with #ED3F10
Text Example
Text Example
White with #ED3F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3F10; }
p { color: rgb(237,63,16); }
H1.HeaderClassName
{
color: #ED3F10;
}
.AnyTagClassName
{
color: #ED3F10;
}
</style>
background-color css
<style>
a { background-color: #ED3F10; }
a { background-color: rgb(237,63,16); }
div.DivClassName
{
background-color: #ED3F10;
}
.BgClassName
{
background-color: #ED3F10;
}
</style>
border-color css
<style>
span { border-color: #ED3F10; }
span { border-color: rgb(237,63,16); }
td.TdClassName
{
border-color: #ED3F10;
}
.TagClassName
{
border-color: #ED3F10;
}
</style>