Shades of Torch Red #E70125
Tints of Torch Red #E70125
RGB
CMYK
RGB Variations
Color information
#E70125 (or 0xE70125) is known color: Torch Red. HEX triplet: E7, 01 and 25. RGB value is (231,1,37). Sum of RGB (Red+Green+Blue) = 231+1+37=269 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.87% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 231 - color contains mainly: red. Hex color #E70125 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70125 is #18FEDA. Grayscale: #494949. Windows color (decimal): -1638107 or 2425319. OLE color: 2425319.
HSL color Cylindrical-coordinate representation of color #E70125: hue angle of 350.61º 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 #E70125 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 1 | 37 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.09 |
| HSL | 350.61º | 0.99% | 0.45% | - |
| HSV(B) | 350.61º | 1% | 0.91% | - |
| XYZ | 33.3 | 17.14 | 3.3 | - |
| YUV | 73.87 | 107.2 | 240.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 1 | 37 | 0 | 1.00 | 0.84 | 0.09 | 350.61 | 0.99 | 0.45 |
| Hex | E7 | 1 | 25 | 0 | 64 | 54 | 9 | 15F | 63 | 2D |
| Octal | 347 | 1 | 45 | 0 | 144 | 124 | 11 | 537 | 143 | 55 |
| Binary | 11100111 | 1 | 100101 | 0 | 1100100 | 1010100 | 1001 | 101011111 | 1100011 | 101101 |
Color Harmonies of #E70125
Complementary color
Monochromatic Colors of #E70125
Black with #E70125
Text Example
Text Example
White with #E70125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70125; }
p { color: rgb(231,1,37); }
H1.HeaderClassName
{
color: #E70125;
}
.AnyTagClassName
{
color: #E70125;
}
</style>
background-color css
<style>
a { background-color: #E70125; }
a { background-color: rgb(231,1,37); }
div.DivClassName
{
background-color: #E70125;
}
.BgClassName
{
background-color: #E70125;
}
</style>
border-color css
<style>
span { border-color: #E70125; }
span { border-color: rgb(231,1,37); }
td.TdClassName
{
border-color: #E70125;
}
.TagClassName
{
border-color: #E70125;
}
</style>