Shades of Torch Red #EB122D
Tints of Torch Red #EB122D
RGB
CMYK
RGB Variations
Color information
#EB122D (or 0xEB122D) is known color: Torch Red. HEX triplet: EB, 12 and 2D. RGB value is (235,18,45). Sum of RGB (Red+Green+Blue) = 235+18+45=298 (39% of max value = 765). Red value is 235 (92.19% from 255 or 78.86% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 235 - color contains mainly: red. Hex color #EB122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB122D is #14EDD2. Grayscale: #565656. Windows color (decimal): -1371603 or 2953963. OLE color: 2953963.
HSL color Cylindrical-coordinate representation of color #EB122D: hue angle of 352.53º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EB122D is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 18 | 45 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.08 |
| HSL | 352.53º | 0.86% | 0.5% | - |
| HSV(B) | 352.53º | 0.92% | 0.92% | - |
| XYZ | 34.95 | 18.28 | 4.17 | - |
| YUV | 85.96 | 104.89 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 18 | 45 | 0 | 0.92 | 0.81 | 0.08 | 352.53 | 0.86 | 0.5 |
| Hex | EB | 12 | 2D | 0 | 5C | 51 | 8 | 161 | 56 | 32 |
| Octal | 353 | 22 | 55 | 0 | 134 | 121 | 10 | 541 | 126 | 62 |
| Binary | 11101011 | 10010 | 101101 | 0 | 1011100 | 1010001 | 1000 | 101100001 | 1010110 | 110010 |
Color Harmonies of #EB122D
Complementary color
Monochromatic Colors of #EB122D
Black with #EB122D
Text Example
Text Example
White with #EB122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB122D; }
p { color: rgb(235,18,45); }
H1.HeaderClassName
{
color: #EB122D;
}
.AnyTagClassName
{
color: #EB122D;
}
</style>
background-color css
<style>
a { background-color: #EB122D; }
a { background-color: rgb(235,18,45); }
div.DivClassName
{
background-color: #EB122D;
}
.BgClassName
{
background-color: #EB122D;
}
</style>
border-color css
<style>
span { border-color: #EB122D; }
span { border-color: rgb(235,18,45); }
td.TdClassName
{
border-color: #EB122D;
}
.TagClassName
{
border-color: #EB122D;
}
</style>