HTML color names rule. Modern browsers support 140 HTML color names which we've listed here along with their Hex color codes and RGB values.
HTML Color Chart with Color Names In HTML code, there are two ways to describe colors. One is to use color names, such as blue, its color name is blue. Another is RGB color which is represented by the hex value. RGB stands for Red, Green, and Blue. The minimum value of RGB primar...
For example, in HTML (hypertext markup language) tags and CSS (Cascading Style Sheets) that use color codes, you could use "red" instead of "#FF0000."Color NameColor CodeColor NameColor Code Red #FF0000 White #FFFFFF Cyan #00FFFF Silver #C0C0C0 Blue #0000FF Gray or Grey #808080 Dark...
html backgound color codes, css color codes, hexadecimal color codes, rgb color codes and color names.
Below are some of the common color names and codes. With these colors, you can also use the color name. For example, inHTMLtags andCSSthat use color codes, you could use 'red' instead of '#FF0000'. Color code chart Tip:Use ourHTML color pickerif you need to choose from an almost...
HTML Color Picker - HEX, RGB, CMYK, HSL color information. Pick a color from the palette table to get its name and all information about tones, shades, etc.
List of common HTML color codes ColorNameHex CodeRGB Code White#FFFFFFrgb(255, 255, 255) Silver#C0C0C0rgb(192, 192, 192) Gray#808080rgb(128, 128, 128) Black#000000rgb(0, 0, 0) Red#FF0000rgb(255, 0, 0) Maroon#800000rgb(128, 0, 0) ...
h1{color:Brown;}p{color:Gainsboro;} Different HTML Color Codes Colors can be denoted by using their hex value or their name. HTML has support for the most common colors; in this article, I will share with you 140 names and hex values of these colors. One thing to keep in mind is th...
Color NameHex Code RGBDecimal Code RGB Navy 000080 0,0,128 Blue 0000FF 0,0,255 Teal 008080 0,128,128 Aqua 00FFFF 0,255,255RGB & Hexadecimal Despite the limited number of color names, both specifications allowed the use of hexadecimal notation. For example #FF000 to represent red. So it...
HTML Color Codes ColorHex code (#RRGGBB)Decimal code (R,G,B)HTML/CSS(color name) #000000 rgb(0,0,0) black #000033 rgb(0,0,51) #000066 rgb(0,0,102) #000099 rgb(0,0,153) #0000CC rgb(0,0,204) #0000FF rgb(0,0,255) blue #003300 rgb(0,51,0) #003333 rgb(0,51...