Shades of Torch Red #E80526
Tints of Torch Red #E80526
RGB
CMYK
RGB Variations
Color information
#E80526 (or 0xE80526) is known color: Torch Red. HEX triplet: E8, 05 and 26. RGB value is (232,5,38). Sum of RGB (Red+Green+Blue) = 232+5+38=275 (36% of max value = 765). Red value is 232 (91.02% from 255 or 84.36% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 38 (15.23% from 255 or 13.82% from 275); Max value from RGB is 232 - color contains mainly: red. Hex color #E80526 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80526 is #17FAD9. Grayscale: #4C4C4C. Windows color (decimal): -1571546 or 2491880. OLE color: 2491880.
HSL color Cylindrical-coordinate representation of color #E80526: hue angle of 351.28º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80526 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 38 | - |
| CMYK | 0 | 0.98 | 0.84 | 0.09 |
| HSL | 351.28º | 0.96% | 0.46% | - |
| HSV(B) | 351.28º | 0.98% | 0.91% | - |
| XYZ | 33.68 | 17.4 | 3.42 | - |
| YUV | 76.64 | 106.21 | 238.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 38 | 0 | 0.98 | 0.84 | 0.09 | 351.28 | 0.96 | 0.46 |
| Hex | E8 | 5 | 26 | 0 | 62 | 54 | 9 | 15F | 60 | 2E |
| Octal | 350 | 5 | 46 | 0 | 142 | 124 | 11 | 537 | 140 | 56 |
| Binary | 11101000 | 101 | 100110 | 0 | 1100010 | 1010100 | 1001 | 101011111 | 1100000 | 101110 |
Color Harmonies of #E80526
Complementary color
Monochromatic Colors of #E80526
Black with #E80526
Text Example
Text Example
White with #E80526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80526; }
p { color: rgb(232,5,38); }
H1.HeaderClassName
{
color: #E80526;
}
.AnyTagClassName
{
color: #E80526;
}
</style>
background-color css
<style>
a { background-color: #E80526; }
a { background-color: rgb(232,5,38); }
div.DivClassName
{
background-color: #E80526;
}
.BgClassName
{
background-color: #E80526;
}
</style>
border-color css
<style>
span { border-color: #E80526; }
span { border-color: rgb(232,5,38); }
td.TdClassName
{
border-color: #E80526;
}
.TagClassName
{
border-color: #E80526;
}
</style>