Shades of Orange Red #ED3E16
Tints of Orange Red #ED3E16
RGB
CMYK
RGB Variations
Color information
#ED3E16 (or 0xED3E16) is known color: Orange Red. HEX triplet: ED, 3E and 16. RGB value is (237,62,22). Sum of RGB (Red+Green+Blue) = 237+62+22=321 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.83% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED3E16 is #12C1E9. Grayscale: #6E6E6E. Windows color (decimal): -1229290 or 1457901. OLE color: 1457901.
HSL color Cylindrical-coordinate representation of color #ED3E16: hue angle of 11.16º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ED3E16 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 62 | 22 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.07 |
| HSL | 11.16º | 0.86% | 0.51% | - |
| HSV(B) | 11.16º | 0.91% | 0.93% | - |
| XYZ | 36.79 | 21.51 | 2.97 | - |
| YUV | 109.77 | 78.48 | 218.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 62 | 22 | 0 | 0.74 | 0.91 | 0.07 | 11.16 | 0.86 | 0.51 |
| Hex | ED | 3E | 16 | 0 | 4A | 5B | 7 | B | 56 | 33 |
| Octal | 355 | 76 | 26 | 0 | 112 | 133 | 7 | 13 | 126 | 63 |
| Binary | 11101101 | 111110 | 10110 | 0 | 1001010 | 1011011 | 111 | 1011 | 1010110 | 110011 |
Color Harmonies of #ED3E16
Complementary color
Monochromatic Colors of #ED3E16
Black with #ED3E16
Text Example
Text Example
White with #ED3E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED3E16; }
p { color: rgb(237,62,22); }
H1.HeaderClassName
{
color: #ED3E16;
}
.AnyTagClassName
{
color: #ED3E16;
}
</style>
background-color css
<style>
a { background-color: #ED3E16; }
a { background-color: rgb(237,62,22); }
div.DivClassName
{
background-color: #ED3E16;
}
.BgClassName
{
background-color: #ED3E16;
}
</style>
border-color css
<style>
span { border-color: #ED3E16; }
span { border-color: rgb(237,62,22); }
td.TdClassName
{
border-color: #ED3E16;
}
.TagClassName
{
border-color: #ED3E16;
}
</style>