Shades of Torch Red #F2163E
Tints of Torch Red #F2163E
RGB
CMYK
RGB Variations
Color information
#F2163E (or 0xF2163E) is known color: Torch Red. HEX triplet: F2, 16 and 3E. RGB value is (242,22,62). Sum of RGB (Red+Green+Blue) = 242+22+62=326 (43% of max value = 765). Red value is 242 (94.92% from 255 or 74.23% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 62 (24.61% from 255 or 19.02% from 326); Max value from RGB is 242 - color contains mainly: red. Hex color #F2163E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2163E is #0DE9C1. Grayscale: #5C5C5C. Windows color (decimal): -911810 or 4069106. OLE color: 4069106.
HSL color Cylindrical-coordinate representation of color #F2163E: hue angle of 349.09º 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 #F2163E is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 22 | 62 | - |
| CMYK | 0 | 0.91 | 0.74 | 0.05 |
| HSL | 349.09º | 0.89% | 0.52% | - |
| HSV(B) | 349.09º | 0.91% | 0.95% | - |
| XYZ | 37.77 | 19.8 | 6.39 | - |
| YUV | 92.34 | 110.89 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 22 | 62 | 0 | 0.91 | 0.74 | 0.05 | 349.09 | 0.89 | 0.52 |
| Hex | F2 | 16 | 3E | 0 | 5B | 4A | 5 | 15D | 59 | 34 |
| Octal | 362 | 26 | 76 | 0 | 133 | 112 | 5 | 535 | 131 | 64 |
| Binary | 11110010 | 10110 | 111110 | 0 | 1011011 | 1001010 | 101 | 101011101 | 1011001 | 110100 |
Color Harmonies of #F2163E
Complementary color
Monochromatic Colors of #F2163E
Black with #F2163E
Text Example
Text Example
White with #F2163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2163E; }
p { color: rgb(242,22,62); }
H1.HeaderClassName
{
color: #F2163E;
}
.AnyTagClassName
{
color: #F2163E;
}
</style>
background-color css
<style>
a { background-color: #F2163E; }
a { background-color: rgb(242,22,62); }
div.DivClassName
{
background-color: #F2163E;
}
.BgClassName
{
background-color: #F2163E;
}
</style>
border-color css
<style>
span { border-color: #F2163E; }
span { border-color: rgb(242,22,62); }
td.TdClassName
{
border-color: #F2163E;
}
.TagClassName
{
border-color: #F2163E;
}
</style>