Shades of Torch Red #F2101B
Tints of Torch Red #F2101B
RGB
CMYK
RGB Variations
Color information
#F2101B (or 0xF2101B) is known color: Torch Red. HEX triplet: F2, 10 and 1B. RGB value is (242,16,27). Sum of RGB (Red+Green+Blue) = 242+16+27=285 (37% of max value = 765). Red value is 242 (94.92% from 255 or 84.91% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 242 - color contains mainly: red. Hex color #F2101B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2101B is #0DEFE4. Grayscale: #555555. Windows color (decimal): -913381 or 1773810. OLE color: 1773810.
HSL color Cylindrical-coordinate representation of color #F2101B: hue angle of 357.08º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2101B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.05 |
| HSL | 357.08º | 0.9% | 0.51% | - |
| HSV(B) | 357.08º | 0.93% | 0.95% | - |
| XYZ | 37 | 19.33 | 2.82 | - |
| YUV | 84.83 | 95.37 | 240.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 27 | 0 | 0.93 | 0.89 | 0.05 | 357.08 | 0.9 | 0.51 |
| Hex | F2 | 10 | 1B | 0 | 5D | 59 | 5 | 165 | 5A | 33 |
| Octal | 362 | 20 | 33 | 0 | 135 | 131 | 5 | 545 | 132 | 63 |
| Binary | 11110010 | 10000 | 11011 | 0 | 1011101 | 1011001 | 101 | 101100101 | 1011010 | 110011 |
Color Harmonies of #F2101B
Complementary color
Monochromatic Colors of #F2101B
Black with #F2101B
Text Example
Text Example
White with #F2101B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2101B; }
p { color: rgb(242,16,27); }
H1.HeaderClassName
{
color: #F2101B;
}
.AnyTagClassName
{
color: #F2101B;
}
</style>
background-color css
<style>
a { background-color: #F2101B; }
a { background-color: rgb(242,16,27); }
div.DivClassName
{
background-color: #F2101B;
}
.BgClassName
{
background-color: #F2101B;
}
</style>
border-color css
<style>
span { border-color: #F2101B; }
span { border-color: rgb(242,16,27); }
td.TdClassName
{
border-color: #F2101B;
}
.TagClassName
{
border-color: #F2101B;
}
</style>