Shades of Torch Red #F2011A
Tints of Torch Red #F2011A
RGB
CMYK
RGB Variations
Color information
#F2011A (or 0xF2011A) is known color: Torch Red. HEX triplet: F2, 01 and 1A. RGB value is (242,1,26). Sum of RGB (Red+Green+Blue) = 242+1+26=269 (35% of max value = 765). Red value is 242 (94.92% from 255 or 89.96% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 26 (10.55% from 255 or 9.67% from 269); Max value from RGB is 242 - color contains mainly: red. Hex color #F2011A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2011A is #0DFEE5. Grayscale: #4C4C4C. Windows color (decimal): -917222 or 1704434. OLE color: 1704434.
HSL color Cylindrical-coordinate representation of color #F2011A: hue angle of 353.78º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F2011A is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 26 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.05 |
| HSL | 353.78º | 0.99% | 0.48% | - |
| HSV(B) | 353.78º | 1% | 0.95% | - |
| XYZ | 36.82 | 18.97 | 2.7 | - |
| YUV | 75.91 | 99.84 | 246.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 26 | 0 | 1.00 | 0.89 | 0.05 | 353.78 | 0.99 | 0.48 |
| Hex | F2 | 1 | 1A | 0 | 64 | 59 | 5 | 162 | 63 | 30 |
| Octal | 362 | 1 | 32 | 0 | 144 | 131 | 5 | 542 | 143 | 60 |
| Binary | 11110010 | 1 | 11010 | 0 | 1100100 | 1011001 | 101 | 101100010 | 1100011 | 110000 |
Color Harmonies of #F2011A
Complementary color
Monochromatic Colors of #F2011A
Black with #F2011A
Text Example
Text Example
White with #F2011A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2011A; }
p { color: rgb(242,1,26); }
H1.HeaderClassName
{
color: #F2011A;
}
.AnyTagClassName
{
color: #F2011A;
}
</style>
background-color css
<style>
a { background-color: #F2011A; }
a { background-color: rgb(242,1,26); }
div.DivClassName
{
background-color: #F2011A;
}
.BgClassName
{
background-color: #F2011A;
}
</style>
border-color css
<style>
span { border-color: #F2011A; }
span { border-color: rgb(242,1,26); }
td.TdClassName
{
border-color: #F2011A;
}
.TagClassName
{
border-color: #F2011A;
}
</style>