Shades of Torch Red #F20122
Tints of Torch Red #F20122
RGB
CMYK
RGB Variations
Color information
#F20122 (or 0xF20122) is known color: Torch Red. HEX triplet: F2, 01 and 22. RGB value is (242,1,34). Sum of RGB (Red+Green+Blue) = 242+1+34=277 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.36% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 34 (13.67% from 255 or 12.27% from 277); Max value from RGB is 242 - color contains mainly: red. Hex color #F20122 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20122 is #0DFEDD. Grayscale: #4C4C4C. Windows color (decimal): -917214 or 2228722. OLE color: 2228722.
HSL color Cylindrical-coordinate representation of color #F20122: hue angle of 351.78º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F20122 is Cyan = 0, Magento = 1.00, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 34 | - |
| CMYK | 0 | 1.00 | 0.86 | 0.05 |
| HSL | 351.78º | 0.99% | 0.48% | - |
| HSV(B) | 351.78º | 1% | 0.95% | - |
| XYZ | 36.92 | 19.01 | 3.24 | - |
| YUV | 76.82 | 103.84 | 245.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 34 | 0 | 1.00 | 0.86 | 0.05 | 351.78 | 0.99 | 0.48 |
| Hex | F2 | 1 | 22 | 0 | 64 | 56 | 5 | 160 | 63 | 30 |
| Octal | 362 | 1 | 42 | 0 | 144 | 126 | 5 | 540 | 143 | 60 |
| Binary | 11110010 | 1 | 100010 | 0 | 1100100 | 1010110 | 101 | 101100000 | 1100011 | 110000 |
Color Harmonies of #F20122
Complementary color
Monochromatic Colors of #F20122
Black with #F20122
Text Example
Text Example
White with #F20122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20122; }
p { color: rgb(242,1,34); }
H1.HeaderClassName
{
color: #F20122;
}
.AnyTagClassName
{
color: #F20122;
}
</style>
background-color css
<style>
a { background-color: #F20122; }
a { background-color: rgb(242,1,34); }
div.DivClassName
{
background-color: #F20122;
}
.BgClassName
{
background-color: #F20122;
}
</style>
border-color css
<style>
span { border-color: #F20122; }
span { border-color: rgb(242,1,34); }
td.TdClassName
{
border-color: #F20122;
}
.TagClassName
{
border-color: #F20122;
}
</style>