Shades of Torch Red #E80123
Tints of Torch Red #E80123
RGB
CMYK
RGB Variations
Color information
#E80123 (or 0xE80123) is known color: Torch Red. HEX triplet: E8, 01 and 23. RGB value is (232,1,35). Sum of RGB (Red+Green+Blue) = 232+1+35=268 (35% of max value = 765). Red value is 232 (91.02% from 255 or 86.57% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 35 (14.06% from 255 or 13.06% from 268); Max value from RGB is 232 - color contains mainly: red. Hex color #E80123 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80123 is #17FEDC. Grayscale: #4A4A4A. Windows color (decimal): -1572573 or 2294248. OLE color: 2294248.
HSL color Cylindrical-coordinate representation of color #E80123: hue angle of 351.17º 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 #E80123 is Cyan = 0, Magento = 1.00, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 35 | - |
| CMYK | 0 | 1.00 | 0.85 | 0.09 |
| HSL | 351.17º | 0.99% | 0.46% | - |
| HSV(B) | 351.17º | 1% | 0.91% | - |
| XYZ | 33.59 | 17.3 | 3.16 | - |
| YUV | 73.95 | 106.03 | 240.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 35 | 0 | 1.00 | 0.85 | 0.09 | 351.17 | 0.99 | 0.46 |
| Hex | E8 | 1 | 23 | 0 | 64 | 55 | 9 | 15F | 63 | 2E |
| Octal | 350 | 1 | 43 | 0 | 144 | 125 | 11 | 537 | 143 | 56 |
| Binary | 11101000 | 1 | 100011 | 0 | 1100100 | 1010101 | 1001 | 101011111 | 1100011 | 101110 |
Color Harmonies of #E80123
Complementary color
Monochromatic Colors of #E80123
Black with #E80123
Text Example
Text Example
White with #E80123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80123; }
p { color: rgb(232,1,35); }
H1.HeaderClassName
{
color: #E80123;
}
.AnyTagClassName
{
color: #E80123;
}
</style>
background-color css
<style>
a { background-color: #E80123; }
a { background-color: rgb(232,1,35); }
div.DivClassName
{
background-color: #E80123;
}
.BgClassName
{
background-color: #E80123;
}
</style>
border-color css
<style>
span { border-color: #E80123; }
span { border-color: rgb(232,1,35); }
td.TdClassName
{
border-color: #E80123;
}
.TagClassName
{
border-color: #E80123;
}
</style>