Shades of Torch Red #F2001F
Tints of Torch Red #F2001F
RGB
CMYK
RGB Variations
Color information
#F2001F (or 0xF2001F) is known color: Torch Red. HEX triplet: F2, 00 and 1F. RGB value is (242,0,31). Sum of RGB (Red+Green+Blue) = 242+0+31=273 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.64% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 242 - color contains mainly: red. Hex color #F2001F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2001F is #0DFFE0. Grayscale: #4C4C4C. Windows color (decimal): -917473 or 2031858. OLE color: 2031858.
HSL color Cylindrical-coordinate representation of color #F2001F: hue angle of 352.31º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2001F is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 31 | - |
| CMYK | 0 | 1 | 0.87 | 0.05 |
| HSL | 352.31º | 1% | 0.47% | - |
| HSV(B) | 352.31º | 1% | 0.95% | - |
| XYZ | 36.87 | 18.98 | 3.02 | - |
| YUV | 75.89 | 102.67 | 246.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 31 | 0 | 1 | 0.87 | 0.05 | 352.31 | 1 | 0.47 |
| Hex | F2 | 0 | 1F | 0 | 64 | 57 | 5 | 160 | 64 | 2F |
| Octal | 362 | 0 | 37 | 0 | 144 | 127 | 5 | 540 | 144 | 57 |
| Binary | 11110010 | 0 | 11111 | 0 | 1100100 | 1010111 | 101 | 101100000 | 1100100 | 101111 |
Color Harmonies of #F2001F
Complementary color
Monochromatic Colors of #F2001F
Black with #F2001F
Text Example
Text Example
White with #F2001F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2001F; }
p { color: rgb(242,0,31); }
H1.HeaderClassName
{
color: #F2001F;
}
.AnyTagClassName
{
color: #F2001F;
}
</style>
background-color css
<style>
a { background-color: #F2001F; }
a { background-color: rgb(242,0,31); }
div.DivClassName
{
background-color: #F2001F;
}
.BgClassName
{
background-color: #F2001F;
}
</style>
border-color css
<style>
span { border-color: #F2001F; }
span { border-color: rgb(242,0,31); }
td.TdClassName
{
border-color: #F2001F;
}
.TagClassName
{
border-color: #F2001F;
}
</style>