Shades of Torch Red #E8012F
Tints of Torch Red #E8012F
RGB
CMYK
RGB Variations
Color information
#E8012F (or 0xE8012F) is known color: Torch Red. HEX triplet: E8, 01 and 2F. RGB value is (232,1,47). Sum of RGB (Red+Green+Blue) = 232+1+47=280 (37% of max value = 765). Red value is 232 (91.02% from 255 or 82.86% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 232 - color contains mainly: red. Hex color #E8012F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8012F is #17FED0. Grayscale: #4B4B4B. Windows color (decimal): -1572561 or 3080680. OLE color: 3080680.
HSL color Cylindrical-coordinate representation of color #E8012F: hue angle of 348.05º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E8012F is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.09 |
| HSL | 348.05º | 0.99% | 0.46% | - |
| HSV(B) | 348.05º | 1% | 0.91% | - |
| XYZ | 33.8 | 17.38 | 4.26 | - |
| YUV | 75.31 | 112.03 | 239.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 1 | 47 | 0 | 1.00 | 0.80 | 0.09 | 348.05 | 0.99 | 0.46 |
| Hex | E8 | 1 | 2F | 0 | 64 | 50 | 9 | 15C | 63 | 2E |
| Octal | 350 | 1 | 57 | 0 | 144 | 120 | 11 | 534 | 143 | 56 |
| Binary | 11101000 | 1 | 101111 | 0 | 1100100 | 1010000 | 1001 | 101011100 | 1100011 | 101110 |
Color Harmonies of #E8012F
Complementary color
Monochromatic Colors of #E8012F
Black with #E8012F
Text Example
Text Example
White with #E8012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8012F; }
p { color: rgb(232,1,47); }
H1.HeaderClassName
{
color: #E8012F;
}
.AnyTagClassName
{
color: #E8012F;
}
</style>
background-color css
<style>
a { background-color: #E8012F; }
a { background-color: rgb(232,1,47); }
div.DivClassName
{
background-color: #E8012F;
}
.BgClassName
{
background-color: #E8012F;
}
</style>
border-color css
<style>
span { border-color: #E8012F; }
span { border-color: rgb(232,1,47); }
td.TdClassName
{
border-color: #E8012F;
}
.TagClassName
{
border-color: #E8012F;
}
</style>