Shades of Torch Red #F21436
Tints of Torch Red #F21436
RGB
CMYK
RGB Variations
Color information
#F21436 (or 0xF21436) is known color: Torch Red. HEX triplet: F2, 14 and 36. RGB value is (242,20,54). Sum of RGB (Red+Green+Blue) = 242+20+54=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F21436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21436 is #0DEBC9. Grayscale: #5A5A5A. Windows color (decimal): -912330 or 3544306. OLE color: 3544306.
HSL color Cylindrical-coordinate representation of color #F21436: hue angle of 350.81º 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 #F21436 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 20 | 54 | - |
| CMYK | 0 | 0.92 | 0.78 | 0.05 |
| HSL | 350.81º | 0.9% | 0.51% | - |
| HSV(B) | 350.81º | 0.92% | 0.95% | - |
| XYZ | 37.53 | 19.64 | 5.3 | - |
| YUV | 90.25 | 107.55 | 236.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 20 | 54 | 0 | 0.92 | 0.78 | 0.05 | 350.81 | 0.9 | 0.51 |
| Hex | F2 | 14 | 36 | 0 | 5C | 4E | 5 | 15F | 5A | 33 |
| Octal | 362 | 24 | 66 | 0 | 134 | 116 | 5 | 537 | 132 | 63 |
| Binary | 11110010 | 10100 | 110110 | 0 | 1011100 | 1001110 | 101 | 101011111 | 1011010 | 110011 |
Color Harmonies of #F21436
Complementary color
Monochromatic Colors of #F21436
Black with #F21436
Text Example
Text Example
White with #F21436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21436; }
p { color: rgb(242,20,54); }
H1.HeaderClassName
{
color: #F21436;
}
.AnyTagClassName
{
color: #F21436;
}
</style>
background-color css
<style>
a { background-color: #F21436; }
a { background-color: rgb(242,20,54); }
div.DivClassName
{
background-color: #F21436;
}
.BgClassName
{
background-color: #F21436;
}
</style>
border-color css
<style>
span { border-color: #F21436; }
span { border-color: rgb(242,20,54); }
td.TdClassName
{
border-color: #F21436;
}
.TagClassName
{
border-color: #F21436;
}
</style>