Shades of Torch Red #F21336
Tints of Torch Red #F21336
RGB
CMYK
RGB Variations
Color information
#F21336 (or 0xF21336) is known color: Torch Red. HEX triplet: F2, 13 and 36. RGB value is (242,19,54). Sum of RGB (Red+Green+Blue) = 242+19+54=315 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.83% from 315); Green value is 19 (7.81% from 255 or 6.03% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 242 - color contains mainly: red. Hex color #F21336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21336 is #0DECC9. Grayscale: #595959. Windows color (decimal): -912586 or 3544050. OLE color: 3544050.
HSL color Cylindrical-coordinate representation of color #F21336: hue angle of 350.58º 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 #F21336 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 54 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.05 |
| HSL | 350.58º | 0.9% | 0.51% | - |
| HSV(B) | 350.58º | 0.92% | 0.95% | - |
| XYZ | 37.52 | 19.61 | 5.3 | - |
| YUV | 89.67 | 107.88 | 236.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 54 | 0 | 0.92 | 0.78 | 0.05 | 350.58 | 0.9 | 0.51 |
| Hex | F2 | 13 | 36 | 0 | 5C | 4E | 5 | 15F | 5A | 33 |
| Octal | 362 | 23 | 66 | 0 | 134 | 116 | 5 | 537 | 132 | 63 |
| Binary | 11110010 | 10011 | 110110 | 0 | 1011100 | 1001110 | 101 | 101011111 | 1011010 | 110011 |
Color Harmonies of #F21336
Complementary color
Monochromatic Colors of #F21336
Black with #F21336
Text Example
Text Example
White with #F21336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21336; }
p { color: rgb(242,19,54); }
H1.HeaderClassName
{
color: #F21336;
}
.AnyTagClassName
{
color: #F21336;
}
</style>
background-color css
<style>
a { background-color: #F21336; }
a { background-color: rgb(242,19,54); }
div.DivClassName
{
background-color: #F21336;
}
.BgClassName
{
background-color: #F21336;
}
</style>
border-color css
<style>
span { border-color: #F21336; }
span { border-color: rgb(242,19,54); }
td.TdClassName
{
border-color: #F21336;
}
.TagClassName
{
border-color: #F21336;
}
</style>