Shades of Torch Red #F2121F
Tints of Torch Red #F2121F
RGB
CMYK
RGB Variations
Color information
#F2121F (or 0xF2121F) is known color: Torch Red. HEX triplet: F2, 12 and 1F. RGB value is (242,18,31). Sum of RGB (Red+Green+Blue) = 242+18+31=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F2121F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2121F is #0DEDE0. Grayscale: #565656. Windows color (decimal): -912865 or 2036466. OLE color: 2036466.
HSL color Cylindrical-coordinate representation of color #F2121F: hue angle of 356.52º 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 #F2121F is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 31 | - |
| CMYK | 0 | 0.93 | 0.87 | 0.05 |
| HSL | 356.52º | 0.9% | 0.51% | - |
| HSV(B) | 356.52º | 0.93% | 0.95% | - |
| XYZ | 37.08 | 19.41 | 3.09 | - |
| YUV | 86.46 | 96.71 | 238.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 31 | 0 | 0.93 | 0.87 | 0.05 | 356.52 | 0.9 | 0.51 |
| Hex | F2 | 12 | 1F | 0 | 5D | 57 | 5 | 165 | 5A | 33 |
| Octal | 362 | 22 | 37 | 0 | 135 | 127 | 5 | 545 | 132 | 63 |
| Binary | 11110010 | 10010 | 11111 | 0 | 1011101 | 1010111 | 101 | 101100101 | 1011010 | 110011 |
Color Harmonies of #F2121F
Complementary color
Monochromatic Colors of #F2121F
Black with #F2121F
Text Example
Text Example
White with #F2121F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2121F; }
p { color: rgb(242,18,31); }
H1.HeaderClassName
{
color: #F2121F;
}
.AnyTagClassName
{
color: #F2121F;
}
</style>
background-color css
<style>
a { background-color: #F2121F; }
a { background-color: rgb(242,18,31); }
div.DivClassName
{
background-color: #F2121F;
}
.BgClassName
{
background-color: #F2121F;
}
</style>
border-color css
<style>
span { border-color: #F2121F; }
span { border-color: rgb(242,18,31); }
td.TdClassName
{
border-color: #F2121F;
}
.TagClassName
{
border-color: #F2121F;
}
</style>