Hola Arturo, hice algo asi y funciona...
Código PHP:
<?php if($fila['uno'] <= 4) { ?><td style="text-align:center; color: red;"><?=$fila['uno'];?></td>
<?php } else { ?><td style="text-align:center;"><?=$fila['uno'];?></td><?php } ?>
<?php if($fila['dos'] <= 4) { ?><td style="text-align:center; color: red;"><?=$fila['dos'];?></td>
<?php } else { ?><td style="text-align:center;"><?=$fila['dos'];?></td><?php } ?>
<?php if($fila['tres'] <= 4) { ?><td style="text-align:center; color: red;"><?=$fila['tres'];?></td>
<?php } else { ?><td style="text-align:center;"><?=$fila['tres'];?></td><?php } ?>
je...