Shades of Torch Red #F2141C
Tints of Torch Red #F2141C
RGB
CMYK
RGB Variations
Color information
#F2141C (or 0xF2141C) is known color: Torch Red. HEX triplet: F2, 14 and 1C. RGB value is (242,20,28). Sum of RGB (Red+Green+Blue) = 242+20+28=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F2141C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2141C is #0DEBE3. Grayscale: #575757. Windows color (decimal): -912356 or 1840370. OLE color: 1840370.
HSL color Cylindrical-coordinate representation of color #F2141C: hue angle of 357.84º 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 #F2141C is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 28 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.05 |
| HSL | 357.84º | 0.9% | 0.51% | - |
| HSV(B) | 357.84º | 0.92% | 0.95% | - |
| XYZ | 37.08 | 19.46 | 2.9 | - |
| YUV | 87.29 | 94.55 | 238.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 28 | 0 | 0.92 | 0.88 | 0.05 | 357.84 | 0.9 | 0.51 |
| Hex | F2 | 14 | 1C | 0 | 5C | 58 | 5 | 166 | 5A | 33 |
| Octal | 362 | 24 | 34 | 0 | 134 | 130 | 5 | 546 | 132 | 63 |
| Binary | 11110010 | 10100 | 11100 | 0 | 1011100 | 1011000 | 101 | 101100110 | 1011010 | 110011 |
Color Harmonies of #F2141C
Complementary color
Monochromatic Colors of #F2141C
Black with #F2141C
Text Example
Text Example
White with #F2141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2141C; }
p { color: rgb(242,20,28); }
H1.HeaderClassName
{
color: #F2141C;
}
.AnyTagClassName
{
color: #F2141C;
}
</style>
background-color css
<style>
a { background-color: #F2141C; }
a { background-color: rgb(242,20,28); }
div.DivClassName
{
background-color: #F2141C;
}
.BgClassName
{
background-color: #F2141C;
}
</style>
border-color css
<style>
span { border-color: #F2141C; }
span { border-color: rgb(242,20,28); }
td.TdClassName
{
border-color: #F2141C;
}
.TagClassName
{
border-color: #F2141C;
}
</style>