Shades of Torch Red #F20727
Tints of Torch Red #F20727
RGB
CMYK
RGB Variations
Color information
#F20727 (or 0xF20727) is known color: Torch Red. HEX triplet: F2, 07 and 27. RGB value is (242,7,39). Sum of RGB (Red+Green+Blue) = 242+7+39=288 (38% of max value = 765). Red value is 242 (94.92% from 255 or 84.03% from 288); Green value is 7 (3.12% from 255 or 2.43% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 242 - color contains mainly: red. Hex color #F20727 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20727 is #0DF8D8. Grayscale: #515151. Windows color (decimal): -915673 or 2557938. OLE color: 2557938.
HSL color Cylindrical-coordinate representation of color #F20727: hue angle of 351.83º 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 #F20727 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 7 | 39 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.05 |
| HSL | 351.83º | 0.94% | 0.49% | - |
| HSV(B) | 351.83º | 0.97% | 0.95% | - |
| XYZ | 37.06 | 19.18 | 3.67 | - |
| YUV | 80.91 | 104.36 | 242.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 7 | 39 | 0 | 0.97 | 0.84 | 0.05 | 351.83 | 0.94 | 0.49 |
| Hex | F2 | 7 | 27 | 0 | 61 | 54 | 5 | 160 | 5E | 31 |
| Octal | 362 | 7 | 47 | 0 | 141 | 124 | 5 | 540 | 136 | 61 |
| Binary | 11110010 | 111 | 100111 | 0 | 1100001 | 1010100 | 101 | 101100000 | 1011110 | 110001 |
Color Harmonies of #F20727
Complementary color
Monochromatic Colors of #F20727
Black with #F20727
Text Example
Text Example
White with #F20727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20727; }
p { color: rgb(242,7,39); }
H1.HeaderClassName
{
color: #F20727;
}
.AnyTagClassName
{
color: #F20727;
}
</style>
background-color css
<style>
a { background-color: #F20727; }
a { background-color: rgb(242,7,39); }
div.DivClassName
{
background-color: #F20727;
}
.BgClassName
{
background-color: #F20727;
}
</style>
border-color css
<style>
span { border-color: #F20727; }
span { border-color: rgb(242,7,39); }
td.TdClassName
{
border-color: #F20727;
}
.TagClassName
{
border-color: #F20727;
}
</style>