Shades of Torch Red #F20237
Tints of Torch Red #F20237
RGB
CMYK
RGB Variations
Color information
#F20237 (or 0xF20237) is known color: Torch Red. HEX triplet: F2, 02 and 37. RGB value is (242,2,55). Sum of RGB (Red+Green+Blue) = 242+2+55=299 (39% of max value = 765). Red value is 242 (94.92% from 255 or 80.94% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 242 - color contains mainly: red. Hex color #F20237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20237 is #0DFDC8. Grayscale: #4F4F4F. Windows color (decimal): -916937 or 3605234. OLE color: 3605234.
HSL color Cylindrical-coordinate representation of color #F20237: hue angle of 346.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F20237 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.05 |
| HSL | 346.75º | 0.98% | 0.48% | - |
| HSV(B) | 346.75º | 0.99% | 0.95% | - |
| XYZ | 37.33 | 19.2 | 5.35 | - |
| YUV | 79.8 | 114.01 | 243.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 2 | 55 | 0 | 0.99 | 0.77 | 0.05 | 346.75 | 0.98 | 0.48 |
| Hex | F2 | 2 | 37 | 0 | 63 | 4D | 5 | 15B | 62 | 30 |
| Octal | 362 | 2 | 67 | 0 | 143 | 115 | 5 | 533 | 142 | 60 |
| Binary | 11110010 | 10 | 110111 | 0 | 1100011 | 1001101 | 101 | 101011011 | 1100010 | 110000 |
Color Harmonies of #F20237
Complementary color
Monochromatic Colors of #F20237
Black with #F20237
Text Example
Text Example
White with #F20237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20237; }
p { color: rgb(242,2,55); }
H1.HeaderClassName
{
color: #F20237;
}
.AnyTagClassName
{
color: #F20237;
}
</style>
background-color css
<style>
a { background-color: #F20237; }
a { background-color: rgb(242,2,55); }
div.DivClassName
{
background-color: #F20237;
}
.BgClassName
{
background-color: #F20237;
}
</style>
border-color css
<style>
span { border-color: #F20237; }
span { border-color: rgb(242,2,55); }
td.TdClassName
{
border-color: #F20237;
}
.TagClassName
{
border-color: #F20237;
}
</style>