Shades of Torch Red #F2001B
Tints of Torch Red #F2001B
RGB
CMYK
RGB Variations
Color information
#F2001B (or 0xF2001B) is known color: Torch Red. HEX triplet: F2, 00 and 1B. RGB value is (242,0,27). Sum of RGB (Red+Green+Blue) = 242+0+27=269 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.96% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 242 - color contains mainly: red. Hex color #F2001B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2001B is #0DFFE4. Grayscale: #4B4B4B. Windows color (decimal): -917477 or 1769714. OLE color: 1769714.
HSL color Cylindrical-coordinate representation of color #F2001B: hue angle of 353.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 #F2001B is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.89 | 0.05 |
| HSL | 353.31º | 1% | 0.47% | - |
| HSV(B) | 353.31º | 1% | 0.95% | - |
| XYZ | 36.82 | 18.96 | 2.76 | - |
| YUV | 75.44 | 100.67 | 246.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 0 | 27 | 0 | 1 | 0.89 | 0.05 | 353.31 | 1 | 0.47 |
| Hex | F2 | 0 | 1B | 0 | 64 | 59 | 5 | 161 | 64 | 2F |
| Octal | 362 | 0 | 33 | 0 | 144 | 131 | 5 | 541 | 144 | 57 |
| Binary | 11110010 | 0 | 11011 | 0 | 1100100 | 1011001 | 101 | 101100001 | 1100100 | 101111 |
Color Harmonies of #F2001B
Complementary color
Monochromatic Colors of #F2001B
Black with #F2001B
Text Example
Text Example
White with #F2001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2001B; }
p { color: rgb(242,0,27); }
H1.HeaderClassName
{
color: #F2001B;
}
.AnyTagClassName
{
color: #F2001B;
}
</style>
background-color css
<style>
a { background-color: #F2001B; }
a { background-color: rgb(242,0,27); }
div.DivClassName
{
background-color: #F2001B;
}
.BgClassName
{
background-color: #F2001B;
}
</style>
border-color css
<style>
span { border-color: #F2001B; }
span { border-color: rgb(242,0,27); }
td.TdClassName
{
border-color: #F2001B;
}
.TagClassName
{
border-color: #F2001B;
}
</style>