Shades of Torch Red #F2163A
Tints of Torch Red #F2163A
RGB
CMYK
RGB Variations
Color information
#F2163A (or 0xF2163A) is known color: Torch Red. HEX triplet: F2, 16 and 3A. RGB value is (242,22,58). Sum of RGB (Red+Green+Blue) = 242+22+58=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 22 (8.98% from 255 or 6.83% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F2163A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2163A is #0DE9C5. Grayscale: #5B5B5B. Windows color (decimal): -911814 or 3806962. OLE color: 3806962.
HSL color Cylindrical-coordinate representation of color #F2163A: hue angle of 350.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 #F2163A is Cyan = 0, Magento = 0.91, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 58 | - |
| CMYK | 0 | 0.91 | 0.76 | 0.05 |
| HSL | 350.18º | 0.89% | 0.52% | - |
| HSV(B) | 350.18º | 0.91% | 0.95% | - |
| XYZ | 37.67 | 19.76 | 5.83 | - |
| YUV | 91.88 | 108.89 | 235.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 58 | 0 | 0.91 | 0.76 | 0.05 | 350.18 | 0.89 | 0.52 |
| Hex | F2 | 16 | 3A | 0 | 5B | 4C | 5 | 15E | 59 | 34 |
| Octal | 362 | 26 | 72 | 0 | 133 | 114 | 5 | 536 | 131 | 64 |
| Binary | 11110010 | 10110 | 111010 | 0 | 1011011 | 1001100 | 101 | 101011110 | 1011001 | 110100 |
Color Harmonies of #F2163A
Complementary color
Monochromatic Colors of #F2163A
Black with #F2163A
Text Example
Text Example
White with #F2163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2163A; }
p { color: rgb(242,22,58); }
H1.HeaderClassName
{
color: #F2163A;
}
.AnyTagClassName
{
color: #F2163A;
}
</style>
background-color css
<style>
a { background-color: #F2163A; }
a { background-color: rgb(242,22,58); }
div.DivClassName
{
background-color: #F2163A;
}
.BgClassName
{
background-color: #F2163A;
}
</style>
border-color css
<style>
span { border-color: #F2163A; }
span { border-color: rgb(242,22,58); }
td.TdClassName
{
border-color: #F2163A;
}
.TagClassName
{
border-color: #F2163A;
}
</style>