Shades of Torch Red #ED162E
Tints of Torch Red #ED162E
RGB
CMYK
RGB Variations
Color information
#ED162E (or 0xED162E) is known color: Torch Red. HEX triplet: ED, 16 and 2E. RGB value is (237,22,46). Sum of RGB (Red+Green+Blue) = 237+22+46=305 (40% of max value = 765). Red value is 237 (92.97% from 255 or 77.70% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 46 (18.36% from 255 or 15.08% from 305); Max value from RGB is 237 - color contains mainly: red. Hex color #ED162E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED162E is #12E9D1. Grayscale: #595959. Windows color (decimal): -1239506 or 3020525. OLE color: 3020525.
HSL color Cylindrical-coordinate representation of color #ED162E: hue angle of 353.3º 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 #ED162E is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 22 | 46 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.07 |
| HSL | 353.3º | 0.86% | 0.51% | - |
| HSV(B) | 353.3º | 0.91% | 0.93% | - |
| XYZ | 35.71 | 18.78 | 4.33 | - |
| YUV | 89.02 | 103.73 | 233.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 22 | 46 | 0 | 0.91 | 0.81 | 0.07 | 353.3 | 0.86 | 0.51 |
| Hex | ED | 16 | 2E | 0 | 5B | 51 | 7 | 161 | 56 | 33 |
| Octal | 355 | 26 | 56 | 0 | 133 | 121 | 7 | 541 | 126 | 63 |
| Binary | 11101101 | 10110 | 101110 | 0 | 1011011 | 1010001 | 111 | 101100001 | 1010110 | 110011 |
Color Harmonies of #ED162E
Complementary color
Monochromatic Colors of #ED162E
Black with #ED162E
Text Example
Text Example
White with #ED162E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED162E; }
p { color: rgb(237,22,46); }
H1.HeaderClassName
{
color: #ED162E;
}
.AnyTagClassName
{
color: #ED162E;
}
</style>
background-color css
<style>
a { background-color: #ED162E; }
a { background-color: rgb(237,22,46); }
div.DivClassName
{
background-color: #ED162E;
}
.BgClassName
{
background-color: #ED162E;
}
</style>
border-color css
<style>
span { border-color: #ED162E; }
span { border-color: rgb(237,22,46); }
td.TdClassName
{
border-color: #ED162E;
}
.TagClassName
{
border-color: #ED162E;
}
</style>