Shades of Torch Red #E80023
Tints of Torch Red #E80023
RGB
CMYK
RGB Variations
Color information
#E80023 (or 0xE80023) is known color: Torch Red. HEX triplet: E8, 00 and 23. RGB value is (232,0,35). Sum of RGB (Red+Green+Blue) = 232+0+35=267 (35% of max value = 765). Red value is 232 (91.02% from 255 or 86.89% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 35 (14.06% from 255 or 13.11% from 267); Max value from RGB is 232 - color contains mainly: red. Hex color #E80023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80023 is #17FFDC. Grayscale: #494949. Windows color (decimal): -1572829 or 2293992. OLE color: 2293992.
HSL color Cylindrical-coordinate representation of color #E80023: hue angle of 350.95º 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 #E80023 is Cyan = 0, Magento = 1, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.85 | 0.09 |
| HSL | 350.95º | 1% | 0.45% | - |
| HSV(B) | 350.95º | 1% | 0.91% | - |
| XYZ | 33.58 | 17.28 | 3.15 | - |
| YUV | 73.36 | 106.36 | 241.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 35 | 0 | 1 | 0.85 | 0.09 | 350.95 | 1 | 0.45 |
| Hex | E8 | 0 | 23 | 0 | 64 | 55 | 9 | 15F | 64 | 2D |
| Octal | 350 | 0 | 43 | 0 | 144 | 125 | 11 | 537 | 144 | 55 |
| Binary | 11101000 | 0 | 100011 | 0 | 1100100 | 1010101 | 1001 | 101011111 | 1100100 | 101101 |
Color Harmonies of #E80023
Complementary color
Monochromatic Colors of #E80023
Black with #E80023
Text Example
Text Example
White with #E80023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80023; }
p { color: rgb(232,0,35); }
H1.HeaderClassName
{
color: #E80023;
}
.AnyTagClassName
{
color: #E80023;
}
</style>
background-color css
<style>
a { background-color: #E80023; }
a { background-color: rgb(232,0,35); }
div.DivClassName
{
background-color: #E80023;
}
.BgClassName
{
background-color: #E80023;
}
</style>
border-color css
<style>
span { border-color: #E80023; }
span { border-color: rgb(232,0,35); }
td.TdClassName
{
border-color: #E80023;
}
.TagClassName
{
border-color: #E80023;
}
</style>