Shades of Torch Red #F20916
Tints of Torch Red #F20916
RGB
CMYK
RGB Variations
Color information
#F20916 (or 0xF20916) is known color: Torch Red. HEX triplet: F2, 09 and 16. RGB value is (242,9,22). Sum of RGB (Red+Green+Blue) = 242+9+22=273 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.64% from 273); Green value is 9 (3.91% from 255 or 3.30% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 242 - color contains mainly: red. Hex color #F20916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20916 is #0DF6E9. Grayscale: #505050. Windows color (decimal): -915178 or 1444338. OLE color: 1444338.
HSL color Cylindrical-coordinate representation of color #F20916: hue angle of 356.65º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20916 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 9 | 22 | - |
| CMYK | 0 | 0.96 | 0.91 | 0.05 |
| HSL | 356.65º | 0.93% | 0.49% | - |
| HSV(B) | 356.65º | 0.96% | 0.95% | - |
| XYZ | 36.86 | 19.13 | 2.51 | - |
| YUV | 80.15 | 95.19 | 243.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 9 | 22 | 0 | 0.96 | 0.91 | 0.05 | 356.65 | 0.93 | 0.49 |
| Hex | F2 | 9 | 16 | 0 | 60 | 5B | 5 | 165 | 5D | 31 |
| Octal | 362 | 11 | 26 | 0 | 140 | 133 | 5 | 545 | 135 | 61 |
| Binary | 11110010 | 1001 | 10110 | 0 | 1100000 | 1011011 | 101 | 101100101 | 1011101 | 110001 |
Color Harmonies of #F20916
Complementary color
Monochromatic Colors of #F20916
Black with #F20916
Text Example
Text Example
White with #F20916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20916; }
p { color: rgb(242,9,22); }
H1.HeaderClassName
{
color: #F20916;
}
.AnyTagClassName
{
color: #F20916;
}
</style>
background-color css
<style>
a { background-color: #F20916; }
a { background-color: rgb(242,9,22); }
div.DivClassName
{
background-color: #F20916;
}
.BgClassName
{
background-color: #F20916;
}
</style>
border-color css
<style>
span { border-color: #F20916; }
span { border-color: rgb(242,9,22); }
td.TdClassName
{
border-color: #F20916;
}
.TagClassName
{
border-color: #F20916;
}
</style>