Shades of Torch Red #F20320
Tints of Torch Red #F20320
RGB
CMYK
RGB Variations
Color information
#F20320 (or 0xF20320) is known color: Torch Red. HEX triplet: F2, 03 and 20. RGB value is (242,3,32). Sum of RGB (Red+Green+Blue) = 242+3+32=277 (36% of max value = 765). Red value is 242 (94.92% from 255 or 87.36% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 32 (12.89% from 255 or 11.55% from 277); Max value from RGB is 242 - color contains mainly: red. Hex color #F20320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20320 is #0DFCDF. Grayscale: #4D4D4D. Windows color (decimal): -916704 or 2098162. OLE color: 2098162.
HSL color Cylindrical-coordinate representation of color #F20320: hue angle of 352.72º 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 #F20320 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 3 | 32 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.05 |
| HSL | 352.72º | 0.98% | 0.48% | - |
| HSV(B) | 352.72º | 0.99% | 0.95% | - |
| XYZ | 36.91 | 19.05 | 3.1 | - |
| YUV | 77.77 | 102.18 | 245.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 3 | 32 | 0 | 0.99 | 0.87 | 0.05 | 352.72 | 0.98 | 0.48 |
| Hex | F2 | 3 | 20 | 0 | 63 | 57 | 5 | 161 | 62 | 30 |
| Octal | 362 | 3 | 40 | 0 | 143 | 127 | 5 | 541 | 142 | 60 |
| Binary | 11110010 | 11 | 100000 | 0 | 1100011 | 1010111 | 101 | 101100001 | 1100010 | 110000 |
Color Harmonies of #F20320
Complementary color
Monochromatic Colors of #F20320
Black with #F20320
Text Example
Text Example
White with #F20320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20320; }
p { color: rgb(242,3,32); }
H1.HeaderClassName
{
color: #F20320;
}
.AnyTagClassName
{
color: #F20320;
}
</style>
background-color css
<style>
a { background-color: #F20320; }
a { background-color: rgb(242,3,32); }
div.DivClassName
{
background-color: #F20320;
}
.BgClassName
{
background-color: #F20320;
}
</style>
border-color css
<style>
span { border-color: #F20320; }
span { border-color: rgb(242,3,32); }
td.TdClassName
{
border-color: #F20320;
}
.TagClassName
{
border-color: #F20320;
}
</style>