Shades of Torch Red #F2132C
Tints of Torch Red #F2132C
RGB
CMYK
RGB Variations
Color information
#F2132C (or 0xF2132C) is known color: Torch Red. HEX triplet: F2, 13 and 2C. RGB value is (242,19,44). Sum of RGB (Red+Green+Blue) = 242+19+44=305 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.34% from 305); Green value is 19 (7.81% from 255 or 6.23% from 305); Blue value is 44 (17.58% from 255 or 14.43% from 305); Max value from RGB is 242 - color contains mainly: red. Hex color #F2132C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2132C is #0DECD3. Grayscale: #585858. Windows color (decimal): -912596 or 2888690. OLE color: 2888690.
HSL color Cylindrical-coordinate representation of color #F2132C: hue angle of 353.27º 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 #F2132C is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 44 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.05 |
| HSL | 353.27º | 0.9% | 0.51% | - |
| HSV(B) | 353.27º | 0.92% | 0.95% | - |
| XYZ | 37.31 | 19.52 | 4.19 | - |
| YUV | 88.53 | 102.88 | 237.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 44 | 0 | 0.92 | 0.82 | 0.05 | 353.27 | 0.9 | 0.51 |
| Hex | F2 | 13 | 2C | 0 | 5C | 52 | 5 | 161 | 5A | 33 |
| Octal | 362 | 23 | 54 | 0 | 134 | 122 | 5 | 541 | 132 | 63 |
| Binary | 11110010 | 10011 | 101100 | 0 | 1011100 | 1010010 | 101 | 101100001 | 1011010 | 110011 |
Color Harmonies of #F2132C
Complementary color
Monochromatic Colors of #F2132C
Black with #F2132C
Text Example
Text Example
White with #F2132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2132C; }
p { color: rgb(242,19,44); }
H1.HeaderClassName
{
color: #F2132C;
}
.AnyTagClassName
{
color: #F2132C;
}
</style>
background-color css
<style>
a { background-color: #F2132C; }
a { background-color: rgb(242,19,44); }
div.DivClassName
{
background-color: #F2132C;
}
.BgClassName
{
background-color: #F2132C;
}
</style>
border-color css
<style>
span { border-color: #F2132C; }
span { border-color: rgb(242,19,44); }
td.TdClassName
{
border-color: #F2132C;
}
.TagClassName
{
border-color: #F2132C;
}
</style>