Shades of Torch Red #F2142D
Tints of Torch Red #F2142D
RGB
CMYK
RGB Variations
Color information
#F2142D (or 0xF2142D) is known color: Torch Red. HEX triplet: F2, 14 and 2D. RGB value is (242,20,45). Sum of RGB (Red+Green+Blue) = 242+20+45=307 (40% of max value = 765). Red value is 242 (94.92% from 255 or 78.83% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 45 (17.97% from 255 or 14.66% from 307); Max value from RGB is 242 - color contains mainly: red. Hex color #F2142D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2142D is #0DEBD2. Grayscale: #595959. Windows color (decimal): -912339 or 2954482. OLE color: 2954482.
HSL color Cylindrical-coordinate representation of color #F2142D: hue angle of 353.24º 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 #F2142D is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 45 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.05 |
| HSL | 353.24º | 0.9% | 0.51% | - |
| HSV(B) | 353.24º | 0.92% | 0.95% | - |
| XYZ | 37.34 | 19.57 | 4.29 | - |
| YUV | 89.23 | 103.05 | 236.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 45 | 0 | 0.92 | 0.81 | 0.05 | 353.24 | 0.9 | 0.51 |
| Hex | F2 | 14 | 2D | 0 | 5C | 51 | 5 | 161 | 5A | 33 |
| Octal | 362 | 24 | 55 | 0 | 134 | 121 | 5 | 541 | 132 | 63 |
| Binary | 11110010 | 10100 | 101101 | 0 | 1011100 | 1010001 | 101 | 101100001 | 1011010 | 110011 |
Color Harmonies of #F2142D
Complementary color
Monochromatic Colors of #F2142D
Black with #F2142D
Text Example
Text Example
White with #F2142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2142D; }
p { color: rgb(242,20,45); }
H1.HeaderClassName
{
color: #F2142D;
}
.AnyTagClassName
{
color: #F2142D;
}
</style>
background-color css
<style>
a { background-color: #F2142D; }
a { background-color: rgb(242,20,45); }
div.DivClassName
{
background-color: #F2142D;
}
.BgClassName
{
background-color: #F2142D;
}
</style>
border-color css
<style>
span { border-color: #F2142D; }
span { border-color: rgb(242,20,45); }
td.TdClassName
{
border-color: #F2142D;
}
.TagClassName
{
border-color: #F2142D;
}
</style>