Shades of Torch Red #E8032D
Tints of Torch Red #E8032D
RGB
CMYK
RGB Variations
Color information
#E8032D (or 0xE8032D) is known color: Torch Red. HEX triplet: E8, 03 and 2D. RGB value is (232,3,45). Sum of RGB (Red+Green+Blue) = 232+3+45=280 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.86% from 280); Green value is 3 (1.56% from 255 or 1.07% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 232 - color contains mainly: red. Hex color #E8032D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8032D is #17FCD2. Grayscale: #4C4C4C. Windows color (decimal): -1572051 or 2950120. OLE color: 2950120.
HSL color Cylindrical-coordinate representation of color #E8032D: hue angle of 349º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8032D is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 45 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.09 |
| HSL | 349º | 0.97% | 0.46% | - |
| HSV(B) | 349º | 0.99% | 0.91% | - |
| XYZ | 33.78 | 17.41 | 4.06 | - |
| YUV | 76.26 | 110.37 | 239.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 45 | 0 | 0.99 | 0.81 | 0.09 | 349 | 0.97 | 0.46 |
| Hex | E8 | 3 | 2D | 0 | 63 | 51 | 9 | 15D | 61 | 2E |
| Octal | 350 | 3 | 55 | 0 | 143 | 121 | 11 | 535 | 141 | 56 |
| Binary | 11101000 | 11 | 101101 | 0 | 1100011 | 1010001 | 1001 | 101011101 | 1100001 | 101110 |
Color Harmonies of #E8032D
Complementary color
Monochromatic Colors of #E8032D
Black with #E8032D
Text Example
Text Example
White with #E8032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8032D; }
p { color: rgb(232,3,45); }
H1.HeaderClassName
{
color: #E8032D;
}
.AnyTagClassName
{
color: #E8032D;
}
</style>
background-color css
<style>
a { background-color: #E8032D; }
a { background-color: rgb(232,3,45); }
div.DivClassName
{
background-color: #E8032D;
}
.BgClassName
{
background-color: #E8032D;
}
</style>
border-color css
<style>
span { border-color: #E8032D; }
span { border-color: rgb(232,3,45); }
td.TdClassName
{
border-color: #E8032D;
}
.TagClassName
{
border-color: #E8032D;
}
</style>