Shades of Torch Red #E9002D
Tints of Torch Red #E9002D
RGB
CMYK
RGB Variations
Color information
#E9002D (or 0xE9002D) is known color: Torch Red. HEX triplet: E9, 00 and 2D. RGB value is (233,0,45). Sum of RGB (Red+Green+Blue) = 233+0+45=278 (36% of max value = 765). Red value is 233 (91.41% from 255 or 83.81% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 233 - color contains mainly: red. Hex color #E9002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9002D is #16FFD2. Grayscale: #4A4A4A. Windows color (decimal): -1507283 or 2949353. OLE color: 2949353.
HSL color Cylindrical-coordinate representation of color #E9002D: hue angle of 348.41º 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 #E9002D is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.81 | 0.09 |
| HSL | 348.41º | 1% | 0.46% | - |
| HSV(B) | 348.41º | 1% | 0.91% | - |
| XYZ | 34.08 | 17.51 | 4.07 | - |
| YUV | 74.8 | 111.19 | 240.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 45 | 0 | 1 | 0.81 | 0.09 | 348.41 | 1 | 0.46 |
| Hex | E9 | 0 | 2D | 0 | 64 | 51 | 9 | 15C | 64 | 2E |
| Octal | 351 | 0 | 55 | 0 | 144 | 121 | 11 | 534 | 144 | 56 |
| Binary | 11101001 | 0 | 101101 | 0 | 1100100 | 1010001 | 1001 | 101011100 | 1100100 | 101110 |
Color Harmonies of #E9002D
Complementary color
Monochromatic Colors of #E9002D
Black with #E9002D
Text Example
Text Example
White with #E9002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9002D; }
p { color: rgb(233,0,45); }
H1.HeaderClassName
{
color: #E9002D;
}
.AnyTagClassName
{
color: #E9002D;
}
</style>
background-color css
<style>
a { background-color: #E9002D; }
a { background-color: rgb(233,0,45); }
div.DivClassName
{
background-color: #E9002D;
}
.BgClassName
{
background-color: #E9002D;
}
</style>
border-color css
<style>
span { border-color: #E9002D; }
span { border-color: rgb(233,0,45); }
td.TdClassName
{
border-color: #E9002D;
}
.TagClassName
{
border-color: #E9002D;
}
</style>