Shades of Torch Red #F2121B
Tints of Torch Red #F2121B
RGB
CMYK
RGB Variations
Color information
#F2121B (or 0xF2121B) is known color: Torch Red. HEX triplet: F2, 12 and 1B. RGB value is (242,18,27). Sum of RGB (Red+Green+Blue) = 242+18+27=287 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.32% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 242 - color contains mainly: red. Hex color #F2121B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F2121B is #0DEDE4. Grayscale: #565656. Windows color (decimal): -912869 or 1774322. OLE color: 1774322.
HSL color Cylindrical-coordinate representation of color #F2121B: hue angle of 357.59º 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 #F2121B is Cyan = 0, Magento = 0.93, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 27 | - |
| CMYK | 0 | 0.93 | 0.89 | 0.05 |
| HSL | 357.59º | 0.9% | 0.51% | - |
| HSV(B) | 357.59º | 0.93% | 0.95% | - |
| XYZ | 37.03 | 19.39 | 2.83 | - |
| YUV | 86 | 94.71 | 239.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 27 | 0 | 0.93 | 0.89 | 0.05 | 357.59 | 0.9 | 0.51 |
| Hex | F2 | 12 | 1B | 0 | 5D | 59 | 5 | 166 | 5A | 33 |
| Octal | 362 | 22 | 33 | 0 | 135 | 131 | 5 | 546 | 132 | 63 |
| Binary | 11110010 | 10010 | 11011 | 0 | 1011101 | 1011001 | 101 | 101100110 | 1011010 | 110011 |
Color Harmonies of #F2121B
Complementary color
Monochromatic Colors of #F2121B
Black with #F2121B
Text Example
Text Example
White with #F2121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2121B; }
p { color: rgb(242,18,27); }
H1.HeaderClassName
{
color: #F2121B;
}
.AnyTagClassName
{
color: #F2121B;
}
</style>
background-color css
<style>
a { background-color: #F2121B; }
a { background-color: rgb(242,18,27); }
div.DivClassName
{
background-color: #F2121B;
}
.BgClassName
{
background-color: #F2121B;
}
</style>
border-color css
<style>
span { border-color: #F2121B; }
span { border-color: rgb(242,18,27); }
td.TdClassName
{
border-color: #F2121B;
}
.TagClassName
{
border-color: #F2121B;
}
</style>