Shades of Torch Red #F21222
Tints of Torch Red #F21222
RGB
CMYK
RGB Variations
Color information
#F21222 (or 0xF21222) is known color: Torch Red. HEX triplet: F2, 12 and 22. RGB value is (242,18,34). Sum of RGB (Red+Green+Blue) = 242+18+34=294 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.31% from 294); Green value is 18 (7.42% from 255 or 6.12% from 294); Blue value is 34 (13.67% from 255 or 11.56% from 294); Max value from RGB is 242 - color contains mainly: red. Hex color #F21222 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21222 is #0DEDDD. Grayscale: #565656. Windows color (decimal): -912862 or 2233074. OLE color: 2233074.
HSL color Cylindrical-coordinate representation of color #F21222: hue angle of 355.71º 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 #F21222 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 34 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.05 |
| HSL | 355.71º | 0.9% | 0.51% | - |
| HSV(B) | 355.71º | 0.93% | 0.95% | - |
| XYZ | 37.12 | 19.43 | 3.31 | - |
| YUV | 86.8 | 98.21 | 238.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 34 | 0 | 0.93 | 0.86 | 0.05 | 355.71 | 0.9 | 0.51 |
| Hex | F2 | 12 | 22 | 0 | 5D | 56 | 5 | 164 | 5A | 33 |
| Octal | 362 | 22 | 42 | 0 | 135 | 126 | 5 | 544 | 132 | 63 |
| Binary | 11110010 | 10010 | 100010 | 0 | 1011101 | 1010110 | 101 | 101100100 | 1011010 | 110011 |
Color Harmonies of #F21222
Complementary color
Monochromatic Colors of #F21222
Black with #F21222
Text Example
Text Example
White with #F21222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21222; }
p { color: rgb(242,18,34); }
H1.HeaderClassName
{
color: #F21222;
}
.AnyTagClassName
{
color: #F21222;
}
</style>
background-color css
<style>
a { background-color: #F21222; }
a { background-color: rgb(242,18,34); }
div.DivClassName
{
background-color: #F21222;
}
.BgClassName
{
background-color: #F21222;
}
</style>
border-color css
<style>
span { border-color: #F21222; }
span { border-color: rgb(242,18,34); }
td.TdClassName
{
border-color: #F21222;
}
.TagClassName
{
border-color: #F21222;
}
</style>