Shades of Torch Red #ED1122
Tints of Torch Red #ED1122
RGB
CMYK
RGB Variations
Color information
#ED1122 (or 0xED1122) is known color: Torch Red. HEX triplet: ED, 11 and 22. RGB value is (237,17,34). Sum of RGB (Red+Green+Blue) = 237+17+34=288 (38% of max value = 765). Red value is 237 (92.97% from 255 or 82.29% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 237 - color contains mainly: red. Hex color #ED1122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED1122 is #12EEDD. Grayscale: #545454. Windows color (decimal): -1240798 or 2232813. OLE color: 2232813.
HSL color Cylindrical-coordinate representation of color #ED1122: hue angle of 355.36º 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 #ED1122 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 34 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.07 |
| HSL | 355.36º | 0.87% | 0.5% | - |
| HSV(B) | 355.36º | 0.93% | 0.93% | - |
| XYZ | 35.41 | 18.52 | 3.22 | - |
| YUV | 84.72 | 99.39 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 34 | 0 | 0.93 | 0.86 | 0.07 | 355.36 | 0.87 | 0.5 |
| Hex | ED | 11 | 22 | 0 | 5D | 56 | 7 | 163 | 57 | 32 |
| Octal | 355 | 21 | 42 | 0 | 135 | 126 | 7 | 543 | 127 | 62 |
| Binary | 11101101 | 10001 | 100010 | 0 | 1011101 | 1010110 | 111 | 101100011 | 1010111 | 110010 |
Color Harmonies of #ED1122
Complementary color
Monochromatic Colors of #ED1122
Black with #ED1122
Text Example
Text Example
White with #ED1122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED1122; }
p { color: rgb(237,17,34); }
H1.HeaderClassName
{
color: #ED1122;
}
.AnyTagClassName
{
color: #ED1122;
}
</style>
background-color css
<style>
a { background-color: #ED1122; }
a { background-color: rgb(237,17,34); }
div.DivClassName
{
background-color: #ED1122;
}
.BgClassName
{
background-color: #ED1122;
}
</style>
border-color css
<style>
span { border-color: #ED1122; }
span { border-color: rgb(237,17,34); }
td.TdClassName
{
border-color: #ED1122;
}
.TagClassName
{
border-color: #ED1122;
}
</style>