Shades of Torch Red #F20820
Tints of Torch Red #F20820
RGB
CMYK
RGB Variations
Color information
#F20820 (or 0xF20820) is known color: Torch Red. HEX triplet: F2, 08 and 20. RGB value is (242,8,32). Sum of RGB (Red+Green+Blue) = 242+8+32=282 (37% of max value = 765). Red value is 242 (94.92% from 255 or 85.82% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 242 - color contains mainly: red. Hex color #F20820 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20820 is #0DF7DF. Grayscale: #505050. Windows color (decimal): -915424 or 2099442. OLE color: 2099442.
HSL color Cylindrical-coordinate representation of color #F20820: hue angle of 353.85º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20820 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 8 | 32 | - |
| CMYK | 0 | 0.97 | 0.87 | 0.05 |
| HSL | 353.85º | 0.94% | 0.49% | - |
| HSV(B) | 353.85º | 0.97% | 0.95% | - |
| XYZ | 36.97 | 19.16 | 3.12 | - |
| YUV | 80.7 | 100.52 | 243.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 8 | 32 | 0 | 0.97 | 0.87 | 0.05 | 353.85 | 0.94 | 0.49 |
| Hex | F2 | 8 | 20 | 0 | 61 | 57 | 5 | 162 | 5E | 31 |
| Octal | 362 | 10 | 40 | 0 | 141 | 127 | 5 | 542 | 136 | 61 |
| Binary | 11110010 | 1000 | 100000 | 0 | 1100001 | 1010111 | 101 | 101100010 | 1011110 | 110001 |
Color Harmonies of #F20820
Complementary color
Monochromatic Colors of #F20820
Black with #F20820
Text Example
Text Example
White with #F20820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20820; }
p { color: rgb(242,8,32); }
H1.HeaderClassName
{
color: #F20820;
}
.AnyTagClassName
{
color: #F20820;
}
</style>
background-color css
<style>
a { background-color: #F20820; }
a { background-color: rgb(242,8,32); }
div.DivClassName
{
background-color: #F20820;
}
.BgClassName
{
background-color: #F20820;
}
</style>
border-color css
<style>
span { border-color: #F20820; }
span { border-color: rgb(242,8,32); }
td.TdClassName
{
border-color: #F20820;
}
.TagClassName
{
border-color: #F20820;
}
</style>