Shades of Torch Red #ED112D
Tints of Torch Red #ED112D
RGB
CMYK
RGB Variations
Color information
#ED112D (or 0xED112D) is known color: Torch Red. HEX triplet: ED, 11 and 2D. RGB value is (237,17,45). Sum of RGB (Red+Green+Blue) = 237+17+45=299 (39% of max value = 765). Red value is 237 (92.97% from 255 or 79.26% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 237 - color contains mainly: red. Hex color #ED112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #ED112D is #12EED2. Grayscale: #565656. Windows color (decimal): -1240787 or 2953709. OLE color: 2953709.
HSL color Cylindrical-coordinate representation of color #ED112D: hue angle of 352.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 #ED112D is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 17 | 45 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.07 |
| HSL | 352.36º | 0.87% | 0.5% | - |
| HSV(B) | 352.36º | 0.93% | 0.93% | - |
| XYZ | 35.6 | 18.59 | 4.2 | - |
| YUV | 85.97 | 104.89 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 17 | 45 | 0 | 0.93 | 0.81 | 0.07 | 352.36 | 0.87 | 0.5 |
| Hex | ED | 11 | 2D | 0 | 5D | 51 | 7 | 160 | 57 | 32 |
| Octal | 355 | 21 | 55 | 0 | 135 | 121 | 7 | 540 | 127 | 62 |
| Binary | 11101101 | 10001 | 101101 | 0 | 1011101 | 1010001 | 111 | 101100000 | 1010111 | 110010 |
Color Harmonies of #ED112D
Complementary color
Monochromatic Colors of #ED112D
Black with #ED112D
Text Example
Text Example
White with #ED112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED112D; }
p { color: rgb(237,17,45); }
H1.HeaderClassName
{
color: #ED112D;
}
.AnyTagClassName
{
color: #ED112D;
}
</style>
background-color css
<style>
a { background-color: #ED112D; }
a { background-color: rgb(237,17,45); }
div.DivClassName
{
background-color: #ED112D;
}
.BgClassName
{
background-color: #ED112D;
}
</style>
border-color css
<style>
span { border-color: #ED112D; }
span { border-color: rgb(237,17,45); }
td.TdClassName
{
border-color: #ED112D;
}
.TagClassName
{
border-color: #ED112D;
}
</style>