Shades of Torch Red #F21122
Tints of Torch Red #F21122
RGB
CMYK
RGB Variations
Color information
#F21122 (or 0xF21122) is known color: Torch Red. HEX triplet: F2, 11 and 22. RGB value is (242,17,34). Sum of RGB (Red+Green+Blue) = 242+17+34=293 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.59% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 242 - color contains mainly: red. Hex color #F21122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21122 is #0DEEDD. Grayscale: #565656. Windows color (decimal): -913118 or 2232818. OLE color: 2232818.
HSL color Cylindrical-coordinate representation of color #F21122: hue angle of 355.47º 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 #F21122 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 34 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.05 |
| HSL | 355.47º | 0.9% | 0.51% | - |
| HSV(B) | 355.47º | 0.93% | 0.95% | - |
| XYZ | 37.11 | 19.39 | 3.3 | - |
| YUV | 86.21 | 98.54 | 239.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 34 | 0 | 0.93 | 0.86 | 0.05 | 355.47 | 0.9 | 0.51 |
| Hex | F2 | 11 | 22 | 0 | 5D | 56 | 5 | 163 | 5A | 33 |
| Octal | 362 | 21 | 42 | 0 | 135 | 126 | 5 | 543 | 132 | 63 |
| Binary | 11110010 | 10001 | 100010 | 0 | 1011101 | 1010110 | 101 | 101100011 | 1011010 | 110011 |
Color Harmonies of #F21122
Complementary color
Monochromatic Colors of #F21122
Black with #F21122
Text Example
Text Example
White with #F21122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21122; }
p { color: rgb(242,17,34); }
H1.HeaderClassName
{
color: #F21122;
}
.AnyTagClassName
{
color: #F21122;
}
</style>
background-color css
<style>
a { background-color: #F21122; }
a { background-color: rgb(242,17,34); }
div.DivClassName
{
background-color: #F21122;
}
.BgClassName
{
background-color: #F21122;
}
</style>
border-color css
<style>
span { border-color: #F21122; }
span { border-color: rgb(242,17,34); }
td.TdClassName
{
border-color: #F21122;
}
.TagClassName
{
border-color: #F21122;
}
</style>