Shades of Torch Red #F2143B
Tints of Torch Red #F2143B
RGB
CMYK
RGB Variations
Color information
#F2143B (or 0xF2143B) is known color: Torch Red. HEX triplet: F2, 14 and 3B. RGB value is (242,20,59). Sum of RGB (Red+Green+Blue) = 242+20+59=321 (42% of max value = 765). Red value is 242 (94.92% from 255 or 75.39% from 321); Green value is 20 (8.20% from 255 or 6.23% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 242 - color contains mainly: red. Hex color #F2143B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2143B is #0DEBC4. Grayscale: #5A5A5A. Windows color (decimal): -912325 or 3871986. OLE color: 3871986.
HSL color Cylindrical-coordinate representation of color #F2143B: hue angle of 349.46º 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 #F2143B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 59 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.05 |
| HSL | 349.46º | 0.9% | 0.51% | - |
| HSV(B) | 349.46º | 0.92% | 0.95% | - |
| XYZ | 37.66 | 19.69 | 5.95 | - |
| YUV | 90.82 | 110.05 | 235.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 59 | 0 | 0.92 | 0.76 | 0.05 | 349.46 | 0.9 | 0.51 |
| Hex | F2 | 14 | 3B | 0 | 5C | 4C | 5 | 15D | 5A | 33 |
| Octal | 362 | 24 | 73 | 0 | 134 | 114 | 5 | 535 | 132 | 63 |
| Binary | 11110010 | 10100 | 111011 | 0 | 1011100 | 1001100 | 101 | 101011101 | 1011010 | 110011 |
Color Harmonies of #F2143B
Complementary color
Monochromatic Colors of #F2143B
Black with #F2143B
Text Example
Text Example
White with #F2143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2143B; }
p { color: rgb(242,20,59); }
H1.HeaderClassName
{
color: #F2143B;
}
.AnyTagClassName
{
color: #F2143B;
}
</style>
background-color css
<style>
a { background-color: #F2143B; }
a { background-color: rgb(242,20,59); }
div.DivClassName
{
background-color: #F2143B;
}
.BgClassName
{
background-color: #F2143B;
}
</style>
border-color css
<style>
span { border-color: #F2143B; }
span { border-color: rgb(242,20,59); }
td.TdClassName
{
border-color: #F2143B;
}
.TagClassName
{
border-color: #F2143B;
}
</style>