three.js renderer background color

JavaScript
var scene = new THREE.Scene(); // initialising the scene
scene.background = new THREE.Color( 0xff0000 );
Source

Also in JavaScript: