Shades of Torch Red #E80120
Tints of Torch Red #E80120
RGB
CMYK
RGB Variations
Color information
#E80120 (or 0xE80120) is known color: Torch Red. HEX triplet: E8, 01 and 20. RGB value is (232,1,32). Sum of RGB (Red+Green+Blue) = 232+1+32=265 (35% of max value = 765). Red value is 232 (91.02% from 255 or 87.55% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 232 - color contains mainly: red. Hex color #E80120 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80120 is #17FEDF. Grayscale: #494949. Windows color (decimal): -1572576 or 2097640. OLE color: 2097640.
HSL color Cylindrical-coordinate representation of color #E80120: hue angle of 351.95º 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 #E80120 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 32 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.09 |
| HSL | 351.95º | 0.99% | 0.46% | - |
| HSV(B) | 351.95º | 1% | 0.91% | - |
| XYZ | 33.55 | 17.28 | 2.93 | - |
| YUV | 73.6 | 104.53 | 240.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 32 | 0 | 1.00 | 0.86 | 0.09 | 351.95 | 0.99 | 0.46 |
| Hex | E8 | 1 | 20 | 0 | 64 | 56 | 9 | 160 | 63 | 2E |
| Octal | 350 | 1 | 40 | 0 | 144 | 126 | 11 | 540 | 143 | 56 |
| Binary | 11101000 | 1 | 100000 | 0 | 1100100 | 1010110 | 1001 | 101100000 | 1100011 | 101110 |
Color Harmonies of #E80120
Complementary color
Monochromatic Colors of #E80120
Black with #E80120
Text Example
Text Example
White with #E80120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80120; }
p { color: rgb(232,1,32); }
H1.HeaderClassName
{
color: #E80120;
}
.AnyTagClassName
{
color: #E80120;
}
</style>
background-color css
<style>
a { background-color: #E80120; }
a { background-color: rgb(232,1,32); }
div.DivClassName
{
background-color: #E80120;
}
.BgClassName
{
background-color: #E80120;
}
</style>
border-color css
<style>
span { border-color: #E80120; }
span { border-color: rgb(232,1,32); }
td.TdClassName
{
border-color: #E80120;
}
.TagClassName
{
border-color: #E80120;
}
</style>