Shades of Torch Red #F2103B
Tints of Torch Red #F2103B
RGB
CMYK
RGB Variations
Color information
#F2103B (or 0xF2103B) is known color: Torch Red. HEX triplet: F2, 10 and 3B. RGB value is (242,16,59). Sum of RGB (Red+Green+Blue) = 242+16+59=317 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.34% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 242 - color contains mainly: red. Hex color #F2103B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2103B is #0DEFC4. Grayscale: #585858. Windows color (decimal): -913349 or 3870962. OLE color: 3870962.
HSL color Cylindrical-coordinate representation of color #F2103B: hue angle of 348.58º 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 #F2103B is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 59 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.05 |
| HSL | 348.58º | 0.9% | 0.51% | - |
| HSV(B) | 348.58º | 0.93% | 0.95% | - |
| XYZ | 37.59 | 19.56 | 5.93 | - |
| YUV | 88.48 | 111.37 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 59 | 0 | 0.93 | 0.76 | 0.05 | 348.58 | 0.9 | 0.51 |
| Hex | F2 | 10 | 3B | 0 | 5D | 4C | 5 | 15D | 5A | 33 |
| Octal | 362 | 20 | 73 | 0 | 135 | 114 | 5 | 535 | 132 | 63 |
| Binary | 11110010 | 10000 | 111011 | 0 | 1011101 | 1001100 | 101 | 101011101 | 1011010 | 110011 |
Color Harmonies of #F2103B
Complementary color
Monochromatic Colors of #F2103B
Black with #F2103B
Text Example
Text Example
White with #F2103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2103B; }
p { color: rgb(242,16,59); }
H1.HeaderClassName
{
color: #F2103B;
}
.AnyTagClassName
{
color: #F2103B;
}
</style>
background-color css
<style>
a { background-color: #F2103B; }
a { background-color: rgb(242,16,59); }
div.DivClassName
{
background-color: #F2103B;
}
.BgClassName
{
background-color: #F2103B;
}
</style>
border-color css
<style>
span { border-color: #F2103B; }
span { border-color: rgb(242,16,59); }
td.TdClassName
{
border-color: #F2103B;
}
.TagClassName
{
border-color: #F2103B;
}
</style>