Shades of Torch Red #E8031F
Tints of Torch Red #E8031F
RGB
CMYK
RGB Variations
Color information
#E8031F (or 0xE8031F) is known color: Torch Red. HEX triplet: E8, 03 and 1F. RGB value is (232,3,31). Sum of RGB (Red+Green+Blue) = 232+3+31=266 (35% of max value = 765). Red value is 232 (91.02% from 255 or 87.22% from 266); Green value is 3 (1.56% from 255 or 1.13% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 232 - color contains mainly: red. Hex color #E8031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8031F is #17FCE0. Grayscale: #4A4A4A. Windows color (decimal): -1572065 or 2032616. OLE color: 2032616.
HSL color Cylindrical-coordinate representation of color #E8031F: hue angle of 352.66º 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 #E8031F is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.09 |
| HSL | 352.66º | 0.97% | 0.46% | - |
| HSV(B) | 352.66º | 0.99% | 0.91% | - |
| XYZ | 33.56 | 17.32 | 2.87 | - |
| YUV | 74.66 | 103.37 | 240.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 31 | 0 | 0.99 | 0.87 | 0.09 | 352.66 | 0.97 | 0.46 |
| Hex | E8 | 3 | 1F | 0 | 63 | 57 | 9 | 161 | 61 | 2E |
| Octal | 350 | 3 | 37 | 0 | 143 | 127 | 11 | 541 | 141 | 56 |
| Binary | 11101000 | 11 | 11111 | 0 | 1100011 | 1010111 | 1001 | 101100001 | 1100001 | 101110 |
Color Harmonies of #E8031F
Complementary color
Monochromatic Colors of #E8031F
Black with #E8031F
Text Example
Text Example
White with #E8031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8031F; }
p { color: rgb(232,3,31); }
H1.HeaderClassName
{
color: #E8031F;
}
.AnyTagClassName
{
color: #E8031F;
}
</style>
background-color css
<style>
a { background-color: #E8031F; }
a { background-color: rgb(232,3,31); }
div.DivClassName
{
background-color: #E8031F;
}
.BgClassName
{
background-color: #E8031F;
}
</style>
border-color css
<style>
span { border-color: #E8031F; }
span { border-color: rgb(232,3,31); }
td.TdClassName
{
border-color: #E8031F;
}
.TagClassName
{
border-color: #E8031F;
}
</style>