Shades of Torch Red #EB112D
Tints of Torch Red #EB112D
RGB
CMYK
RGB Variations
Color information
#EB112D (or 0xEB112D) is known color: Torch Red. HEX triplet: EB, 11 and 2D. RGB value is (235,17,45). Sum of RGB (Red+Green+Blue) = 235+17+45=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB112D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB112D is #14EED2. Grayscale: #555555. Windows color (decimal): -1371859 or 2953707. OLE color: 2953707.
HSL color Cylindrical-coordinate representation of color #EB112D: hue angle of 352.29º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EB112D is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 17 | 45 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.08 |
| HSL | 352.29º | 0.87% | 0.49% | - |
| HSV(B) | 352.29º | 0.93% | 0.92% | - |
| XYZ | 34.94 | 18.25 | 4.16 | - |
| YUV | 85.37 | 105.22 | 234.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 17 | 45 | 0 | 0.93 | 0.81 | 0.08 | 352.29 | 0.87 | 0.49 |
| Hex | EB | 11 | 2D | 0 | 5D | 51 | 8 | 160 | 57 | 31 |
| Octal | 353 | 21 | 55 | 0 | 135 | 121 | 10 | 540 | 127 | 61 |
| Binary | 11101011 | 10001 | 101101 | 0 | 1011101 | 1010001 | 1000 | 101100000 | 1010111 | 110001 |
Color Harmonies of #EB112D
Complementary color
Monochromatic Colors of #EB112D
Black with #EB112D
Text Example
Text Example
White with #EB112D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB112D; }
p { color: rgb(235,17,45); }
H1.HeaderClassName
{
color: #EB112D;
}
.AnyTagClassName
{
color: #EB112D;
}
</style>
background-color css
<style>
a { background-color: #EB112D; }
a { background-color: rgb(235,17,45); }
div.DivClassName
{
background-color: #EB112D;
}
.BgClassName
{
background-color: #EB112D;
}
</style>
border-color css
<style>
span { border-color: #EB112D; }
span { border-color: rgb(235,17,45); }
td.TdClassName
{
border-color: #EB112D;
}
.TagClassName
{
border-color: #EB112D;
}
</style>