Shades of Torch Red #E9002E
Tints of Torch Red #E9002E
RGB
CMYK
RGB Variations
Color information
#E9002E (or 0xE9002E) is known color: Torch Red. HEX triplet: E9, 00 and 2E. RGB value is (233,0,46). Sum of RGB (Red+Green+Blue) = 233+0+46=279 (36% of max value = 765). Red value is 233 (91.41% from 255 or 83.51% from 279); Green value is 0 (0.39% from 255 or 0% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 233 - color contains mainly: red. Hex color #E9002E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9002E is #16FFD1. Grayscale: #4A4A4A. Windows color (decimal): -1507282 or 3014889. OLE color: 3014889.
HSL color Cylindrical-coordinate representation of color #E9002E: hue angle of 348.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9002E is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.80 | 0.09 |
| HSL | 348.15º | 1% | 0.46% | - |
| HSV(B) | 348.15º | 1% | 0.91% | - |
| XYZ | 34.1 | 17.52 | 4.17 | - |
| YUV | 74.91 | 111.69 | 240.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 46 | 0 | 1 | 0.80 | 0.09 | 348.15 | 1 | 0.46 |
| Hex | E9 | 0 | 2E | 0 | 64 | 50 | 9 | 15C | 64 | 2E |
| Octal | 351 | 0 | 56 | 0 | 144 | 120 | 11 | 534 | 144 | 56 |
| Binary | 11101001 | 0 | 101110 | 0 | 1100100 | 1010000 | 1001 | 101011100 | 1100100 | 101110 |
Color Harmonies of #E9002E
Complementary color
Monochromatic Colors of #E9002E
Black with #E9002E
Text Example
Text Example
White with #E9002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9002E; }
p { color: rgb(233,0,46); }
H1.HeaderClassName
{
color: #E9002E;
}
.AnyTagClassName
{
color: #E9002E;
}
</style>
background-color css
<style>
a { background-color: #E9002E; }
a { background-color: rgb(233,0,46); }
div.DivClassName
{
background-color: #E9002E;
}
.BgClassName
{
background-color: #E9002E;
}
</style>
border-color css
<style>
span { border-color: #E9002E; }
span { border-color: rgb(233,0,46); }
td.TdClassName
{
border-color: #E9002E;
}
.TagClassName
{
border-color: #E9002E;
}
</style>