Shades of Torch Red #F2111C
Tints of Torch Red #F2111C
RGB
CMYK
RGB Variations
Color information
#F2111C (or 0xF2111C) is known color: Torch Red. HEX triplet: F2, 11 and 1C. RGB value is (242,17,28). Sum of RGB (Red+Green+Blue) = 242+17+28=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F2111C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2111C is #0DEEE3. Grayscale: #555555. Windows color (decimal): -913124 or 1839602. OLE color: 1839602.
HSL color Cylindrical-coordinate representation of color #F2111C: hue angle of 357.07º 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 #F2111C is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 28 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.05 |
| HSL | 357.07º | 0.9% | 0.51% | - |
| HSV(B) | 357.07º | 0.93% | 0.95% | - |
| XYZ | 37.03 | 19.36 | 2.88 | - |
| YUV | 85.53 | 95.54 | 239.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 28 | 0 | 0.93 | 0.88 | 0.05 | 357.07 | 0.9 | 0.51 |
| Hex | F2 | 11 | 1C | 0 | 5D | 58 | 5 | 165 | 5A | 33 |
| Octal | 362 | 21 | 34 | 0 | 135 | 130 | 5 | 545 | 132 | 63 |
| Binary | 11110010 | 10001 | 11100 | 0 | 1011101 | 1011000 | 101 | 101100101 | 1011010 | 110011 |
Color Harmonies of #F2111C
Complementary color
Monochromatic Colors of #F2111C
Black with #F2111C
Text Example
Text Example
White with #F2111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2111C; }
p { color: rgb(242,17,28); }
H1.HeaderClassName
{
color: #F2111C;
}
.AnyTagClassName
{
color: #F2111C;
}
</style>
background-color css
<style>
a { background-color: #F2111C; }
a { background-color: rgb(242,17,28); }
div.DivClassName
{
background-color: #F2111C;
}
.BgClassName
{
background-color: #F2111C;
}
</style>
border-color css
<style>
span { border-color: #F2111C; }
span { border-color: rgb(242,17,28); }
td.TdClassName
{
border-color: #F2111C;
}
.TagClassName
{
border-color: #F2111C;
}
</style>