Shades of Torch Red #F20729
Tints of Torch Red #F20729
RGB
CMYK
RGB Variations
Color information
#F20729 (or 0xF20729) is known color: Torch Red. HEX triplet: F2, 07 and 29. RGB value is (242,7,41). Sum of RGB (Red+Green+Blue) = 242+7+41=290 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.45% from 290); Green value is 7 (3.12% from 255 or 2.41% from 290); Blue value is 41 (16.41% from 255 or 14.14% from 290); Max value from RGB is 242 - color contains mainly: red. Hex color #F20729 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20729 is #0DF8D6. Grayscale: #515151. Windows color (decimal): -915671 or 2689010. OLE color: 2689010.
HSL color Cylindrical-coordinate representation of color #F20729: hue angle of 351.32º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F20729 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 41 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.05 |
| HSL | 351.32º | 0.94% | 0.49% | - |
| HSV(B) | 351.32º | 0.97% | 0.95% | - |
| XYZ | 37.09 | 19.19 | 3.85 | - |
| YUV | 81.14 | 105.36 | 242.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 41 | 0 | 0.97 | 0.83 | 0.05 | 351.32 | 0.94 | 0.49 |
| Hex | F2 | 7 | 29 | 0 | 61 | 53 | 5 | 15F | 5E | 31 |
| Octal | 362 | 7 | 51 | 0 | 141 | 123 | 5 | 537 | 136 | 61 |
| Binary | 11110010 | 111 | 101001 | 0 | 1100001 | 1010011 | 101 | 101011111 | 1011110 | 110001 |
Color Harmonies of #F20729
Complementary color
Monochromatic Colors of #F20729
Black with #F20729
Text Example
Text Example
White with #F20729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20729; }
p { color: rgb(242,7,41); }
H1.HeaderClassName
{
color: #F20729;
}
.AnyTagClassName
{
color: #F20729;
}
</style>
background-color css
<style>
a { background-color: #F20729; }
a { background-color: rgb(242,7,41); }
div.DivClassName
{
background-color: #F20729;
}
.BgClassName
{
background-color: #F20729;
}
</style>
border-color css
<style>
span { border-color: #F20729; }
span { border-color: rgb(242,7,41); }
td.TdClassName
{
border-color: #F20729;
}
.TagClassName
{
border-color: #F20729;
}
</style>