Shades of Torch Red #E80122
Tints of Torch Red #E80122
RGB
CMYK
RGB Variations
Color information
#E80122 (or 0xE80122) is known color: Torch Red. HEX triplet: E8, 01 and 22. RGB value is (232,1,34). Sum of RGB (Red+Green+Blue) = 232+1+34=267 (35% of max value = 765). Red value is 232 (91.02% from 255 or 86.89% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 34 (13.67% from 255 or 12.73% from 267); Max value from RGB is 232 - color contains mainly: red. Hex color #E80122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80122 is #17FEDD. Grayscale: #494949. Windows color (decimal): -1572574 or 2228712. OLE color: 2228712.
HSL color Cylindrical-coordinate representation of color #E80122: hue angle of 351.43º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80122 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 34 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.09 |
| HSL | 351.43º | 0.99% | 0.46% | - |
| HSV(B) | 351.43º | 1% | 0.91% | - |
| XYZ | 33.58 | 17.29 | 3.08 | - |
| YUV | 73.83 | 105.53 | 240.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 34 | 0 | 1.00 | 0.85 | 0.09 | 351.43 | 0.99 | 0.46 |
| Hex | E8 | 1 | 22 | 0 | 64 | 55 | 9 | 15F | 63 | 2E |
| Octal | 350 | 1 | 42 | 0 | 144 | 125 | 11 | 537 | 143 | 56 |
| Binary | 11101000 | 1 | 100010 | 0 | 1100100 | 1010101 | 1001 | 101011111 | 1100011 | 101110 |
Color Harmonies of #E80122
Complementary color
Monochromatic Colors of #E80122
Black with #E80122
Text Example
Text Example
White with #E80122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80122; }
p { color: rgb(232,1,34); }
H1.HeaderClassName
{
color: #E80122;
}
.AnyTagClassName
{
color: #E80122;
}
</style>
background-color css
<style>
a { background-color: #E80122; }
a { background-color: rgb(232,1,34); }
div.DivClassName
{
background-color: #E80122;
}
.BgClassName
{
background-color: #E80122;
}
</style>
border-color css
<style>
span { border-color: #E80122; }
span { border-color: rgb(232,1,34); }
td.TdClassName
{
border-color: #E80122;
}
.TagClassName
{
border-color: #E80122;
}
</style>