Shades of Torch Red #F2122B
Tints of Torch Red #F2122B
RGB
CMYK
RGB Variations
Color information
#F2122B (or 0xF2122B) is known color: Torch Red. HEX triplet: F2, 12 and 2B. RGB value is (242,18,43). Sum of RGB (Red+Green+Blue) = 242+18+43=303 (40% of max value = 765). Red value is 242 (94.92% from 255 or 79.87% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 242 - color contains mainly: red. Hex color #F2122B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2122B is #0DEDD4. Grayscale: #575757. Windows color (decimal): -912853 or 2822898. OLE color: 2822898.
HSL color Cylindrical-coordinate representation of color #F2122B: hue angle of 353.3º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F2122B is Cyan = 0, Magento = 0.93, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 43 | - |
| CMYK | 0 | 0.93 | 0.82 | 0.05 |
| HSL | 353.3º | 0.9% | 0.51% | - |
| HSV(B) | 353.3º | 0.93% | 0.95% | - |
| XYZ | 37.27 | 19.48 | 4.08 | - |
| YUV | 87.83 | 102.71 | 237.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 43 | 0 | 0.93 | 0.82 | 0.05 | 353.3 | 0.9 | 0.51 |
| Hex | F2 | 12 | 2B | 0 | 5D | 52 | 5 | 161 | 5A | 33 |
| Octal | 362 | 22 | 53 | 0 | 135 | 122 | 5 | 541 | 132 | 63 |
| Binary | 11110010 | 10010 | 101011 | 0 | 1011101 | 1010010 | 101 | 101100001 | 1011010 | 110011 |
Color Harmonies of #F2122B
Complementary color
Monochromatic Colors of #F2122B
Black with #F2122B
Text Example
Text Example
White with #F2122B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2122B; }
p { color: rgb(242,18,43); }
H1.HeaderClassName
{
color: #F2122B;
}
.AnyTagClassName
{
color: #F2122B;
}
</style>
background-color css
<style>
a { background-color: #F2122B; }
a { background-color: rgb(242,18,43); }
div.DivClassName
{
background-color: #F2122B;
}
.BgClassName
{
background-color: #F2122B;
}
</style>
border-color css
<style>
span { border-color: #F2122B; }
span { border-color: rgb(242,18,43); }
td.TdClassName
{
border-color: #F2122B;
}
.TagClassName
{
border-color: #F2122B;
}
</style>