Shades of Torch Red #E80323
Tints of Torch Red #E80323
RGB
CMYK
RGB Variations
Color information
#E80323 (or 0xE80323) is known color: Torch Red. HEX triplet: E8, 03 and 23. RGB value is (232,3,35). Sum of RGB (Red+Green+Blue) = 232+3+35=270 (35% of max value = 765). Red value is 232 (91.02% from 255 or 85.93% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 232 - color contains mainly: red. Hex color #E80323 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80323 is #17FCDC. Grayscale: #4B4B4B. Windows color (decimal): -1572061 or 2294760. OLE color: 2294760.
HSL color Cylindrical-coordinate representation of color #E80323: hue angle of 351.62º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80323 is Cyan = 0, Magento = 0.99, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 35 | - |
| CMYK | 0 | 0.99 | 0.85 | 0.09 |
| HSL | 351.62º | 0.97% | 0.46% | - |
| HSV(B) | 351.62º | 0.99% | 0.91% | - |
| XYZ | 33.61 | 17.34 | 3.17 | - |
| YUV | 75.12 | 105.37 | 239.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 35 | 0 | 0.99 | 0.85 | 0.09 | 351.62 | 0.97 | 0.46 |
| Hex | E8 | 3 | 23 | 0 | 63 | 55 | 9 | 160 | 61 | 2E |
| Octal | 350 | 3 | 43 | 0 | 143 | 125 | 11 | 540 | 141 | 56 |
| Binary | 11101000 | 11 | 100011 | 0 | 1100011 | 1010101 | 1001 | 101100000 | 1100001 | 101110 |
Color Harmonies of #E80323
Complementary color
Monochromatic Colors of #E80323
Black with #E80323
Text Example
Text Example
White with #E80323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80323; }
p { color: rgb(232,3,35); }
H1.HeaderClassName
{
color: #E80323;
}
.AnyTagClassName
{
color: #E80323;
}
</style>
background-color css
<style>
a { background-color: #E80323; }
a { background-color: rgb(232,3,35); }
div.DivClassName
{
background-color: #E80323;
}
.BgClassName
{
background-color: #E80323;
}
</style>
border-color css
<style>
span { border-color: #E80323; }
span { border-color: rgb(232,3,35); }
td.TdClassName
{
border-color: #E80323;
}
.TagClassName
{
border-color: #E80323;
}
</style>