# Color.WithRed

```csharp
Color WithRed(float red)
```

Returns this color with its red value changed

### Parameters

- `red` (`float`)

### Returns

`Color`

Declared in [Color](/api/Color).
Assembly: `Sandbox.System`.
