Shades of Torch Red #F21337
Tints of Torch Red #F21337
RGB
CMYK
RGB Variations
Color information
#F21337 (or 0xF21337) is known color: Torch Red. HEX triplet: F2, 13 and 37. RGB value is (242,19,55). Sum of RGB (Red+Green+Blue) = 242+19+55=316 (41% of max value = 765). Red value is 242 (94.92% from 255 or 76.58% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 242 - color contains mainly: red. Hex color #F21337 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21337 is #0DECC8. Grayscale: #595959. Windows color (decimal): -912585 or 3609586. OLE color: 3609586.
HSL color Cylindrical-coordinate representation of color #F21337: hue angle of 350.31º 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 #F21337 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 19 | 55 | - |
| CMYK | 0 | 0.92 | 0.77 | 0.05 |
| HSL | 350.31º | 0.9% | 0.51% | - |
| HSV(B) | 350.31º | 0.92% | 0.95% | - |
| XYZ | 37.54 | 19.62 | 5.42 | - |
| YUV | 89.78 | 108.38 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 19 | 55 | 0 | 0.92 | 0.77 | 0.05 | 350.31 | 0.9 | 0.51 |
| Hex | F2 | 13 | 37 | 0 | 5C | 4D | 5 | 15E | 5A | 33 |
| Octal | 362 | 23 | 67 | 0 | 134 | 115 | 5 | 536 | 132 | 63 |
| Binary | 11110010 | 10011 | 110111 | 0 | 1011100 | 1001101 | 101 | 101011110 | 1011010 | 110011 |
Color Harmonies of #F21337
Complementary color
Monochromatic Colors of #F21337
Black with #F21337
Text Example
Text Example
White with #F21337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21337; }
p { color: rgb(242,19,55); }
H1.HeaderClassName
{
color: #F21337;
}
.AnyTagClassName
{
color: #F21337;
}
</style>
background-color css
<style>
a { background-color: #F21337; }
a { background-color: rgb(242,19,55); }
div.DivClassName
{
background-color: #F21337;
}
.BgClassName
{
background-color: #F21337;
}
</style>
border-color css
<style>
span { border-color: #F21337; }
span { border-color: rgb(242,19,55); }
td.TdClassName
{
border-color: #F21337;
}
.TagClassName
{
border-color: #F21337;
}
</style>