Shades of Torch Red #F2101E
Tints of Torch Red #F2101E
RGB
CMYK
RGB Variations
Color information
#F2101E (or 0xF2101E) is known color: Torch Red. HEX triplet: F2, 10 and 1E. RGB value is (242,16,30). Sum of RGB (Red+Green+Blue) = 242+16+30=288 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.03% from 288); Green value is 16 (6.64% from 255 or 5.56% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 242 - color contains mainly: red. Hex color #F2101E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2101E is #0DEFE1. Grayscale: #555555. Windows color (decimal): -913378 or 1970418. OLE color: 1970418.
HSL color Cylindrical-coordinate representation of color #F2101E: hue angle of 356.28º 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 #F2101E is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 30 | - |
| CMYK | 0 | 0.93 | 0.88 | 0.05 |
| HSL | 356.28º | 0.9% | 0.51% | - |
| HSV(B) | 356.28º | 0.93% | 0.95% | - |
| XYZ | 37.04 | 19.34 | 3.01 | - |
| YUV | 85.17 | 96.87 | 239.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 30 | 0 | 0.93 | 0.88 | 0.05 | 356.28 | 0.9 | 0.51 |
| Hex | F2 | 10 | 1E | 0 | 5D | 58 | 5 | 164 | 5A | 33 |
| Octal | 362 | 20 | 36 | 0 | 135 | 130 | 5 | 544 | 132 | 63 |
| Binary | 11110010 | 10000 | 11110 | 0 | 1011101 | 1011000 | 101 | 101100100 | 1011010 | 110011 |
Color Harmonies of #F2101E
Complementary color
Monochromatic Colors of #F2101E
Black with #F2101E
Text Example
Text Example
White with #F2101E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2101E; }
p { color: rgb(242,16,30); }
H1.HeaderClassName
{
color: #F2101E;
}
.AnyTagClassName
{
color: #F2101E;
}
</style>
background-color css
<style>
a { background-color: #F2101E; }
a { background-color: rgb(242,16,30); }
div.DivClassName
{
background-color: #F2101E;
}
.BgClassName
{
background-color: #F2101E;
}
</style>
border-color css
<style>
span { border-color: #F2101E; }
span { border-color: rgb(242,16,30); }
td.TdClassName
{
border-color: #F2101E;
}
.TagClassName
{
border-color: #F2101E;
}
</style>