Shades of Torch Red #E80826
Tints of Torch Red #E80826
RGB
CMYK
RGB Variations
Color information
#E80826 (or 0xE80826) is known color: Torch Red. HEX triplet: E8, 08 and 26. RGB value is (232,8,38). Sum of RGB (Red+Green+Blue) = 232+8+38=278 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.45% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 232 - color contains mainly: red. Hex color #E80826 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80826 is #17F7D9. Grayscale: #4E4E4E. Windows color (decimal): -1570778 or 2492648. OLE color: 2492648.
HSL color Cylindrical-coordinate representation of color #E80826: hue angle of 351.96º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E80826 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 8 | 38 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.09 |
| HSL | 351.96º | 0.93% | 0.47% | - |
| HSV(B) | 351.96º | 0.97% | 0.91% | - |
| XYZ | 33.72 | 17.47 | 3.43 | - |
| YUV | 78.4 | 105.21 | 237.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 8 | 38 | 0 | 0.97 | 0.84 | 0.09 | 351.96 | 0.93 | 0.47 |
| Hex | E8 | 8 | 26 | 0 | 61 | 54 | 9 | 160 | 5D | 2F |
| Octal | 350 | 10 | 46 | 0 | 141 | 124 | 11 | 540 | 135 | 57 |
| Binary | 11101000 | 1000 | 100110 | 0 | 1100001 | 1010100 | 1001 | 101100000 | 1011101 | 101111 |
Color Harmonies of #E80826
Complementary color
Monochromatic Colors of #E80826
Black with #E80826
Text Example
Text Example
White with #E80826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80826; }
p { color: rgb(232,8,38); }
H1.HeaderClassName
{
color: #E80826;
}
.AnyTagClassName
{
color: #E80826;
}
</style>
background-color css
<style>
a { background-color: #E80826; }
a { background-color: rgb(232,8,38); }
div.DivClassName
{
background-color: #E80826;
}
.BgClassName
{
background-color: #E80826;
}
</style>
border-color css
<style>
span { border-color: #E80826; }
span { border-color: rgb(232,8,38); }
td.TdClassName
{
border-color: #E80826;
}
.TagClassName
{
border-color: #E80826;
}
</style>