Shades of Torch Red #F2142F
Tints of Torch Red #F2142F
RGB
CMYK
RGB Variations
Color information
#F2142F (or 0xF2142F) is known color: Torch Red. HEX triplet: F2, 14 and 2F. RGB value is (242,20,47). Sum of RGB (Red+Green+Blue) = 242+20+47=309 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.32% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 242 - color contains mainly: red. Hex color #F2142F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2142F is #0DEBD0. Grayscale: #595959. Windows color (decimal): -912337 or 3085554. OLE color: 3085554.
HSL color Cylindrical-coordinate representation of color #F2142F: hue angle of 352.7º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F2142F is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 47 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.05 |
| HSL | 352.7º | 0.9% | 0.51% | - |
| HSV(B) | 352.7º | 0.92% | 0.95% | - |
| XYZ | 37.38 | 19.58 | 4.5 | - |
| YUV | 89.46 | 104.05 | 236.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 47 | 0 | 0.92 | 0.81 | 0.05 | 352.7 | 0.9 | 0.51 |
| Hex | F2 | 14 | 2F | 0 | 5C | 51 | 5 | 161 | 5A | 33 |
| Octal | 362 | 24 | 57 | 0 | 134 | 121 | 5 | 541 | 132 | 63 |
| Binary | 11110010 | 10100 | 101111 | 0 | 1011100 | 1010001 | 101 | 101100001 | 1011010 | 110011 |
Color Harmonies of #F2142F
Complementary color
Monochromatic Colors of #F2142F
Black with #F2142F
Text Example
Text Example
White with #F2142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2142F; }
p { color: rgb(242,20,47); }
H1.HeaderClassName
{
color: #F2142F;
}
.AnyTagClassName
{
color: #F2142F;
}
</style>
background-color css
<style>
a { background-color: #F2142F; }
a { background-color: rgb(242,20,47); }
div.DivClassName
{
background-color: #F2142F;
}
.BgClassName
{
background-color: #F2142F;
}
</style>
border-color css
<style>
span { border-color: #F2142F; }
span { border-color: rgb(242,20,47); }
td.TdClassName
{
border-color: #F2142F;
}
.TagClassName
{
border-color: #F2142F;
}
</style>