Shades of Torch Red #F2102E
Tints of Torch Red #F2102E
RGB
CMYK
RGB Variations
Color information
#F2102E (or 0xF2102E) is known color: Torch Red. HEX triplet: F2, 10 and 2E. RGB value is (242,16,46). Sum of RGB (Red+Green+Blue) = 242+16+46=304 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.61% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 46 (18.36% from 255 or 15.13% from 304); Max value from RGB is 242 - color contains mainly: red. Hex color #F2102E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2102E is #0DEFD1. Grayscale: #575757. Windows color (decimal): -913362 or 3018994. OLE color: 3018994.
HSL color Cylindrical-coordinate representation of color #F2102E: hue angle of 352.04º 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 #F2102E is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 46 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.05 |
| HSL | 352.04º | 0.9% | 0.51% | - |
| HSV(B) | 352.04º | 0.93% | 0.95% | - |
| XYZ | 37.3 | 19.45 | 4.37 | - |
| YUV | 86.99 | 104.87 | 238.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 46 | 0 | 0.93 | 0.81 | 0.05 | 352.04 | 0.9 | 0.51 |
| Hex | F2 | 10 | 2E | 0 | 5D | 51 | 5 | 160 | 5A | 33 |
| Octal | 362 | 20 | 56 | 0 | 135 | 121 | 5 | 540 | 132 | 63 |
| Binary | 11110010 | 10000 | 101110 | 0 | 1011101 | 1010001 | 101 | 101100000 | 1011010 | 110011 |
Color Harmonies of #F2102E
Complementary color
Monochromatic Colors of #F2102E
Black with #F2102E
Text Example
Text Example
White with #F2102E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2102E; }
p { color: rgb(242,16,46); }
H1.HeaderClassName
{
color: #F2102E;
}
.AnyTagClassName
{
color: #F2102E;
}
</style>
background-color css
<style>
a { background-color: #F2102E; }
a { background-color: rgb(242,16,46); }
div.DivClassName
{
background-color: #F2102E;
}
.BgClassName
{
background-color: #F2102E;
}
</style>
border-color css
<style>
span { border-color: #F2102E; }
span { border-color: rgb(242,16,46); }
td.TdClassName
{
border-color: #F2102E;
}
.TagClassName
{
border-color: #F2102E;
}
</style>