Shades of Torch Red #EB122A
Tints of Torch Red #EB122A
RGB
CMYK
RGB Variations
Color information
#EB122A (or 0xEB122A) is known color: Torch Red. HEX triplet: EB, 12 and 2A. RGB value is (235,18,42). Sum of RGB (Red+Green+Blue) = 235+18+42=295 (39% of max value = 765). Red value is 235 (92.19% from 255 or 79.66% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 235 - color contains mainly: red. Hex color #EB122A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EB122A is #14EDD5. Grayscale: #555555. Windows color (decimal): -1371606 or 2757355. OLE color: 2757355.
HSL color Cylindrical-coordinate representation of color #EB122A: hue angle of 353.36º 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 #EB122A is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 18 | 42 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.08 |
| HSL | 353.36º | 0.86% | 0.5% | - |
| HSV(B) | 353.36º | 0.92% | 0.92% | - |
| XYZ | 34.9 | 18.26 | 3.88 | - |
| YUV | 85.62 | 103.39 | 234.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 18 | 42 | 0 | 0.92 | 0.82 | 0.08 | 353.36 | 0.86 | 0.5 |
| Hex | EB | 12 | 2A | 0 | 5C | 52 | 8 | 161 | 56 | 32 |
| Octal | 353 | 22 | 52 | 0 | 134 | 122 | 10 | 541 | 126 | 62 |
| Binary | 11101011 | 10010 | 101010 | 0 | 1011100 | 1010010 | 1000 | 101100001 | 1010110 | 110010 |
Color Harmonies of #EB122A
Complementary color
Monochromatic Colors of #EB122A
Black with #EB122A
Text Example
Text Example
White with #EB122A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB122A; }
p { color: rgb(235,18,42); }
H1.HeaderClassName
{
color: #EB122A;
}
.AnyTagClassName
{
color: #EB122A;
}
</style>
background-color css
<style>
a { background-color: #EB122A; }
a { background-color: rgb(235,18,42); }
div.DivClassName
{
background-color: #EB122A;
}
.BgClassName
{
background-color: #EB122A;
}
</style>
border-color css
<style>
span { border-color: #EB122A; }
span { border-color: rgb(235,18,42); }
td.TdClassName
{
border-color: #EB122A;
}
.TagClassName
{
border-color: #EB122A;
}
</style>