Shades of Torch Red #E80129
Tints of Torch Red #E80129
RGB
CMYK
RGB Variations
Color information
#E80129 (or 0xE80129) is known color: Torch Red. HEX triplet: E8, 01 and 29. RGB value is (232,1,41). Sum of RGB (Red+Green+Blue) = 232+1+41=274 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.67% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 232 - color contains mainly: red. Hex color #E80129 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80129 is #17FED6. Grayscale: #4A4A4A. Windows color (decimal): -1572567 or 2687464. OLE color: 2687464.
HSL color Cylindrical-coordinate representation of color #E80129: hue angle of 349.61º 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 #E80129 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 41 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.09 |
| HSL | 349.61º | 0.99% | 0.46% | - |
| HSV(B) | 349.61º | 1% | 0.91% | - |
| XYZ | 33.69 | 17.34 | 3.67 | - |
| YUV | 74.63 | 109.03 | 240.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 41 | 0 | 1.00 | 0.82 | 0.09 | 349.61 | 0.99 | 0.46 |
| Hex | E8 | 1 | 29 | 0 | 64 | 52 | 9 | 15E | 63 | 2E |
| Octal | 350 | 1 | 51 | 0 | 144 | 122 | 11 | 536 | 143 | 56 |
| Binary | 11101000 | 1 | 101001 | 0 | 1100100 | 1010010 | 1001 | 101011110 | 1100011 | 101110 |
Color Harmonies of #E80129
Complementary color
Monochromatic Colors of #E80129
Black with #E80129
Text Example
Text Example
White with #E80129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80129; }
p { color: rgb(232,1,41); }
H1.HeaderClassName
{
color: #E80129;
}
.AnyTagClassName
{
color: #E80129;
}
</style>
background-color css
<style>
a { background-color: #E80129; }
a { background-color: rgb(232,1,41); }
div.DivClassName
{
background-color: #E80129;
}
.BgClassName
{
background-color: #E80129;
}
</style>
border-color css
<style>
span { border-color: #E80129; }
span { border-color: rgb(232,1,41); }
td.TdClassName
{
border-color: #E80129;
}
.TagClassName
{
border-color: #E80129;
}
</style>