Shades of Torch Red #F2113B
Tints of Torch Red #F2113B
RGB
CMYK
RGB Variations
Color information
#F2113B (or 0xF2113B) is known color: Torch Red. HEX triplet: F2, 11 and 3B. RGB value is (242,17,59). Sum of RGB (Red+Green+Blue) = 242+17+59=318 (42% of max value = 765). Red value is 242 (94.92% from 255 or 76.10% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 59 (23.44% from 255 or 18.55% from 318); Max value from RGB is 242 - color contains mainly: red. Hex color #F2113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2113B is #0DEEC4. Grayscale: #595959. Windows color (decimal): -913093 or 3871218. OLE color: 3871218.
HSL color Cylindrical-coordinate representation of color #F2113B: hue angle of 348.8º 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 #F2113B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 59 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.05 |
| HSL | 348.8º | 0.9% | 0.51% | - |
| HSV(B) | 348.8º | 0.93% | 0.95% | - |
| XYZ | 37.61 | 19.59 | 5.94 | - |
| YUV | 89.06 | 111.04 | 237.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 59 | 0 | 0.93 | 0.76 | 0.05 | 348.8 | 0.9 | 0.51 |
| Hex | F2 | 11 | 3B | 0 | 5D | 4C | 5 | 15D | 5A | 33 |
| Octal | 362 | 21 | 73 | 0 | 135 | 114 | 5 | 535 | 132 | 63 |
| Binary | 11110010 | 10001 | 111011 | 0 | 1011101 | 1001100 | 101 | 101011101 | 1011010 | 110011 |
Color Harmonies of #F2113B
Complementary color
Monochromatic Colors of #F2113B
Black with #F2113B
Text Example
Text Example
White with #F2113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2113B; }
p { color: rgb(242,17,59); }
H1.HeaderClassName
{
color: #F2113B;
}
.AnyTagClassName
{
color: #F2113B;
}
</style>
background-color css
<style>
a { background-color: #F2113B; }
a { background-color: rgb(242,17,59); }
div.DivClassName
{
background-color: #F2113B;
}
.BgClassName
{
background-color: #F2113B;
}
</style>
border-color css
<style>
span { border-color: #F2113B; }
span { border-color: rgb(242,17,59); }
td.TdClassName
{
border-color: #F2113B;
}
.TagClassName
{
border-color: #F2113B;
}
</style>