Shades of Torch Red #E70728
Tints of Torch Red #E70728
RGB
CMYK
RGB Variations
Color information
#E70728 (or 0xE70728) is known color: Torch Red. HEX triplet: E7, 07 and 28. RGB value is (231,7,40). Sum of RGB (Red+Green+Blue) = 231+7+40=278 (36% of max value = 765). Red value is 231 (90.62% from 255 or 83.09% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 40 (16.02% from 255 or 14.39% from 278); Max value from RGB is 231 - color contains mainly: red. Hex color #E70728 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70728 is #18F8D7. Grayscale: #4D4D4D. Windows color (decimal): -1636568 or 2623463. OLE color: 2623463.
HSL color Cylindrical-coordinate representation of color #E70728: hue angle of 351.16º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E70728 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 7 | 40 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.09 |
| HSL | 351.16º | 0.94% | 0.47% | - |
| HSV(B) | 351.16º | 0.97% | 0.91% | - |
| XYZ | 33.41 | 17.29 | 3.58 | - |
| YUV | 77.74 | 106.71 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 7 | 40 | 0 | 0.97 | 0.83 | 0.09 | 351.16 | 0.94 | 0.47 |
| Hex | E7 | 7 | 28 | 0 | 61 | 53 | 9 | 15F | 5E | 2F |
| Octal | 347 | 7 | 50 | 0 | 141 | 123 | 11 | 537 | 136 | 57 |
| Binary | 11100111 | 111 | 101000 | 0 | 1100001 | 1010011 | 1001 | 101011111 | 1011110 | 101111 |
Color Harmonies of #E70728
Complementary color
Monochromatic Colors of #E70728
Black with #E70728
Text Example
Text Example
White with #E70728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70728; }
p { color: rgb(231,7,40); }
H1.HeaderClassName
{
color: #E70728;
}
.AnyTagClassName
{
color: #E70728;
}
</style>
background-color css
<style>
a { background-color: #E70728; }
a { background-color: rgb(231,7,40); }
div.DivClassName
{
background-color: #E70728;
}
.BgClassName
{
background-color: #E70728;
}
</style>
border-color css
<style>
span { border-color: #E70728; }
span { border-color: rgb(231,7,40); }
td.TdClassName
{
border-color: #E70728;
}
.TagClassName
{
border-color: #E70728;
}
</style>