Shades of Torch Red #F70128
Tints of Torch Red #F70128
RGB
CMYK
RGB Variations
Color information
#F70128 (or 0xF70128) is known color: Torch Red. HEX triplet: F7, 01 and 28. RGB value is (247,1,40). Sum of RGB (Red+Green+Blue) = 247+1+40=288 (38% of max value = 765). Red value is 247 (96.88% from 255 or 85.76% from 288); Green value is 1 (0.78% from 255 or 0.35% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 247 - color contains mainly: red. Hex color #F70128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70128 is #08FED7. Grayscale: #4F4F4F. Windows color (decimal): -589528 or 2621943. OLE color: 2621943.
HSL color Cylindrical-coordinate representation of color #F70128: hue angle of 350.49º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70128 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.03 |
| HSL | 350.49º | 0.99% | 0.49% | - |
| HSV(B) | 350.49º | 1% | 0.97% | - |
| XYZ | 38.75 | 19.95 | 3.82 | - |
| YUV | 79 | 106 | 247.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 40 | 0 | 1.00 | 0.84 | 0.03 | 350.49 | 0.99 | 0.49 |
| Hex | F7 | 1 | 28 | 0 | 64 | 54 | 3 | 15E | 63 | 31 |
| Octal | 367 | 1 | 50 | 0 | 144 | 124 | 3 | 536 | 143 | 61 |
| Binary | 11110111 | 1 | 101000 | 0 | 1100100 | 1010100 | 11 | 101011110 | 1100011 | 110001 |
Color Harmonies of #F70128
Complementary color
Monochromatic Colors of #F70128
Black with #F70128
Text Example
Text Example
White with #F70128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70128; }
p { color: rgb(247,1,40); }
H1.HeaderClassName
{
color: #F70128;
}
.AnyTagClassName
{
color: #F70128;
}
</style>
background-color css
<style>
a { background-color: #F70128; }
a { background-color: rgb(247,1,40); }
div.DivClassName
{
background-color: #F70128;
}
.BgClassName
{
background-color: #F70128;
}
</style>
border-color css
<style>
span { border-color: #F70128; }
span { border-color: rgb(247,1,40); }
td.TdClassName
{
border-color: #F70128;
}
.TagClassName
{
border-color: #F70128;
}
</style>