Shades of Torch Red #E80024
Tints of Torch Red #E80024
RGB
CMYK
RGB Variations
Color information
#E80024 (or 0xE80024) is known color: Torch Red. HEX triplet: E8, 00 and 24. RGB value is (232,0,36). Sum of RGB (Red+Green+Blue) = 232+0+36=268 (35% of max value = 765). Red value is 232 (91.02% from 255 or 86.57% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 232 - color contains mainly: red. Hex color #E80024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80024 is #17FFDB. Grayscale: #494949. Windows color (decimal): -1572828 or 2359528. OLE color: 2359528.
HSL color Cylindrical-coordinate representation of color #E80024: hue angle of 350.69º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E80024 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.84 | 0.09 |
| HSL | 350.69º | 1% | 0.45% | - |
| HSV(B) | 350.69º | 1% | 0.91% | - |
| XYZ | 33.6 | 17.28 | 3.23 | - |
| YUV | 73.47 | 106.86 | 241.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 36 | 0 | 1 | 0.84 | 0.09 | 350.69 | 1 | 0.45 |
| Hex | E8 | 0 | 24 | 0 | 64 | 54 | 9 | 15F | 64 | 2D |
| Octal | 350 | 0 | 44 | 0 | 144 | 124 | 11 | 537 | 144 | 55 |
| Binary | 11101000 | 0 | 100100 | 0 | 1100100 | 1010100 | 1001 | 101011111 | 1100100 | 101101 |
Color Harmonies of #E80024
Complementary color
Monochromatic Colors of #E80024
Black with #E80024
Text Example
Text Example
White with #E80024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80024; }
p { color: rgb(232,0,36); }
H1.HeaderClassName
{
color: #E80024;
}
.AnyTagClassName
{
color: #E80024;
}
</style>
background-color css
<style>
a { background-color: #E80024; }
a { background-color: rgb(232,0,36); }
div.DivClassName
{
background-color: #E80024;
}
.BgClassName
{
background-color: #E80024;
}
</style>
border-color css
<style>
span { border-color: #E80024; }
span { border-color: rgb(232,0,36); }
td.TdClassName
{
border-color: #E80024;
}
.TagClassName
{
border-color: #E80024;
}
</style>