Shades of Torch Red #E70622
Tints of Torch Red #E70622
RGB
CMYK
RGB Variations
Color information
#E70622 (or 0xE70622) is known color: Torch Red. HEX triplet: E7, 06 and 22. RGB value is (231,6,34). Sum of RGB (Red+Green+Blue) = 231+6+34=271 (35% of max value = 765). Red value is 231 (90.62% from 255 or 85.24% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 231 - color contains mainly: red. Hex color #E70622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70622 is #18F9DD. Grayscale: #4C4C4C. Windows color (decimal): -1636830 or 2229991. OLE color: 2229991.
HSL color Cylindrical-coordinate representation of color #E70622: hue angle of 352.53º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70622 is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 6 | 34 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.09 |
| HSL | 352.53º | 0.95% | 0.46% | - |
| HSV(B) | 352.53º | 0.97% | 0.91% | - |
| XYZ | 33.31 | 17.23 | 3.08 | - |
| YUV | 76.47 | 104.04 | 238.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 6 | 34 | 0 | 0.97 | 0.85 | 0.09 | 352.53 | 0.95 | 0.46 |
| Hex | E7 | 6 | 22 | 0 | 61 | 55 | 9 | 161 | 5F | 2E |
| Octal | 347 | 6 | 42 | 0 | 141 | 125 | 11 | 541 | 137 | 56 |
| Binary | 11100111 | 110 | 100010 | 0 | 1100001 | 1010101 | 1001 | 101100001 | 1011111 | 101110 |
Color Harmonies of #E70622
Complementary color
Monochromatic Colors of #E70622
Black with #E70622
Text Example
Text Example
White with #E70622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70622; }
p { color: rgb(231,6,34); }
H1.HeaderClassName
{
color: #E70622;
}
.AnyTagClassName
{
color: #E70622;
}
</style>
background-color css
<style>
a { background-color: #E70622; }
a { background-color: rgb(231,6,34); }
div.DivClassName
{
background-color: #E70622;
}
.BgClassName
{
background-color: #E70622;
}
</style>
border-color css
<style>
span { border-color: #E70622; }
span { border-color: rgb(231,6,34); }
td.TdClassName
{
border-color: #E70622;
}
.TagClassName
{
border-color: #E70622;
}
</style>