Most Used HTML Color Codes

HTML Color Codes are basically hexadecimal triplets that represent different colors by combining red, green, and blue. Read this full article to get insights into different popularly used HTML Color Codes.
authorImageVarun Saharawat30 Oct, 2025
Most Used HTML Color Codes

HTML Color Codes play a crucial role in web design, influencing both page design and user experience. Understanding HTML color codes is essential for any web developer or designer looking to create visually appealing websites. This article dives into the most popular HTML color codes, breaking down their importance and code formats.

From hex codes to RGB values, we’ll explore how these codes work, their importance in design, and provide you with an understandable reference guide. Whether you’re a beginner or a pro developer, mastering these color codes will enhance your ability to craft attractive web pages.

What Are HTML Color Codes?

HTML color codes are a way of specifying colors in web pages, helping designers to create visually appealing websites. These codes can be represented in several formats, the most common being hexadecimal (hex) codes, RGB (Red, Green, Blue) values, and HSL (Hue, Saturation, Lightness) values. Understanding these codes allows you to accurately reproduce colors, ensuring consistency and enhancing the visual appeal of your web pages.

Types Of HTML Color Codes

HTML color codes come in three main types: hexadecimal (hex) codes, RGB values, and HSL values. Let us explore each type in detail below for a better understanding.

1. Hexadecimal (Hex) Codes

