Shades of Torch Red #F20537
Tints of Torch Red #F20537
RGB
CMYK
RGB Variations
Color information
#F20537 (or 0xF20537) is known color: Torch Red. HEX triplet: F2, 05 and 37. RGB value is (242,5,55). Sum of RGB (Red+Green+Blue) = 242+5+55=302 (40% of max value = 765). Red value is 242 (94.92% from 255 or 80.13% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 55 (21.88% from 255 or 18.21% from 302); Max value from RGB is 242 - color contains mainly: red. Hex color #F20537 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20537 is #0DFAC8. Grayscale: #515151. Windows color (decimal): -916169 or 3606002. OLE color: 3606002.
HSL color Cylindrical-coordinate representation of color #F20537: hue angle of 347.34º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F20537 is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 5 | 55 | - |
| CMYK | 0 | 0.98 | 0.77 | 0.05 |
| HSL | 347.34º | 0.96% | 0.48% | - |
| HSV(B) | 347.34º | 0.98% | 0.95% | - |
| XYZ | 37.36 | 19.26 | 5.36 | - |
| YUV | 81.56 | 113.02 | 242.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 5 | 55 | 0 | 0.98 | 0.77 | 0.05 | 347.34 | 0.96 | 0.48 |
| Hex | F2 | 5 | 37 | 0 | 62 | 4D | 5 | 15B | 60 | 30 |
| Octal | 362 | 5 | 67 | 0 | 142 | 115 | 5 | 533 | 140 | 60 |
| Binary | 11110010 | 101 | 110111 | 0 | 1100010 | 1001101 | 101 | 101011011 | 1100000 | 110000 |
Color Harmonies of #F20537
Complementary color
Monochromatic Colors of #F20537
Black with #F20537
Text Example
Text Example
White with #F20537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20537; }
p { color: rgb(242,5,55); }
H1.HeaderClassName
{
color: #F20537;
}
.AnyTagClassName
{
color: #F20537;
}
</style>
background-color css
<style>
a { background-color: #F20537; }
a { background-color: rgb(242,5,55); }
div.DivClassName
{
background-color: #F20537;
}
.BgClassName
{
background-color: #F20537;
}
</style>
border-color css
<style>
span { border-color: #F20537; }
span { border-color: rgb(242,5,55); }
td.TdClassName
{
border-color: #F20537;
}
.TagClassName
{
border-color: #F20537;
}
</style>