Shades of Torch Red #E7012A
Tints of Torch Red #E7012A
RGB
CMYK
RGB Variations
Color information
#E7012A (or 0xE7012A) is known color: Torch Red. HEX triplet: E7, 01 and 2A. RGB value is (231,1,42). Sum of RGB (Red+Green+Blue) = 231+1+42=274 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84.31% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 231 - color contains mainly: red. Hex color #E7012A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7012A is #18FED5. Grayscale: #4A4A4A. Windows color (decimal): -1638102 or 2752999. OLE color: 2752999.
HSL color Cylindrical-coordinate representation of color #E7012A: hue angle of 349.3º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E7012A is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 42 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.09 |
| HSL | 349.3º | 0.99% | 0.45% | - |
| HSV(B) | 349.3º | 1% | 0.91% | - |
| XYZ | 33.38 | 17.18 | 3.75 | - |
| YUV | 74.44 | 109.7 | 239.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 42 | 0 | 1.00 | 0.82 | 0.09 | 349.3 | 0.99 | 0.45 |
| Hex | E7 | 1 | 2A | 0 | 64 | 52 | 9 | 15D | 63 | 2D |
| Octal | 347 | 1 | 52 | 0 | 144 | 122 | 11 | 535 | 143 | 55 |
| Binary | 11100111 | 1 | 101010 | 0 | 1100100 | 1010010 | 1001 | 101011101 | 1100011 | 101101 |
Color Harmonies of #E7012A
Complementary color
Monochromatic Colors of #E7012A
Black with #E7012A
Text Example
Text Example
White with #E7012A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7012A; }
p { color: rgb(231,1,42); }
H1.HeaderClassName
{
color: #E7012A;
}
.AnyTagClassName
{
color: #E7012A;
}
</style>
background-color css
<style>
a { background-color: #E7012A; }
a { background-color: rgb(231,1,42); }
div.DivClassName
{
background-color: #E7012A;
}
.BgClassName
{
background-color: #E7012A;
}
</style>
border-color css
<style>
span { border-color: #E7012A; }
span { border-color: rgb(231,1,42); }
td.TdClassName
{
border-color: #E7012A;
}
.TagClassName
{
border-color: #E7012A;
}
</style>