Shades of Torch Red #F2011F
Tints of Torch Red #F2011F
RGB
CMYK
RGB Variations
Color information
#F2011F (or 0xF2011F) is known color: Torch Red. HEX triplet: F2, 01 and 1F. RGB value is (242,1,31). Sum of RGB (Red+Green+Blue) = 242+1+31=274 (36% of max value = 765). Red value is 242 (94.92% from 255 or 88.32% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 31 (12.5% from 255 or 11.31% from 274); Max value from RGB is 242 - color contains mainly: red. Hex color #F2011F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2011F is #0DFEE0. Grayscale: #4C4C4C. Windows color (decimal): -917217 or 2032114. OLE color: 2032114.
HSL color Cylindrical-coordinate representation of color #F2011F: hue angle of 352.53º 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 #F2011F is Cyan = 0, Magento = 1.00, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 1 | 31 | - |
| CMYK | 0 | 1.00 | 0.87 | 0.05 |
| HSL | 352.53º | 0.99% | 0.48% | - |
| HSV(B) | 352.53º | 1% | 0.95% | - |
| XYZ | 36.88 | 19 | 3.02 | - |
| YUV | 76.48 | 102.34 | 246.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 1 | 31 | 0 | 1.00 | 0.87 | 0.05 | 352.53 | 0.99 | 0.48 |
| Hex | F2 | 1 | 1F | 0 | 64 | 57 | 5 | 161 | 63 | 30 |
| Octal | 362 | 1 | 37 | 0 | 144 | 127 | 5 | 541 | 143 | 60 |
| Binary | 11110010 | 1 | 11111 | 0 | 1100100 | 1010111 | 101 | 101100001 | 1100011 | 110000 |
Color Harmonies of #F2011F
Complementary color
Monochromatic Colors of #F2011F
Black with #F2011F
Text Example
Text Example
White with #F2011F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2011F; }
p { color: rgb(242,1,31); }
H1.HeaderClassName
{
color: #F2011F;
}
.AnyTagClassName
{
color: #F2011F;
}
</style>
background-color css
<style>
a { background-color: #F2011F; }
a { background-color: rgb(242,1,31); }
div.DivClassName
{
background-color: #F2011F;
}
.BgClassName
{
background-color: #F2011F;
}
</style>
border-color css
<style>
span { border-color: #F2011F; }
span { border-color: rgb(242,1,31); }
td.TdClassName
{
border-color: #F2011F;
}
.TagClassName
{
border-color: #F2011F;
}
</style>