Shades of Torch Red #F21236
Tints of Torch Red #F21236
RGB
CMYK
RGB Variations
Color information
#F21236 (or 0xF21236) is known color: Torch Red. HEX triplet: F2, 12 and 36. RGB value is (242,18,54). Sum of RGB (Red+Green+Blue) = 242+18+54=314 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.07% from 314); Green value is 18 (7.42% from 255 or 5.73% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 242 - color contains mainly: red. Hex color #F21236 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21236 is #0DEDC9. Grayscale: #595959. Windows color (decimal): -912842 or 3543794. OLE color: 3543794.
HSL color Cylindrical-coordinate representation of color #F21236: hue angle of 350.36º 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 #F21236 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 54 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.05 |
| HSL | 350.36º | 0.9% | 0.51% | - |
| HSV(B) | 350.36º | 0.93% | 0.95% | - |
| XYZ | 37.5 | 19.58 | 5.29 | - |
| YUV | 89.08 | 108.21 | 237.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 54 | 0 | 0.93 | 0.78 | 0.05 | 350.36 | 0.9 | 0.51 |
| Hex | F2 | 12 | 36 | 0 | 5D | 4E | 5 | 15E | 5A | 33 |
| Octal | 362 | 22 | 66 | 0 | 135 | 116 | 5 | 536 | 132 | 63 |
| Binary | 11110010 | 10010 | 110110 | 0 | 1011101 | 1001110 | 101 | 101011110 | 1011010 | 110011 |
Color Harmonies of #F21236
Complementary color
Monochromatic Colors of #F21236
Black with #F21236
Text Example
Text Example
White with #F21236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21236; }
p { color: rgb(242,18,54); }
H1.HeaderClassName
{
color: #F21236;
}
.AnyTagClassName
{
color: #F21236;
}
</style>
background-color css
<style>
a { background-color: #F21236; }
a { background-color: rgb(242,18,54); }
div.DivClassName
{
background-color: #F21236;
}
.BgClassName
{
background-color: #F21236;
}
</style>
border-color css
<style>
span { border-color: #F21236; }
span { border-color: rgb(242,18,54); }
td.TdClassName
{
border-color: #F21236;
}
.TagClassName
{
border-color: #F21236;
}
</style>