adjective

49 of 71
Other / Body

ruddy - (of a person's face) having a healthy red color

Prince Harry's ruddy complexion matches his bright red hair.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }