Shades of Torch Red #F2162D
Tints of Torch Red #F2162D
RGB
CMYK
RGB Variations
Color information
#F2162D (or 0xF2162D) is known color: Torch Red. HEX triplet: F2, 16 and 2D. RGB value is (242,22,45). Sum of RGB (Red+Green+Blue) = 242+22+45=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 45 (17.97% from 255 or 14.56% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F2162D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2162D is #0DE9D2. Grayscale: #5A5A5A. Windows color (decimal): -911827 or 2954994. OLE color: 2954994.
HSL color Cylindrical-coordinate representation of color #F2162D: hue angle of 353.73º 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 #F2162D is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 45 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.05 |
| HSL | 353.73º | 0.89% | 0.52% | - |
| HSV(B) | 353.73º | 0.91% | 0.95% | - |
| XYZ | 37.38 | 19.64 | 4.3 | - |
| YUV | 90.4 | 102.39 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 45 | 0 | 0.91 | 0.81 | 0.05 | 353.73 | 0.89 | 0.52 |
| Hex | F2 | 16 | 2D | 0 | 5B | 51 | 5 | 162 | 59 | 34 |
| Octal | 362 | 26 | 55 | 0 | 133 | 121 | 5 | 542 | 131 | 64 |
| Binary | 11110010 | 10110 | 101101 | 0 | 1011011 | 1010001 | 101 | 101100010 | 1011001 | 110100 |
Color Harmonies of #F2162D
Complementary color
Monochromatic Colors of #F2162D
Black with #F2162D
Text Example
Text Example
White with #F2162D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2162D; }
p { color: rgb(242,22,45); }
H1.HeaderClassName
{
color: #F2162D;
}
.AnyTagClassName
{
color: #F2162D;
}
</style>
background-color css
<style>
a { background-color: #F2162D; }
a { background-color: rgb(242,22,45); }
div.DivClassName
{
background-color: #F2162D;
}
.BgClassName
{
background-color: #F2162D;
}
</style>
border-color css
<style>
span { border-color: #F2162D; }
span { border-color: rgb(242,22,45); }
td.TdClassName
{
border-color: #F2162D;
}
.TagClassName
{
border-color: #F2162D;
}
</style>