What is the correct order of SOLID principles that should be followed while designing a class or project

The question is about knowing the exact order of SOLID principles to follow while designing a class. So for example I am designing a class for say display of a contents of file on the UI. So before writing a class, should I consider the Single Object Single Responsibility or Open/Closed or Liskov substitution principle to decide what is best.

Post is off-topic​​​​​​​​​​​​​