Shades of Torch Red #EB122C
Tints of Torch Red #EB122C
RGB
CMYK
RGB Variations
Color information
#EB122C (or 0xEB122C) is known color: Torch Red. HEX triplet: EB, 12 and 2C. RGB value is (235,18,44). Sum of RGB (Red+Green+Blue) = 235+18+44=297 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.12% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 44 (17.58% from 255 or 14.81% from 297); Max value from RGB is 235 - color contains mainly: red. Hex color #EB122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB122C is #14EDD3. Grayscale: #555555. Windows color (decimal): -1371604 or 2888427. OLE color: 2888427.
HSL color Cylindrical-coordinate representation of color #EB122C: hue angle of 352.81º 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 #EB122C is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 18 | 44 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.08 |
| HSL | 352.81º | 0.86% | 0.5% | - |
| HSV(B) | 352.81º | 0.92% | 0.92% | - |
| XYZ | 34.93 | 18.28 | 4.07 | - |
| YUV | 85.85 | 104.39 | 234.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 18 | 44 | 0 | 0.92 | 0.81 | 0.08 | 352.81 | 0.86 | 0.5 |
| Hex | EB | 12 | 2C | 0 | 5C | 51 | 8 | 161 | 56 | 32 |
| Octal | 353 | 22 | 54 | 0 | 134 | 121 | 10 | 541 | 126 | 62 |
| Binary | 11101011 | 10010 | 101100 | 0 | 1011100 | 1010001 | 1000 | 101100001 | 1010110 | 110010 |
Color Harmonies of #EB122C
Complementary color
Monochromatic Colors of #EB122C
Black with #EB122C
Text Example
Text Example
White with #EB122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB122C; }
p { color: rgb(235,18,44); }
H1.HeaderClassName
{
color: #EB122C;
}
.AnyTagClassName
{
color: #EB122C;
}
</style>
background-color css
<style>
a { background-color: #EB122C; }
a { background-color: rgb(235,18,44); }
div.DivClassName
{
background-color: #EB122C;
}
.BgClassName
{
background-color: #EB122C;
}
</style>
border-color css
<style>
span { border-color: #EB122C; }
span { border-color: rgb(235,18,44); }
td.TdClassName
{
border-color: #EB122C;
}
.TagClassName
{
border-color: #EB122C;
}
</style>