Shades of Torch Red #E70428
Tints of Torch Red #E70428
RGB
CMYK
RGB Variations
Color information
#E70428 (or 0xE70428) is known color: Torch Red. HEX triplet: E7, 04 and 28. RGB value is (231,4,40). Sum of RGB (Red+Green+Blue) = 231+4+40=275 (36% of max value = 765). Red value is 231 (90.62% from 255 or 84% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 231 - color contains mainly: red. Hex color #E70428 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70428 is #18FBD7. Grayscale: #4C4C4C. Windows color (decimal): -1637336 or 2622695. OLE color: 2622695.
HSL color Cylindrical-coordinate representation of color #E70428: hue angle of 350.48º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70428 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 4 | 40 | - |
| CMYK | 0 | 0.98 | 0.83 | 0.09 |
| HSL | 350.48º | 0.97% | 0.46% | - |
| HSV(B) | 350.48º | 0.98% | 0.91% | - |
| XYZ | 33.38 | 17.23 | 3.57 | - |
| YUV | 75.98 | 107.71 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 4 | 40 | 0 | 0.98 | 0.83 | 0.09 | 350.48 | 0.97 | 0.46 |
| Hex | E7 | 4 | 28 | 0 | 62 | 53 | 9 | 15E | 61 | 2E |
| Octal | 347 | 4 | 50 | 0 | 142 | 123 | 11 | 536 | 141 | 56 |
| Binary | 11100111 | 100 | 101000 | 0 | 1100010 | 1010011 | 1001 | 101011110 | 1100001 | 101110 |
Color Harmonies of #E70428
Complementary color
Monochromatic Colors of #E70428
Black with #E70428
Text Example
Text Example
White with #E70428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70428; }
p { color: rgb(231,4,40); }
H1.HeaderClassName
{
color: #E70428;
}
.AnyTagClassName
{
color: #E70428;
}
</style>
background-color css
<style>
a { background-color: #E70428; }
a { background-color: rgb(231,4,40); }
div.DivClassName
{
background-color: #E70428;
}
.BgClassName
{
background-color: #E70428;
}
</style>
border-color css
<style>
span { border-color: #E70428; }
span { border-color: rgb(231,4,40); }
td.TdClassName
{
border-color: #E70428;
}
.TagClassName
{
border-color: #E70428;
}
</style>