Shades of Torch Red #F20220
Tints of Torch Red #F20220
RGB
CMYK
RGB Variations
Color information
#F20220 (or 0xF20220) is known color: Torch Red. HEX triplet: F2, 02 and 20. RGB value is (242,2,32). Sum of RGB (Red+Green+Blue) = 242+2+32=276 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.68% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 242 - color contains mainly: red. Hex color #F20220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20220 is #0DFDDF. Grayscale: #4D4D4D. Windows color (decimal): -916960 or 2097906. OLE color: 2097906.
HSL color Cylindrical-coordinate representation of color #F20220: hue angle of 352.5º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20220 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.05 |
| HSL | 352.5º | 0.98% | 0.48% | - |
| HSV(B) | 352.5º | 0.99% | 0.95% | - |
| XYZ | 36.9 | 19.02 | 3.09 | - |
| YUV | 77.18 | 102.51 | 245.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 32 | 0 | 0.99 | 0.87 | 0.05 | 352.5 | 0.98 | 0.48 |
| Hex | F2 | 2 | 20 | 0 | 63 | 57 | 5 | 160 | 62 | 30 |
| Octal | 362 | 2 | 40 | 0 | 143 | 127 | 5 | 540 | 142 | 60 |
| Binary | 11110010 | 10 | 100000 | 0 | 1100011 | 1010111 | 101 | 101100000 | 1100010 | 110000 |
Color Harmonies of #F20220
Complementary color
Monochromatic Colors of #F20220
Black with #F20220
Text Example
Text Example
White with #F20220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20220; }
p { color: rgb(242,2,32); }
H1.HeaderClassName
{
color: #F20220;
}
.AnyTagClassName
{
color: #F20220;
}
</style>
background-color css
<style>
a { background-color: #F20220; }
a { background-color: rgb(242,2,32); }
div.DivClassName
{
background-color: #F20220;
}
.BgClassName
{
background-color: #F20220;
}
</style>
border-color css
<style>
span { border-color: #F20220; }
span { border-color: rgb(242,2,32); }
td.TdClassName
{
border-color: #F20220;
}
.TagClassName
{
border-color: #F20220;
}
</style>