Shades of Torch Red #F2162B
Tints of Torch Red #F2162B
RGB
CMYK
RGB Variations
Color information
#F2162B (or 0xF2162B) is known color: Torch Red. HEX triplet: F2, 16 and 2B. RGB value is (242,22,43). Sum of RGB (Red+Green+Blue) = 242+22+43=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 43 (17.19% from 255 or 14.01% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F2162B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2162B is #0DE9D4. Grayscale: #5A5A5A. Windows color (decimal): -911829 or 2823922. OLE color: 2823922.
HSL color Cylindrical-coordinate representation of color #F2162B: hue angle of 354.27º 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 #F2162B is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 43 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.05 |
| HSL | 354.27º | 0.89% | 0.52% | - |
| HSV(B) | 354.27º | 0.91% | 0.95% | - |
| XYZ | 37.34 | 19.63 | 4.11 | - |
| YUV | 90.17 | 101.39 | 236.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 43 | 0 | 0.91 | 0.82 | 0.05 | 354.27 | 0.89 | 0.52 |
| Hex | F2 | 16 | 2B | 0 | 5B | 52 | 5 | 162 | 59 | 34 |
| Octal | 362 | 26 | 53 | 0 | 133 | 122 | 5 | 542 | 131 | 64 |
| Binary | 11110010 | 10110 | 101011 | 0 | 1011011 | 1010010 | 101 | 101100010 | 1011001 | 110100 |
Color Harmonies of #F2162B
Complementary color
Monochromatic Colors of #F2162B
Black with #F2162B
Text Example
Text Example
White with #F2162B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2162B; }
p { color: rgb(242,22,43); }
H1.HeaderClassName
{
color: #F2162B;
}
.AnyTagClassName
{
color: #F2162B;
}
</style>
background-color css
<style>
a { background-color: #F2162B; }
a { background-color: rgb(242,22,43); }
div.DivClassName
{
background-color: #F2162B;
}
.BgClassName
{
background-color: #F2162B;
}
</style>
border-color css
<style>
span { border-color: #F2162B; }
span { border-color: rgb(242,22,43); }
td.TdClassName
{
border-color: #F2162B;
}
.TagClassName
{
border-color: #F2162B;
}
</style>