Shades of Torch Red #F2122F
Tints of Torch Red #F2122F
RGB
CMYK
RGB Variations
Color information
#F2122F (or 0xF2122F) is known color: Torch Red. HEX triplet: F2, 12 and 2F. RGB value is (242,18,47). Sum of RGB (Red+Green+Blue) = 242+18+47=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F2122F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2122F is #0DEDD0. Grayscale: #585858. Windows color (decimal): -912849 or 3085042. OLE color: 3085042.
HSL color Cylindrical-coordinate representation of color #F2122F: hue angle of 352.23º 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 #F2122F is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 47 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.05 |
| HSL | 352.23º | 0.9% | 0.51% | - |
| HSV(B) | 352.23º | 0.93% | 0.95% | - |
| XYZ | 37.35 | 19.52 | 4.49 | - |
| YUV | 88.28 | 104.71 | 237.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 47 | 0 | 0.93 | 0.81 | 0.05 | 352.23 | 0.9 | 0.51 |
| Hex | F2 | 12 | 2F | 0 | 5D | 51 | 5 | 160 | 5A | 33 |
| Octal | 362 | 22 | 57 | 0 | 135 | 121 | 5 | 540 | 132 | 63 |
| Binary | 11110010 | 10010 | 101111 | 0 | 1011101 | 1010001 | 101 | 101100000 | 1011010 | 110011 |
Color Harmonies of #F2122F
Complementary color
Monochromatic Colors of #F2122F
Black with #F2122F
Text Example
Text Example
White with #F2122F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2122F; }
p { color: rgb(242,18,47); }
H1.HeaderClassName
{
color: #F2122F;
}
.AnyTagClassName
{
color: #F2122F;
}
</style>
background-color css
<style>
a { background-color: #F2122F; }
a { background-color: rgb(242,18,47); }
div.DivClassName
{
background-color: #F2122F;
}
.BgClassName
{
background-color: #F2122F;
}
</style>
border-color css
<style>
span { border-color: #F2122F; }
span { border-color: rgb(242,18,47); }
td.TdClassName
{
border-color: #F2122F;
}
.TagClassName
{
border-color: #F2122F;
}
</style>