Shades of Torch Red #E70A26
Tints of Torch Red #E70A26
RGB
CMYK
RGB Variations
Color information
#E70A26 (or 0xE70A26) is known color: Torch Red. HEX triplet: E7, 0A and 26. RGB value is (231,10,38). Sum of RGB (Red+Green+Blue) = 231+10+38=279 (36% of max value = 765). Red value is 231 (90.62% from 255 or 82.80% from 279); Green value is 10 (4.30% from 255 or 3.58% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A26 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70A26 is #18F5D9. Grayscale: #4F4F4F. Windows color (decimal): -1635802 or 2493159. OLE color: 2493159.
HSL color Cylindrical-coordinate representation of color #E70A26: hue angle of 352.4º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70A26 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 38 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.09 |
| HSL | 352.4º | 0.92% | 0.47% | - |
| HSV(B) | 352.4º | 0.96% | 0.91% | - |
| XYZ | 33.41 | 17.35 | 3.42 | - |
| YUV | 79.27 | 104.72 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 38 | 0 | 0.96 | 0.84 | 0.09 | 352.4 | 0.92 | 0.47 |
| Hex | E7 | A | 26 | 0 | 60 | 54 | 9 | 160 | 5C | 2F |
| Octal | 347 | 12 | 46 | 0 | 140 | 124 | 11 | 540 | 134 | 57 |
| Binary | 11100111 | 1010 | 100110 | 0 | 1100000 | 1010100 | 1001 | 101100000 | 1011100 | 101111 |
Color Harmonies of #E70A26
Complementary color
Monochromatic Colors of #E70A26
Black with #E70A26
Text Example
Text Example
White with #E70A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70A26; }
p { color: rgb(231,10,38); }
H1.HeaderClassName
{
color: #E70A26;
}
.AnyTagClassName
{
color: #E70A26;
}
</style>
background-color css
<style>
a { background-color: #E70A26; }
a { background-color: rgb(231,10,38); }
div.DivClassName
{
background-color: #E70A26;
}
.BgClassName
{
background-color: #E70A26;
}
</style>
border-color css
<style>
span { border-color: #E70A26; }
span { border-color: rgb(231,10,38); }
td.TdClassName
{
border-color: #E70A26;
}
.TagClassName
{
border-color: #E70A26;
}
</style>