Shades of Torch Red #F70223
Tints of Torch Red #F70223
RGB
CMYK
RGB Variations
Color information
#F70223 (or 0xF70223) is known color: Torch Red. HEX triplet: F7, 02 and 23. RGB value is (247,2,35). Sum of RGB (Red+Green+Blue) = 247+2+35=284 (37% of max value = 765). Red value is 247 (96.88% from 255 or 86.97% from 284); Green value is 2 (1.17% from 255 or 0.70% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 247 - color contains mainly: red. Hex color #F70223 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70223 is #08FDDC. Grayscale: #4F4F4F. Windows color (decimal): -589277 or 2294519. OLE color: 2294519.
HSL color Cylindrical-coordinate representation of color #F70223: hue angle of 351.92º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F70223 is Cyan = 0, Magento = 0.99, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 35 | - |
| CMYK | 0 | 0.99 | 0.86 | 0.03 |
| HSL | 351.92º | 0.98% | 0.49% | - |
| HSV(B) | 351.92º | 0.99% | 0.97% | - |
| XYZ | 38.68 | 19.94 | 3.4 | - |
| YUV | 79.02 | 103.17 | 247.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 35 | 0 | 0.99 | 0.86 | 0.03 | 351.92 | 0.98 | 0.49 |
| Hex | F7 | 2 | 23 | 0 | 63 | 56 | 3 | 160 | 62 | 31 |
| Octal | 367 | 2 | 43 | 0 | 143 | 126 | 3 | 540 | 142 | 61 |
| Binary | 11110111 | 10 | 100011 | 0 | 1100011 | 1010110 | 11 | 101100000 | 1100010 | 110001 |
Color Harmonies of #F70223
Complementary color
Monochromatic Colors of #F70223
Black with #F70223
Text Example
Text Example
White with #F70223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70223; }
p { color: rgb(247,2,35); }
H1.HeaderClassName
{
color: #F70223;
}
.AnyTagClassName
{
color: #F70223;
}
</style>
background-color css
<style>
a { background-color: #F70223; }
a { background-color: rgb(247,2,35); }
div.DivClassName
{
background-color: #F70223;
}
.BgClassName
{
background-color: #F70223;
}
</style>
border-color css
<style>
span { border-color: #F70223; }
span { border-color: rgb(247,2,35); }
td.TdClassName
{
border-color: #F70223;
}
.TagClassName
{
border-color: #F70223;
}
</style>