Shades of Torch Red #F7021A
Tints of Torch Red #F7021A
RGB
CMYK
RGB Variations
Color information
#F7021A (or 0xF7021A) is known color: Torch Red. HEX triplet: F7, 02 and 1A. RGB value is (247,2,26). Sum of RGB (Red+Green+Blue) = 247+2+26=275 (36% of max value = 765). Red value is 247 (96.88% from 255 or 89.82% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 247 - color contains mainly: red. Hex color #F7021A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7021A is #08FDE5. Grayscale: #4E4E4E. Windows color (decimal): -589286 or 1704695. OLE color: 1704695.
HSL color Cylindrical-coordinate representation of color #F7021A: hue angle of 354.12º 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 #F7021A is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 2 | 26 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.03 |
| HSL | 354.12º | 0.98% | 0.49% | - |
| HSV(B) | 354.12º | 0.99% | 0.97% | - |
| XYZ | 38.57 | 19.89 | 2.78 | - |
| YUV | 77.99 | 98.67 | 248.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 2 | 26 | 0 | 0.99 | 0.89 | 0.03 | 354.12 | 0.98 | 0.49 |
| Hex | F7 | 2 | 1A | 0 | 63 | 59 | 3 | 162 | 62 | 31 |
| Octal | 367 | 2 | 32 | 0 | 143 | 131 | 3 | 542 | 142 | 61 |
| Binary | 11110111 | 10 | 11010 | 0 | 1100011 | 1011001 | 11 | 101100010 | 1100010 | 110001 |
Color Harmonies of #F7021A
Complementary color
Monochromatic Colors of #F7021A
Black with #F7021A
Text Example
Text Example
White with #F7021A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7021A; }
p { color: rgb(247,2,26); }
H1.HeaderClassName
{
color: #F7021A;
}
.AnyTagClassName
{
color: #F7021A;
}
</style>
background-color css
<style>
a { background-color: #F7021A; }
a { background-color: rgb(247,2,26); }
div.DivClassName
{
background-color: #F7021A;
}
.BgClassName
{
background-color: #F7021A;
}
</style>
border-color css
<style>
span { border-color: #F7021A; }
span { border-color: rgb(247,2,26); }
td.TdClassName
{
border-color: #F7021A;
}
.TagClassName
{
border-color: #F7021A;
}
</style>