Shades of Torch Red #ED0E37
Tints of Torch Red #ED0E37
RGB
CMYK
RGB Variations
Color information
#ED0E37 (or 0xED0E37) is known color: Torch Red. HEX triplet: ED, 0E and 37. RGB value is (237,14,55). Sum of RGB (Red+Green+Blue) = 237+14+55=306 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.45% from 306); Green value is 14 (5.86% from 255 or 4.58% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 237 - color contains mainly: red. Hex color #ED0E37 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED0E37 is #12F1C8. Grayscale: #555555. Windows color (decimal): -1241545 or 3608301. OLE color: 3608301.
HSL color Cylindrical-coordinate representation of color #ED0E37: hue angle of 348.97º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ED0E37 is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 14 | 55 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.07 |
| HSL | 348.97º | 0.89% | 0.49% | - |
| HSV(B) | 348.97º | 0.94% | 0.93% | - |
| XYZ | 35.77 | 18.59 | 5.32 | - |
| YUV | 85.35 | 110.88 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 14 | 55 | 0 | 0.94 | 0.77 | 0.07 | 348.97 | 0.89 | 0.49 |
| Hex | ED | E | 37 | 0 | 5E | 4D | 7 | 15D | 59 | 31 |
| Octal | 355 | 16 | 67 | 0 | 136 | 115 | 7 | 535 | 131 | 61 |
| Binary | 11101101 | 1110 | 110111 | 0 | 1011110 | 1001101 | 111 | 101011101 | 1011001 | 110001 |
Color Harmonies of #ED0E37
Complementary color
Monochromatic Colors of #ED0E37
Black with #ED0E37
Text Example
Text Example
White with #ED0E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED0E37; }
p { color: rgb(237,14,55); }
H1.HeaderClassName
{
color: #ED0E37;
}
.AnyTagClassName
{
color: #ED0E37;
}
</style>
background-color css
<style>
a { background-color: #ED0E37; }
a { background-color: rgb(237,14,55); }
div.DivClassName
{
background-color: #ED0E37;
}
.BgClassName
{
background-color: #ED0E37;
}
</style>
border-color css
<style>
span { border-color: #ED0E37; }
span { border-color: rgb(237,14,55); }
td.TdClassName
{
border-color: #ED0E37;
}
.TagClassName
{
border-color: #ED0E37;
}
</style>