Shades of Orange Red #ED3E10
Tints of Orange Red #ED3E10
RGB
CMYK
RGB Variations
Color information
#ED3E10 (or 0xED3E10) is known color: Orange Red. HEX triplet: ED, 3E and 10. RGB value is (237,62,16). Sum of RGB (Red+Green+Blue) = 237+62+16=315 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.24% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3E10 is #12C1EF. Grayscale: #6D6D6D. Windows color (decimal): -1229296 or 1064685. OLE color: 1064685.
HSL color Cylindrical-coordinate representation of color #ED3E10: hue angle of 12.49º 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 #ED3E10 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 62 | 16 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.07 |
| HSL | 12.49º | 0.87% | 0.5% | - |
| HSV(B) | 12.49º | 0.93% | 0.93% | - |
| XYZ | 36.74 | 21.49 | 2.7 | - |
| YUV | 109.08 | 75.48 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 62 | 16 | 0 | 0.74 | 0.93 | 0.07 | 12.49 | 0.87 | 0.5 |
| Hex | ED | 3E | 10 | 0 | 4A | 5D | 7 | C | 57 | 32 |
| Octal | 355 | 76 | 20 | 0 | 112 | 135 | 7 | 14 | 127 | 62 |
| Binary | 11101101 | 111110 | 10000 | 0 | 1001010 | 1011101 | 111 | 1100 | 1010111 | 110010 |
Color Harmonies of #ED3E10
Complementary color
Monochromatic Colors of #ED3E10
Black with #ED3E10
Text Example
Text Example
White with #ED3E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3E10; }
p { color: rgb(237,62,16); }
H1.HeaderClassName
{
color: #ED3E10;
}
.AnyTagClassName
{
color: #ED3E10;
}
</style>
background-color css
<style>
a { background-color: #ED3E10; }
a { background-color: rgb(237,62,16); }
div.DivClassName
{
background-color: #ED3E10;
}
.BgClassName
{
background-color: #ED3E10;
}
</style>
border-color css
<style>
span { border-color: #ED3E10; }
span { border-color: rgb(237,62,16); }
td.TdClassName
{
border-color: #ED3E10;
}
.TagClassName
{
border-color: #ED3E10;
}
</style>