Shades of Torch Red #F21022
Tints of Torch Red #F21022
RGB
CMYK
RGB Variations
Color information
#F21022 (or 0xF21022) is known color: Torch Red. HEX triplet: F2, 10 and 22. RGB value is (242,16,34). Sum of RGB (Red+Green+Blue) = 242+16+34=292 (38% of max value = 765). Red value is 242 (94.92% from 255 or 82.88% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 242 - color contains mainly: red. Hex color #F21022 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21022 is #0DEFDD. Grayscale: #555555. Windows color (decimal): -913374 or 2232562. OLE color: 2232562.
HSL color Cylindrical-coordinate representation of color #F21022: hue angle of 355.22º 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 #F21022 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 34 | - |
| CMYK | 0 | 0.93 | 0.86 | 0.05 |
| HSL | 355.22º | 0.9% | 0.51% | - |
| HSV(B) | 355.22º | 0.93% | 0.95% | - |
| XYZ | 37.09 | 19.36 | 3.3 | - |
| YUV | 85.63 | 98.87 | 239.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 34 | 0 | 0.93 | 0.86 | 0.05 | 355.22 | 0.9 | 0.51 |
| Hex | F2 | 10 | 22 | 0 | 5D | 56 | 5 | 163 | 5A | 33 |
| Octal | 362 | 20 | 42 | 0 | 135 | 126 | 5 | 543 | 132 | 63 |
| Binary | 11110010 | 10000 | 100010 | 0 | 1011101 | 1010110 | 101 | 101100011 | 1011010 | 110011 |
Color Harmonies of #F21022
Complementary color
Monochromatic Colors of #F21022
Black with #F21022
Text Example
Text Example
White with #F21022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21022; }
p { color: rgb(242,16,34); }
H1.HeaderClassName
{
color: #F21022;
}
.AnyTagClassName
{
color: #F21022;
}
</style>
background-color css
<style>
a { background-color: #F21022; }
a { background-color: rgb(242,16,34); }
div.DivClassName
{
background-color: #F21022;
}
.BgClassName
{
background-color: #F21022;
}
</style>
border-color css
<style>
span { border-color: #F21022; }
span { border-color: rgb(242,16,34); }
td.TdClassName
{
border-color: #F21022;
}
.TagClassName
{
border-color: #F21022;
}
</style>