Shades of Torch Red #F00743
Tints of Torch Red #F00743
RGB
CMYK
RGB Variations
Color information
#F00743 (or 0xF00743) is known color: Torch Red. HEX triplet: F0, 07 and 43. RGB value is (240,7,67). Sum of RGB (Red+Green+Blue) = 240+7+67=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 67 (26.56% from 255 or 21.34% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F00743 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00743 is #0FF8BC. Grayscale: #535353. Windows color (decimal): -1046717 or 4392944. OLE color: 4392944.
HSL color Cylindrical-coordinate representation of color #F00743: hue angle of 344.55º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00743 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 67 | - |
| CMYK | 0 | 0.97 | 0.72 | 0.06 |
| HSL | 344.55º | 0.94% | 0.48% | - |
| HSV(B) | 344.55º | 0.97% | 0.94% | - |
| XYZ | 37.02 | 19.08 | 7.04 | - |
| YUV | 83.51 | 118.69 | 239.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 67 | 0 | 0.97 | 0.72 | 0.06 | 344.55 | 0.94 | 0.48 |
| Hex | F0 | 7 | 43 | 0 | 61 | 48 | 6 | 159 | 5E | 30 |
| Octal | 360 | 7 | 103 | 0 | 141 | 110 | 6 | 531 | 136 | 60 |
| Binary | 11110000 | 111 | 1000011 | 0 | 1100001 | 1001000 | 110 | 101011001 | 1011110 | 110000 |
Color Harmonies of #F00743
Complementary color
Monochromatic Colors of #F00743
Black with #F00743
Text Example
Text Example
White with #F00743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00743; }
p { color: rgb(240,7,67); }
H1.HeaderClassName
{
color: #F00743;
}
.AnyTagClassName
{
color: #F00743;
}
</style>
background-color css
<style>
a { background-color: #F00743; }
a { background-color: rgb(240,7,67); }
div.DivClassName
{
background-color: #F00743;
}
.BgClassName
{
background-color: #F00743;
}
</style>
border-color css
<style>
span { border-color: #F00743; }
span { border-color: rgb(240,7,67); }
td.TdClassName
{
border-color: #F00743;
}
.TagClassName
{
border-color: #F00743;
}
</style>