Shades of Torch Red #F2113E
Tints of Torch Red #F2113E
RGB
CMYK
RGB Variations
Color information
#F2113E (or 0xF2113E) is known color: Torch Red. HEX triplet: F2, 11 and 3E. RGB value is (242,17,62). Sum of RGB (Red+Green+Blue) = 242+17+62=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 17 (7.03% from 255 or 5.30% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F2113E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2113E is #0DEEC1. Grayscale: #595959. Windows color (decimal): -913090 or 4067826. OLE color: 4067826.
HSL color Cylindrical-coordinate representation of color #F2113E: hue angle of 348º 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 #F2113E is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 62 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.05 |
| HSL | 348º | 0.9% | 0.51% | - |
| HSV(B) | 348º | 0.93% | 0.95% | - |
| XYZ | 37.69 | 19.63 | 6.36 | - |
| YUV | 89.41 | 112.54 | 236.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 62 | 0 | 0.93 | 0.74 | 0.05 | 348 | 0.9 | 0.51 |
| Hex | F2 | 11 | 3E | 0 | 5D | 4A | 5 | 15C | 5A | 33 |
| Octal | 362 | 21 | 76 | 0 | 135 | 112 | 5 | 534 | 132 | 63 |
| Binary | 11110010 | 10001 | 111110 | 0 | 1011101 | 1001010 | 101 | 101011100 | 1011010 | 110011 |
Color Harmonies of #F2113E
Complementary color
Monochromatic Colors of #F2113E
Black with #F2113E
Text Example
Text Example
White with #F2113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2113E; }
p { color: rgb(242,17,62); }
H1.HeaderClassName
{
color: #F2113E;
}
.AnyTagClassName
{
color: #F2113E;
}
</style>
background-color css
<style>
a { background-color: #F2113E; }
a { background-color: rgb(242,17,62); }
div.DivClassName
{
background-color: #F2113E;
}
.BgClassName
{
background-color: #F2113E;
}
</style>
border-color css
<style>
span { border-color: #F2113E; }
span { border-color: rgb(242,17,62); }
td.TdClassName
{
border-color: #F2113E;
}
.TagClassName
{
border-color: #F2113E;
}
</style>