Which CSS3 code segment styles the text color of EM elements to be red and semi-transparent?

A.
em { color: #ff00007f; }
B.
em { color: rgba (255,0,0,0.5); }
C.
em { color: rgba (255,0,0.127); }
D.
em { color: rgba (100%,0%,0%, 50%); }
Explanation:
http://www.w3schools.com/cssref/css_colors_legal.asp
New questions from September 2017 new exam batch:
http://optimumfiles.com/ProgrammingInHTML
0
6