Shades of Torch Red #E70A24
Tints of Torch Red #E70A24
RGB
CMYK
RGB Variations
Color information
#E70A24 (or 0xE70A24) is known color: Torch Red. HEX triplet: E7, 0A and 24. RGB value is (231,10,36). Sum of RGB (Red+Green+Blue) = 231+10+36=277 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.39% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 36 (14.45% from 255 or 13.00% from 277); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70A24 is #18F5DB. Grayscale: #4F4F4F. Windows color (decimal): -1635804 or 2362087. OLE color: 2362087.
HSL color Cylindrical-coordinate representation of color #E70A24: hue angle of 352.94º 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 #E70A24 is Cyan = 0, Magento = 0.96, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 10 | 36 | - |
| CMYK | 0 | 0.96 | 0.84 | 0.09 |
| HSL | 352.94º | 0.92% | 0.47% | - |
| HSV(B) | 352.94º | 0.96% | 0.91% | - |
| XYZ | 33.38 | 17.33 | 3.26 | - |
| YUV | 79.04 | 103.72 | 236.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 10 | 36 | 0 | 0.96 | 0.84 | 0.09 | 352.94 | 0.92 | 0.47 |
| Hex | E7 | A | 24 | 0 | 60 | 54 | 9 | 161 | 5C | 2F |
| Octal | 347 | 12 | 44 | 0 | 140 | 124 | 11 | 541 | 134 | 57 |
| Binary | 11100111 | 1010 | 100100 | 0 | 1100000 | 1010100 | 1001 | 101100001 | 1011100 | 101111 |
Color Harmonies of #E70A24
Complementary color
Monochromatic Colors of #E70A24
Black with #E70A24
Text Example
Text Example
White with #E70A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70A24; }
p { color: rgb(231,10,36); }
H1.HeaderClassName
{
color: #E70A24;
}
.AnyTagClassName
{
color: #E70A24;
}
</style>
background-color css
<style>
a { background-color: #E70A24; }
a { background-color: rgb(231,10,36); }
div.DivClassName
{
background-color: #E70A24;
}
.BgClassName
{
background-color: #E70A24;
}
</style>
border-color css
<style>
span { border-color: #E70A24; }
span { border-color: rgb(231,10,36); }
td.TdClassName
{
border-color: #E70A24;
}
.TagClassName
{
border-color: #E70A24;
}
</style>