Returns the red component of the color's RGB value.

public int Red{ get; }
Public ReadOnly Property Red() As Integer
int red = clr.Red;
Dim red As Integer = clr.Red