Shades of Torch Red #F2162F
Tints of Torch Red #F2162F
RGB
CMYK
RGB Variations
Color information
#F2162F (or 0xF2162F) is known color: Torch Red. HEX triplet: F2, 16 and 2F. RGB value is (242,22,47). Sum of RGB (Red+Green+Blue) = 242+22+47=311 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.81% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 47 (18.75% from 255 or 15.11% from 311); Max value from RGB is 242 - color contains mainly: red. Hex color #F2162F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2162F is #0DE9D0. Grayscale: #5A5A5A. Windows color (decimal): -911825 or 3086066. OLE color: 3086066.
HSL color Cylindrical-coordinate representation of color #F2162F: hue angle of 353.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F2162F is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 47 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.05 |
| HSL | 353.18º | 0.89% | 0.52% | - |
| HSV(B) | 353.18º | 0.91% | 0.95% | - |
| XYZ | 37.42 | 19.66 | 4.51 | - |
| YUV | 90.63 | 103.39 | 235.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 47 | 0 | 0.91 | 0.81 | 0.05 | 353.18 | 0.89 | 0.52 |
| Hex | F2 | 16 | 2F | 0 | 5B | 51 | 5 | 161 | 59 | 34 |
| Octal | 362 | 26 | 57 | 0 | 133 | 121 | 5 | 541 | 131 | 64 |
| Binary | 11110010 | 10110 | 101111 | 0 | 1011011 | 1010001 | 101 | 101100001 | 1011001 | 110100 |
Color Harmonies of #F2162F
Complementary color
Monochromatic Colors of #F2162F
Black with #F2162F
Text Example
Text Example
White with #F2162F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2162F; }
p { color: rgb(242,22,47); }
H1.HeaderClassName
{
color: #F2162F;
}
.AnyTagClassName
{
color: #F2162F;
}
</style>
background-color css
<style>
a { background-color: #F2162F; }
a { background-color: rgb(242,22,47); }
div.DivClassName
{
background-color: #F2162F;
}
.BgClassName
{
background-color: #F2162F;
}
</style>
border-color css
<style>
span { border-color: #F2162F; }
span { border-color: rgb(242,22,47); }
td.TdClassName
{
border-color: #F2162F;
}
.TagClassName
{
border-color: #F2162F;
}
</style>