Shades of Torch Red #F2101F
Tints of Torch Red #F2101F
RGB
CMYK
RGB Variations
Color information
#F2101F (or 0xF2101F) is known color: Torch Red. HEX triplet: F2, 10 and 1F. RGB value is (242,16,31). Sum of RGB (Red+Green+Blue) = 242+16+31=289 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.74% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 242 - color contains mainly: red. Hex color #F2101F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2101F is #0DEFE0. Grayscale: #555555. Windows color (decimal): -913377 or 2035954. OLE color: 2035954.
HSL color Cylindrical-coordinate representation of color #F2101F: hue angle of 356.02º 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 #F2101F is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 31 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.05 |
| HSL | 356.02º | 0.9% | 0.51% | - |
| HSV(B) | 356.02º | 0.93% | 0.95% | - |
| XYZ | 37.05 | 19.35 | 3.08 | - |
| YUV | 85.28 | 97.37 | 239.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 31 | 0 | 0.93 | 0.87 | 0.05 | 356.02 | 0.9 | 0.51 |
| Hex | F2 | 10 | 1F | 0 | 5D | 57 | 5 | 164 | 5A | 33 |
| Octal | 362 | 20 | 37 | 0 | 135 | 127 | 5 | 544 | 132 | 63 |
| Binary | 11110010 | 10000 | 11111 | 0 | 1011101 | 1010111 | 101 | 101100100 | 1011010 | 110011 |
Color Harmonies of #F2101F
Complementary color
Monochromatic Colors of #F2101F
Black with #F2101F
Text Example
Text Example
White with #F2101F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2101F; }
p { color: rgb(242,16,31); }
H1.HeaderClassName
{
color: #F2101F;
}
.AnyTagClassName
{
color: #F2101F;
}
</style>
background-color css
<style>
a { background-color: #F2101F; }
a { background-color: rgb(242,16,31); }
div.DivClassName
{
background-color: #F2101F;
}
.BgClassName
{
background-color: #F2101F;
}
</style>
border-color css
<style>
span { border-color: #F2101F; }
span { border-color: rgb(242,16,31); }
td.TdClassName
{
border-color: #F2101F;
}
.TagClassName
{
border-color: #F2101F;
}
</style>