Shades of Torch Red #F21037
Tints of Torch Red #F21037
RGB
CMYK
RGB Variations
Color information
#F21037 (or 0xF21037) is known color: Torch Red. HEX triplet: F2, 10 and 37. RGB value is (242,16,55). Sum of RGB (Red+Green+Blue) = 242+16+55=313 (41% of max value = 765). Red value is 242 (94.92% from 255 or 77.32% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 242 - color contains mainly: red. Hex color #F21037 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F21037 is #0DEFC8. Grayscale: #585858. Windows color (decimal): -913353 or 3608818. OLE color: 3608818.
HSL color Cylindrical-coordinate representation of color #F21037: hue angle of 349.65º 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 #F21037 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 16 | 55 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.05 |
| HSL | 349.65º | 0.9% | 0.51% | - |
| HSV(B) | 349.65º | 0.93% | 0.95% | - |
| XYZ | 37.49 | 19.52 | 5.41 | - |
| YUV | 88.02 | 109.37 | 237.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 16 | 55 | 0 | 0.93 | 0.77 | 0.05 | 349.65 | 0.9 | 0.51 |
| Hex | F2 | 10 | 37 | 0 | 5D | 4D | 5 | 15E | 5A | 33 |
| Octal | 362 | 20 | 67 | 0 | 135 | 115 | 5 | 536 | 132 | 63 |
| Binary | 11110010 | 10000 | 110111 | 0 | 1011101 | 1001101 | 101 | 101011110 | 1011010 | 110011 |
Color Harmonies of #F21037
Complementary color
Monochromatic Colors of #F21037
Black with #F21037
Text Example
Text Example
White with #F21037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F21037; }
p { color: rgb(242,16,55); }
H1.HeaderClassName
{
color: #F21037;
}
.AnyTagClassName
{
color: #F21037;
}
</style>
background-color css
<style>
a { background-color: #F21037; }
a { background-color: rgb(242,16,55); }
div.DivClassName
{
background-color: #F21037;
}
.BgClassName
{
background-color: #F21037;
}
</style>
border-color css
<style>
span { border-color: #F21037; }
span { border-color: rgb(242,16,55); }
td.TdClassName
{
border-color: #F21037;
}
.TagClassName
{
border-color: #F21037;
}
</style>