About 157,000 results
Open links in new tab
  1. HTML Color Picker - W3Schools

    Pick a Color: Or Enter a Color: Or Use HTML5: Selected Color: Black Text Shadow White Text Shadow Red #ff0000

  2. HTML HEX Colors - W3Schools

    A hexadecimal color is specified with: #RRGGBB, where the RR (red), GG (green) and BB (blue) hexadecimal integers specify the components of the color.

  3. HTML Color Values - W3Schools

    Named Colors Sorted by HEX Value Click here to see the colors sorted by name #000000 Black Color Mixer Color Picker #000080 Navy

  4. HTML Colors - W3Schools

    HTML colors are specified with predefined color names, or with RGB, HEX, HSL, RGBA, or HSLA values.

  5. CSS HEX Colors - W3Schools

    HEX Value A hexadecimal color is specified with: #RRGGBB. In CSS, a color can be specified using a hexadecimal value in the form: # rrggbb Where rr (red), gg (green) and bb (blue) are …

  6. HTML Color Names - W3Schools

    All modern browsers support the following 140 color names (click on a color name, or a hex value, to view the color as the background-color along with different text colors):

  7. CSS Colors - W3Schools

    All modern browsers support the following 140 color names (click on a color name, or a hex value, to view the color as the background-color along with different text colors):

  8. Colors Tutorial - W3Schools

    A hexadecimal color is specified with: #RRGGBB. RR (red), GG (green) and BB (blue) are hexadecimal integers between 00 and FF specifying the intensity of the color.

  9. HTML Color Shades - W3Schools

    If you look at the color table below, you will see the result of varying the red light from 0 to 255, while keeping the green and blue light at zero. Click on the hexadecimal values, if you want to …

  10. Colors RGB and RGBA - W3Schools

    Each parameter (red, green, and blue) defines the intensity of the color with a value between 0 and 255. For example, rgb (255, 0, 0) is displayed as red, because red is set to its highest …