Shades of Torch Red #E80521
Tints of Torch Red #E80521
RGB
CMYK
RGB Variations
Color information
#E80521 (or 0xE80521) is known color: Torch Red. HEX triplet: E8, 05 and 21. RGB value is (232,5,33). Sum of RGB (Red+Green+Blue) = 232+5+33=270 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.93% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 33 (13.28% from 255 or 12.22% from 270); Max value from RGB is 232 - color contains mainly: red. Hex color #E80521 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80521 is #17FADE. Grayscale: #4C4C4C. Windows color (decimal): -1571551 or 2164200. OLE color: 2164200.
HSL color Cylindrical-coordinate representation of color #E80521: hue angle of 352.6º 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 #E80521 is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 33 | - |
| CMYK | 0 | 0.98 | 0.86 | 0.09 |
| HSL | 352.6º | 0.96% | 0.46% | - |
| HSV(B) | 352.6º | 0.98% | 0.91% | - |
| XYZ | 33.61 | 17.37 | 3.02 | - |
| YUV | 76.07 | 103.71 | 239.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 33 | 0 | 0.98 | 0.86 | 0.09 | 352.6 | 0.96 | 0.46 |
| Hex | E8 | 5 | 21 | 0 | 62 | 56 | 9 | 161 | 60 | 2E |
| Octal | 350 | 5 | 41 | 0 | 142 | 126 | 11 | 541 | 140 | 56 |
| Binary | 11101000 | 101 | 100001 | 0 | 1100010 | 1010110 | 1001 | 101100001 | 1100000 | 101110 |
Color Harmonies of #E80521
Complementary color
Monochromatic Colors of #E80521
Black with #E80521
Text Example
Text Example
White with #E80521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80521; }
p { color: rgb(232,5,33); }
H1.HeaderClassName
{
color: #E80521;
}
.AnyTagClassName
{
color: #E80521;
}
</style>
background-color css
<style>
a { background-color: #E80521; }
a { background-color: rgb(232,5,33); }
div.DivClassName
{
background-color: #E80521;
}
.BgClassName
{
background-color: #E80521;
}
</style>
border-color css
<style>
span { border-color: #E80521; }
span { border-color: rgb(232,5,33); }
td.TdClassName
{
border-color: #E80521;
}
.TagClassName
{
border-color: #E80521;
}
</style>