Shades of Torch Red #F21136
Tints of Torch Red #F21136
RGB
CMYK
RGB Variations
Color information
#F21136 (or 0xF21136) is known color: Torch Red. HEX triplet: F2, 11 and 36. RGB value is (242,17,54). Sum of RGB (Red+Green+Blue) = 242+17+54=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 17 (7.03% from 255 or 5.43% from 313); Blue value is 54 (21.48% from 255 or 17.25% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F21136 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21136 is #0DEEC9. Grayscale: #585858. Windows color (decimal): -913098 or 3543538. OLE color: 3543538.
HSL color Cylindrical-coordinate representation of color #F21136: hue angle of 350.13º 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 #F21136 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 17 | 54 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.05 |
| HSL | 350.13º | 0.9% | 0.51% | - |
| HSV(B) | 350.13º | 0.93% | 0.95% | - |
| XYZ | 37.48 | 19.54 | 5.29 | - |
| YUV | 88.49 | 108.54 | 237.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 17 | 54 | 0 | 0.93 | 0.78 | 0.05 | 350.13 | 0.9 | 0.51 |
| Hex | F2 | 11 | 36 | 0 | 5D | 4E | 5 | 15E | 5A | 33 |
| Octal | 362 | 21 | 66 | 0 | 135 | 116 | 5 | 536 | 132 | 63 |
| Binary | 11110010 | 10001 | 110110 | 0 | 1011101 | 1001110 | 101 | 101011110 | 1011010 | 110011 |
Color Harmonies of #F21136
Complementary color
Monochromatic Colors of #F21136
Black with #F21136
Text Example
Text Example
White with #F21136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21136; }
p { color: rgb(242,17,54); }
H1.HeaderClassName
{
color: #F21136;
}
.AnyTagClassName
{
color: #F21136;
}
</style>
background-color css
<style>
a { background-color: #F21136; }
a { background-color: rgb(242,17,54); }
div.DivClassName
{
background-color: #F21136;
}
.BgClassName
{
background-color: #F21136;
}
</style>
border-color css
<style>
span { border-color: #F21136; }
span { border-color: rgb(242,17,54); }
td.TdClassName
{
border-color: #F21136;
}
.TagClassName
{
border-color: #F21136;
}
</style>