These are the most common way to define colors in HTML. A hex code starts with a hashtag (#) followed by six characters. These characters represent the levels of red, green, and blue in the color, using numbers (0-9) and letters (A-F).  For example, #FF0000 represents red, #00FF00 represents green, and #0000FF represents blue. Hex codes are compact and widely used because they are easy to understand and implement.

2. RGB Values

RGB stands for Red, Green, Blue. RGB values define colors by specifying the intensity of red, green, and blue on a scale from 0 to 255. An example is rgb(255, 0, 0) for red, where 255 is the maximum intensity of red. This format is straightforward and allows for a wide range of colors by adjusting the values of each component.

3. HSL Values

HSL stands for Hue, Saturation, and Lightness. This format describes colors differently by defining their hue (color type), saturation (intensity), and lightness (brightness). For example, hsl(0, 100%, 50%) represents a pure red. Hue is measured in degrees (0-360), saturation in percentage (0-100%), and lightness in percentage (0-100%). HSL can be more interactive when adjusting colors for design purposes because it separates the concept of color from its intensity and brightness.

Commonly Used HTML Color Codes And Names

Using these common colors can save time and ensure consistency in your design, as they are universally supported across all browsers. Below, you'll find a table listing some of the most popular HTML color codes along with their name, making it easy to find and apply the perfect one for your project.
Color Name HEX Code RGB Code HSL Code
Deepest Black #000000 rgb(0,0,0) hsl(0, 0%, 0%)
Purest White #FFFFFF rgb(255, 255, 255) hsl(0, 0%, 100%)
Classic Red #FF0000 rgb(255, 0, 0) hsl(0, 100%, 50%)
Vibrant Green #00FF00 rgb(0, 255, 0) hsl(120, 100%, 50%)
Primary Bue #0000FF rgb(0, 0, 255) hsl(240, 100%, 50%)
Sunny Yellow #FFFF00 rgb(255, 255, 0) hsl(60, 100%, 50%)
Mid-tone Grey #808080 rgb(128, 128, 128) hsl(0, 0%, 50%)
Royal Purple #800080 rgb(128, 0, 128) hsl(300, 100%, 25%)
Bright Orange #FFA500 rgb(255, 165, 0) hsl(39, 100%, 50%)
Light Pink #FFC0CB rgb(255, 192, 203) hsl(350, 100%, 88%)
Rich Brown #A52A2A rgb(165, 42, 42) hsl(0, 59%, 41%)
Blue Green #008080 rgb(0, 128, 128) hsl(180, 100%, 25%)
Light Grey #C0C0C0 rgb(192, 192, 192) hsl(0, 0%, 75%)
Mettalic Gold #FFD700 rgb(255, 215, 0) hsl(60, 100%, 25%)
Greenish Brown #808000 rgb(128, 128, 0) hsl(51, 100%, 25%)

HTML Color Codes For The Shades Of Red

Now that we've covered the commonly used HTML color names and their codes, let's dive deeper into the various shades of red and their respective codes.
Color Name HEX Code RGB Code HSL Code
IndianRed #CD5C5C rgb(205, 92, 92) hsl(0, 53%, 58%)
LightCoral #F08080 rgb(240, 128, 128) hsl(0, 79%, 72%)
Salmon #FA8072 rgb(250, 128, 114) hsl(6, 93%, 71%)
DarkSalmon #E9967A rgb(233, 150, 122) hsl(15, 72%, 70%)
LightSalmon #FFA07A rgb(255, 160, 122) hsl(17, 100%, 74%)
Crimson #DC143C rgb(220, 20, 60) hsl(348, 83%, 47%)
FireBrick #B22222 rgb(178, 34, 34) hsl(0, 68%, 42%)

HTML Color Codes For The Shades Of Pink

Below are some of the most common shades of pink color and their respective code which will help you to understand the concept better.
Color Name HEX Code RGB Code HSL Code
Pink #FFC0CB rgb(255, 192, 203) hsl(350, 100%, 88%)
LightPink #FFB6C1 rgb(255, 182, 193) hsl(351, 100%, 86%)
HotPink #FF69B4 rgb(255, 105, 180) hsl(330, 100%, 71%)
DeepPink #FF1493 rgb(255, 20, 147) hsl(328, 100%, 54%)
MediumVioletRed #C71585 rgb(199, 21, 133) hsl(322, 81%, 43%)
PaleVioletRed #DB7093 rgb(219, 112, 147) hsl(340, 60%, 65%)

HTML Color Codes For The Shades Of Brown

Explore the rich and wide shades of brown with our HTML color codes guide. Check out the table below for a detailed list of brown shades and their respective codes.
Color Names HEX Code RGB Code HSL Code
RosyBrown #BC8F8F rgb(188, 143, 143) hsl(0, 25%, 65%)
SandyBrown #F4A460 rgb(244, 164, 96) hsl(28, 87%, 67%)
Goldenrod #DAA520 rgb(218, 165, 32) hsl(43, 74%, 49%)
Peru #CD853F rgb(205, 133, 63) hsl(30, 59%, 53%)
Chocolate #D2691E rgb(210, 105, 30) hsl(25, 75%, 47%)
SaddleBrown #8B4513 rgb(139, 69, 19) hsl(25, 76%, 31%)
Sienna #A0522D rgb(160, 82, 45) hsl(19, 56%, 40%)
Brown #A52A2A rgb(165, 42, 42) hsl(0, 59%, 41%)
Maroon #800000 rgb(128, 0, 0) hsl(0, 100%, 25%)

Advantages Of Using HTML Color Codes

Using HTML color codes offers several advantages for web design and development, some of the most common advantages are written below for your reference:
  1. Consistency: HTML color codes ensure that colors are displayed consistently across different browsers and devices. This helps in maintaining a attractive look for your website.
  2. Precision: Using Hex, RGB, and HSL codes allow developers for precise color specification, helping them to achieve exactly the shade they want.
  3. Simplicity: Common HTML color codes provide a quick and easy way to apply colors without needing to apply much complex codes.
  4. Compatibility: HTML color codes are universally recognized and supported by all web browsers, ensuring your colors are displayed correctly for all users.
  5. Accessibility: Clear color coding improves the readability and accessibility of your web page, making it easier for others to understand everything clearly.

Learn HTML With PW Skills

Enroll in our Comprehensive Web Development Course to learn the principles, basics, and knowledge of all the tools required for Web development.  Whether you are a beginner or an individual looking to switch your career, this full-stack development course will be the right fit for you: providing a roadmap, and knowledge of all the tools including HTML, CSS, and JavaScript. This course is also equipped with interactive instructor-led classes, daily practice sheets, regular doubt sessions, and PW skills alumni support for your better growth, helping you to get your desired job in the field of web development.

HTML Color Codes FAQs

What are HTML color codes?

HTML color codes are values used in web designing to specify colors in a web page. They can be defined using hexadecimal codes, RGB values, or HSL values.

Are HTML color codes case-sensitive?

No, HTML color codes are not case-sensitive. For example, #FF5733 and #ff5733 will produce the same color.

What is the difference between hex and RGB color codes?

Hex codes use a combination of numbers and letters to represent color, while RGB uses three numbers ranging between 0-255 to indicate the intensity of red, green, and blue. For example, #FF0000 is the same as rgb(255, 0, 0), both representing red.