<div> </div> <style> --val:50; div{ background:red; width:calc(1% * --val); height:calc(1% * --val); } </style>