Shades of Torch Red #F2122D
Tints of Torch Red #F2122D
RGB
CMYK
RGB Variations
Color information
#F2122D (or 0xF2122D) is known color: Torch Red. HEX triplet: F2, 12 and 2D. RGB value is (242,18,45). Sum of RGB (Red+Green+Blue) = 242+18+45=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 18 (7.42% from 255 or 5.90% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F2122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2122D is #0DEDD2. Grayscale: #585858. Windows color (decimal): -912851 or 2953970. OLE color: 2953970.
HSL color Cylindrical-coordinate representation of color #F2122D: hue angle of 352.77º 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 #F2122D is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 45 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.05 |
| HSL | 352.77º | 0.9% | 0.51% | - |
| HSV(B) | 352.77º | 0.93% | 0.95% | - |
| XYZ | 37.31 | 19.5 | 4.28 | - |
| YUV | 88.05 | 103.71 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 45 | 0 | 0.93 | 0.81 | 0.05 | 352.77 | 0.9 | 0.51 |
| Hex | F2 | 12 | 2D | 0 | 5D | 51 | 5 | 161 | 5A | 33 |
| Octal | 362 | 22 | 55 | 0 | 135 | 121 | 5 | 541 | 132 | 63 |
| Binary | 11110010 | 10010 | 101101 | 0 | 1011101 | 1010001 | 101 | 101100001 | 1011010 | 110011 |
Color Harmonies of #F2122D
Complementary color
Monochromatic Colors of #F2122D
Black with #F2122D
Text Example
Text Example
White with #F2122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2122D; }
p { color: rgb(242,18,45); }
H1.HeaderClassName
{
color: #F2122D;
}
.AnyTagClassName
{
color: #F2122D;
}
</style>
background-color css
<style>
a { background-color: #F2122D; }
a { background-color: rgb(242,18,45); }
div.DivClassName
{
background-color: #F2122D;
}
.BgClassName
{
background-color: #F2122D;
}
</style>
border-color css
<style>
span { border-color: #F2122D; }
span { border-color: rgb(242,18,45); }
td.TdClassName
{
border-color: #F2122D;
}
.TagClassName
{
border-color: #F2122D;
}
</style>