A closer look at Ridgway State Park, located in southwestern Colorado:
Description: Some Coloradans swear that this area on the Western Slope is the most scenic place in the state. The visual treats are on a full platter at this recreation paradise a short drive from Ouray. The San Juan Mountains flow in the background of a sparkling reservoir, a delight among water sport enthusiasts and anglers. The Uncompahgre River is a hot spot for fly fishing. The Enchanted Mesa Trail, spanning 2.5 miles through a pasture overlooked by jagged peaks, is most popular among hikers and bikers. Roughly 15 miles of trail encompass the park, with most of the paths on a natural surface. An overnight would be wise. Take advantage of one of the three developed campgrounds or one of the three yurts.
Activities: Boating, jet skiing and water skiing, sailing and paddle sports, fishing, hiking, biking, hunting, camping, swimming
Wildlife: Elk, mule deer, bobcats, mountain lions, marmots, red foxes; golden eagles, bald eagles, red-tailed hawk, goshawks, American dippers, hummingbirds, red-naped suckers among wide variety of birds; Kokanee salmon, crayfish, rainbow and brown trout
Fun fact: One campground is called Pa-Co-Chu-Puk, which is the Ute word for “water buffalo.”
Success! Thank you for subscribing to our newsletter.
function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);
nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}
function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}
function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;
result.innerText = “”;
if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}
function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=denvergazette.com&emailPreferenceId=60&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});
}
#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #2076b3;
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20outdoors%20sign%20up.png);
background-size: cover;
}
#nsltr-header {
color: #fff4f4;
}
#nsltr-body {
text-align: center;
color: ;
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}
#successnsltr a {
color: white;
}
.hideblock {
display:none;
}
h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}
@media only screen and (min-width: 768px) {
#nsltr {
background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/dg%20outdoors%20sign%20up.png);
background-size: cover;
}
}
Address: 28555 U.S. 550, Ridgway 81432
Contact: 970-626-5822, ridgway.park@state.co.us.
Hours: 24 hours
Directions: Follow U.S. 50 west to Montrose, then head south on U.S. 550 about 23 miles.