Shades of Torch Red #E8002D
Tints of Torch Red #E8002D
RGB
CMYK
RGB Variations
Color information
#E8002D (or 0xE8002D) is known color: Torch Red. HEX triplet: E8, 00 and 2D. RGB value is (232,0,45). Sum of RGB (Red+Green+Blue) = 232+0+45=277 (36% of max value = 765). Red value is 232 (91.02% from 255 or 83.75% from 277); Green value is 0 (0.39% from 255 or 0% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 232 - color contains mainly: red. Hex color #E8002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8002D is #17FFD2. Grayscale: #4A4A4A. Windows color (decimal): -1572819 or 2949352. OLE color: 2949352.
HSL color Cylindrical-coordinate representation of color #E8002D: hue angle of 348.36º 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 #E8002D is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.81 | 0.09 |
| HSL | 348.36º | 1% | 0.45% | - |
| HSV(B) | 348.36º | 1% | 0.91% | - |
| XYZ | 33.75 | 17.35 | 4.05 | - |
| YUV | 74.5 | 111.36 | 240.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 0 | 45 | 0 | 1 | 0.81 | 0.09 | 348.36 | 1 | 0.45 |
| Hex | E8 | 0 | 2D | 0 | 64 | 51 | 9 | 15C | 64 | 2D |
| Octal | 350 | 0 | 55 | 0 | 144 | 121 | 11 | 534 | 144 | 55 |
| Binary | 11101000 | 0 | 101101 | 0 | 1100100 | 1010001 | 1001 | 101011100 | 1100100 | 101101 |
Color Harmonies of #E8002D
Complementary color
Monochromatic Colors of #E8002D
Black with #E8002D
Text Example
Text Example
White with #E8002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8002D; }
p { color: rgb(232,0,45); }
H1.HeaderClassName
{
color: #E8002D;
}
.AnyTagClassName
{
color: #E8002D;
}
</style>
background-color css
<style>
a { background-color: #E8002D; }
a { background-color: rgb(232,0,45); }
div.DivClassName
{
background-color: #E8002D;
}
.BgClassName
{
background-color: #E8002D;
}
</style>
border-color css
<style>
span { border-color: #E8002D; }
span { border-color: rgb(232,0,45); }
td.TdClassName
{
border-color: #E8002D;
}
.TagClassName
{
border-color: #E8002D;
}
</style>