Shades of Torch Red #F70021
Tints of Torch Red #F70021
RGB
CMYK
RGB Variations
Color information
#F70021 (or 0xF70021) is known color: Torch Red. HEX triplet: F7, 00 and 21. RGB value is (247,0,33). Sum of RGB (Red+Green+Blue) = 247+0+33=280 (37% of max value = 765). Red value is 247 (96.88% from 255 or 88.21% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 247 - color contains mainly: red. Hex color #F70021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70021 is #08FFDE. Grayscale: #4D4D4D. Windows color (decimal): -589791 or 2162935. OLE color: 2162935.
HSL color Cylindrical-coordinate representation of color #F70021: hue angle of 351.98º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F70021 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.87 | 0.03 |
| HSL | 351.98º | 1% | 0.48% | - |
| HSV(B) | 351.98º | 1% | 0.97% | - |
| XYZ | 38.63 | 19.88 | 3.24 | - |
| YUV | 77.62 | 102.83 | 248.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 33 | 0 | 1 | 0.87 | 0.03 | 351.98 | 1 | 0.48 |
| Hex | F7 | 0 | 21 | 0 | 64 | 57 | 3 | 160 | 64 | 30 |
| Octal | 367 | 0 | 41 | 0 | 144 | 127 | 3 | 540 | 144 | 60 |
| Binary | 11110111 | 0 | 100001 | 0 | 1100100 | 1010111 | 11 | 101100000 | 1100100 | 110000 |
Color Harmonies of #F70021
Complementary color
Monochromatic Colors of #F70021
Black with #F70021
Text Example
Text Example
White with #F70021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70021; }
p { color: rgb(247,0,33); }
H1.HeaderClassName
{
color: #F70021;
}
.AnyTagClassName
{
color: #F70021;
}
</style>
background-color css
<style>
a { background-color: #F70021; }
a { background-color: rgb(247,0,33); }
div.DivClassName
{
background-color: #F70021;
}
.BgClassName
{
background-color: #F70021;
}
</style>
border-color css
<style>
span { border-color: #F70021; }
span { border-color: rgb(247,0,33); }
td.TdClassName
{
border-color: #F70021;
}
.TagClassName
{
border-color: #F70021;
}
</style>