Shades of Torch Red #F2113F
Tints of Torch Red #F2113F
RGB
CMYK
RGB Variations
Color information
#F2113F (or 0xF2113F) is known color: Torch Red. HEX triplet: F2, 11 and 3F. RGB value is (242,17,63). Sum of RGB (Red+Green+Blue) = 242+17+63=322 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.16% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 242 - color contains mainly: red. Hex color #F2113F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2113F is #0DEEC0. Grayscale: #595959. Windows color (decimal): -913089 or 4133362. OLE color: 4133362.
HSL color Cylindrical-coordinate representation of color #F2113F: hue angle of 347.73º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2113F is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 63 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.05 |
| HSL | 347.73º | 0.9% | 0.51% | - |
| HSV(B) | 347.73º | 0.93% | 0.95% | - |
| XYZ | 37.72 | 19.64 | 6.51 | - |
| YUV | 89.52 | 113.04 | 236.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 63 | 0 | 0.93 | 0.74 | 0.05 | 347.73 | 0.9 | 0.51 |
| Hex | F2 | 11 | 3F | 0 | 5D | 4A | 5 | 15C | 5A | 33 |
| Octal | 362 | 21 | 77 | 0 | 135 | 112 | 5 | 534 | 132 | 63 |
| Binary | 11110010 | 10001 | 111111 | 0 | 1011101 | 1001010 | 101 | 101011100 | 1011010 | 110011 |
Color Harmonies of #F2113F
Complementary color
Monochromatic Colors of #F2113F
Black with #F2113F
Text Example
Text Example
White with #F2113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2113F; }
p { color: rgb(242,17,63); }
H1.HeaderClassName
{
color: #F2113F;
}
.AnyTagClassName
{
color: #F2113F;
}
</style>
background-color css
<style>
a { background-color: #F2113F; }
a { background-color: rgb(242,17,63); }
div.DivClassName
{
background-color: #F2113F;
}
.BgClassName
{
background-color: #F2113F;
}
</style>
border-color css
<style>
span { border-color: #F2113F; }
span { border-color: rgb(242,17,63); }
td.TdClassName
{
border-color: #F2113F;
}
.TagClassName
{
border-color: #F2113F;
}
</style>