Shades of Torch Red #E81026
Tints of Torch Red #E81026
RGB
CMYK
RGB Variations
Color information
#E81026 (or 0xE81026) is known color: Torch Red. HEX triplet: E8, 10 and 26. RGB value is (232,16,38). Sum of RGB (Red+Green+Blue) = 232+16+38=286 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.12% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 232 - color contains mainly: red. Hex color #E81026 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81026 is #17EFD9. Grayscale: #535353. Windows color (decimal): -1568730 or 2494696. OLE color: 2494696.
HSL color Cylindrical-coordinate representation of color #E81026: hue angle of 353.89º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81026 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 38 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.09 |
| HSL | 353.89º | 0.87% | 0.49% | - |
| HSV(B) | 353.89º | 0.93% | 0.91% | - |
| XYZ | 33.81 | 17.67 | 3.46 | - |
| YUV | 83.09 | 102.56 | 234.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 38 | 0 | 0.93 | 0.84 | 0.09 | 353.89 | 0.87 | 0.49 |
| Hex | E8 | 10 | 26 | 0 | 5D | 54 | 9 | 162 | 57 | 31 |
| Octal | 350 | 20 | 46 | 0 | 135 | 124 | 11 | 542 | 127 | 61 |
| Binary | 11101000 | 10000 | 100110 | 0 | 1011101 | 1010100 | 1001 | 101100010 | 1010111 | 110001 |
Color Harmonies of #E81026
Complementary color
Monochromatic Colors of #E81026
Black with #E81026
Text Example
Text Example
White with #E81026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81026; }
p { color: rgb(232,16,38); }
H1.HeaderClassName
{
color: #E81026;
}
.AnyTagClassName
{
color: #E81026;
}
</style>
background-color css
<style>
a { background-color: #E81026; }
a { background-color: rgb(232,16,38); }
div.DivClassName
{
background-color: #E81026;
}
.BgClassName
{
background-color: #E81026;
}
</style>
border-color css
<style>
span { border-color: #E81026; }
span { border-color: rgb(232,16,38); }
td.TdClassName
{
border-color: #E81026;
}
.TagClassName
{
border-color: #E81026;
}
</style>