Shades of Torch Red #F2142B
Tints of Torch Red #F2142B
RGB
CMYK
RGB Variations
Color information
#F2142B (or 0xF2142B) is known color: Torch Red. HEX triplet: F2, 14 and 2B. RGB value is (242,20,43). Sum of RGB (Red+Green+Blue) = 242+20+43=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F2142B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2142B is #0DEBD4. Grayscale: #595959. Windows color (decimal): -912341 or 2823410. OLE color: 2823410.
HSL color Cylindrical-coordinate representation of color #F2142B: hue angle of 353.78º 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 #F2142B is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 43 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.05 |
| HSL | 353.78º | 0.9% | 0.51% | - |
| HSV(B) | 353.78º | 0.92% | 0.95% | - |
| XYZ | 37.3 | 19.55 | 4.09 | - |
| YUV | 89 | 102.05 | 237.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 43 | 0 | 0.92 | 0.82 | 0.05 | 353.78 | 0.9 | 0.51 |
| Hex | F2 | 14 | 2B | 0 | 5C | 52 | 5 | 162 | 5A | 33 |
| Octal | 362 | 24 | 53 | 0 | 134 | 122 | 5 | 542 | 132 | 63 |
| Binary | 11110010 | 10100 | 101011 | 0 | 1011100 | 1010010 | 101 | 101100010 | 1011010 | 110011 |
Color Harmonies of #F2142B
Complementary color
Monochromatic Colors of #F2142B
Black with #F2142B
Text Example
Text Example
White with #F2142B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2142B; }
p { color: rgb(242,20,43); }
H1.HeaderClassName
{
color: #F2142B;
}
.AnyTagClassName
{
color: #F2142B;
}
</style>
background-color css
<style>
a { background-color: #F2142B; }
a { background-color: rgb(242,20,43); }
div.DivClassName
{
background-color: #F2142B;
}
.BgClassName
{
background-color: #F2142B;
}
</style>
border-color css
<style>
span { border-color: #F2142B; }
span { border-color: rgb(242,20,43); }
td.TdClassName
{
border-color: #F2142B;
}
.TagClassName
{
border-color: #F2142B;
}
</style>