a {
  color: #000000; /* чёрный по дефолту */
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #E10000; /* твой красный */
}