Shades of Torch Red #F2141D
Tints of Torch Red #F2141D
RGB
CMYK
RGB Variations
Color information
#F2141D (or 0xF2141D) is known color: Torch Red. HEX triplet: F2, 14 and 1D. RGB value is (242,20,29). Sum of RGB (Red+Green+Blue) = 242+20+29=291 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.16% from 291); Green value is 20 (8.20% from 255 or 6.87% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 242 - color contains mainly: red. Hex color #F2141D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2141D is #0DEBE2. Grayscale: #575757. Windows color (decimal): -912355 or 1905906. OLE color: 1905906.
HSL color Cylindrical-coordinate representation of color #F2141D: hue angle of 357.57º 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 #F2141D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 29 | - |
| CMYK | 0 | 0.92 | 0.88 | 0.05 |
| HSL | 357.57º | 0.9% | 0.51% | - |
| HSV(B) | 357.57º | 0.92% | 0.95% | - |
| XYZ | 37.09 | 19.47 | 2.96 | - |
| YUV | 87.4 | 95.05 | 238.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 29 | 0 | 0.92 | 0.88 | 0.05 | 357.57 | 0.9 | 0.51 |
| Hex | F2 | 14 | 1D | 0 | 5C | 58 | 5 | 166 | 5A | 33 |
| Octal | 362 | 24 | 35 | 0 | 134 | 130 | 5 | 546 | 132 | 63 |
| Binary | 11110010 | 10100 | 11101 | 0 | 1011100 | 1011000 | 101 | 101100110 | 1011010 | 110011 |
Color Harmonies of #F2141D
Complementary color
Monochromatic Colors of #F2141D
Black with #F2141D
Text Example
Text Example
White with #F2141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2141D; }
p { color: rgb(242,20,29); }
H1.HeaderClassName
{
color: #F2141D;
}
.AnyTagClassName
{
color: #F2141D;
}
</style>
background-color css
<style>
a { background-color: #F2141D; }
a { background-color: rgb(242,20,29); }
div.DivClassName
{
background-color: #F2141D;
}
.BgClassName
{
background-color: #F2141D;
}
</style>
border-color css
<style>
span { border-color: #F2141D; }
span { border-color: rgb(242,20,29); }
td.TdClassName
{
border-color: #F2141D;
}
.TagClassName
{
border-color: #F2141D;
}
</style>