Shades of Torch Red #E9001E
Tints of Torch Red #E9001E
RGB
CMYK
RGB Variations
Color information
#E9001E (or 0xE9001E) is known color: Torch Red. HEX triplet: E9, 00 and 1E. RGB value is (233,0,30). Sum of RGB (Red+Green+Blue) = 233+0+30=263 (34% of max value = 765). Red value is 233 (91.41% from 255 or 88.59% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 233 - color contains mainly: red. Hex color #E9001E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9001E is #16FFE1. Grayscale: #494949. Windows color (decimal): -1507298 or 1966313. OLE color: 1966313.
HSL color Cylindrical-coordinate representation of color #E9001E: hue angle of 352.27º 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 #E9001E is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.87 | 0.09 |
| HSL | 352.27º | 1% | 0.46% | - |
| HSV(B) | 352.27º | 1% | 0.91% | - |
| XYZ | 33.84 | 17.42 | 2.81 | - |
| YUV | 73.09 | 103.69 | 242.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 30 | 0 | 1 | 0.87 | 0.09 | 352.27 | 1 | 0.46 |
| Hex | E9 | 0 | 1E | 0 | 64 | 57 | 9 | 160 | 64 | 2E |
| Octal | 351 | 0 | 36 | 0 | 144 | 127 | 11 | 540 | 144 | 56 |
| Binary | 11101001 | 0 | 11110 | 0 | 1100100 | 1010111 | 1001 | 101100000 | 1100100 | 101110 |
Color Harmonies of #E9001E
Complementary color
Monochromatic Colors of #E9001E
Black with #E9001E
Text Example
Text Example
White with #E9001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9001E; }
p { color: rgb(233,0,30); }
H1.HeaderClassName
{
color: #E9001E;
}
.AnyTagClassName
{
color: #E9001E;
}
</style>
background-color css
<style>
a { background-color: #E9001E; }
a { background-color: rgb(233,0,30); }
div.DivClassName
{
background-color: #E9001E;
}
.BgClassName
{
background-color: #E9001E;
}
</style>
border-color css
<style>
span { border-color: #E9001E; }
span { border-color: rgb(233,0,30); }
td.TdClassName
{
border-color: #E9001E;
}
.TagClassName
{
border-color: #E9001E;
}
</style>