Shades of Torch Red #F2001E
Tints of Torch Red #F2001E
RGB
CMYK
RGB Variations
Color information
#F2001E (or 0xF2001E) is known color: Torch Red. HEX triplet: F2, 00 and 1E. RGB value is (242,0,30). Sum of RGB (Red+Green+Blue) = 242+0+30=272 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.97% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 242 - color contains mainly: red. Hex color #F2001E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2001E is #0DFFE1. Grayscale: #4B4B4B. Windows color (decimal): -917474 or 1966322. OLE color: 1966322.
HSL color Cylindrical-coordinate representation of color #F2001E: hue angle of 352.56º 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 #F2001E is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.88 | 0.05 |
| HSL | 352.56º | 1% | 0.47% | - |
| HSV(B) | 352.56º | 1% | 0.95% | - |
| XYZ | 36.85 | 18.97 | 2.95 | - |
| YUV | 75.78 | 102.17 | 246.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 30 | 0 | 1 | 0.88 | 0.05 | 352.56 | 1 | 0.47 |
| Hex | F2 | 0 | 1E | 0 | 64 | 58 | 5 | 161 | 64 | 2F |
| Octal | 362 | 0 | 36 | 0 | 144 | 130 | 5 | 541 | 144 | 57 |
| Binary | 11110010 | 0 | 11110 | 0 | 1100100 | 1011000 | 101 | 101100001 | 1100100 | 101111 |
Color Harmonies of #F2001E
Complementary color
Monochromatic Colors of #F2001E
Black with #F2001E
Text Example
Text Example
White with #F2001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2001E; }
p { color: rgb(242,0,30); }
H1.HeaderClassName
{
color: #F2001E;
}
.AnyTagClassName
{
color: #F2001E;
}
</style>
background-color css
<style>
a { background-color: #F2001E; }
a { background-color: rgb(242,0,30); }
div.DivClassName
{
background-color: #F2001E;
}
.BgClassName
{
background-color: #F2001E;
}
</style>
border-color css
<style>
span { border-color: #F2001E; }
span { border-color: rgb(242,0,30); }
td.TdClassName
{
border-color: #F2001E;
}
.TagClassName
{
border-color: #F2001E;
}
</style>