Shades of Torch Red #F2112A
Tints of Torch Red #F2112A
RGB
CMYK
RGB Variations
Color information
#F2112A (or 0xF2112A) is known color: Torch Red. HEX triplet: F2, 11 and 2A. RGB value is (242,17,42). Sum of RGB (Red+Green+Blue) = 242+17+42=301 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.40% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 42 (16.80% from 255 or 13.95% from 301); Max value from RGB is 242 - color contains mainly: red. Hex color #F2112A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2112A is #0DEED5. Grayscale: #575757. Windows color (decimal): -913110 or 2757106. OLE color: 2757106.
HSL color Cylindrical-coordinate representation of color #F2112A: hue angle of 353.33º 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 #F2112A is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 42 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.05 |
| HSL | 353.33º | 0.9% | 0.51% | - |
| HSV(B) | 353.33º | 0.93% | 0.95% | - |
| XYZ | 37.24 | 19.45 | 3.98 | - |
| YUV | 87.13 | 102.54 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 42 | 0 | 0.93 | 0.83 | 0.05 | 353.33 | 0.9 | 0.51 |
| Hex | F2 | 11 | 2A | 0 | 5D | 53 | 5 | 161 | 5A | 33 |
| Octal | 362 | 21 | 52 | 0 | 135 | 123 | 5 | 541 | 132 | 63 |
| Binary | 11110010 | 10001 | 101010 | 0 | 1011101 | 1010011 | 101 | 101100001 | 1011010 | 110011 |
Color Harmonies of #F2112A
Complementary color
Monochromatic Colors of #F2112A
Black with #F2112A
Text Example
Text Example
White with #F2112A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2112A; }
p { color: rgb(242,17,42); }
H1.HeaderClassName
{
color: #F2112A;
}
.AnyTagClassName
{
color: #F2112A;
}
</style>
background-color css
<style>
a { background-color: #F2112A; }
a { background-color: rgb(242,17,42); }
div.DivClassName
{
background-color: #F2112A;
}
.BgClassName
{
background-color: #F2112A;
}
</style>
border-color css
<style>
span { border-color: #F2112A; }
span { border-color: rgb(242,17,42); }
td.TdClassName
{
border-color: #F2112A;
}
.TagClassName
{
border-color: #F2112A;
}
</style>