#FF0000 (Red) HTML Color Code - Computer Hope
Có thể bạn quan tâm
W3C color name: Red Color name: Red RGB: 255, 0, 0HSL: 0deg, 100.00%, 50.00%CSS shorthand: #F00Web safe color: Yes
RGB complementary color:A complementary color for this color is #00FFFF (Cyan or Aqua).
Example text color using #FF0000
This text is placeholder text to give you an idea of how this color looks when used as a font color on a white background. The following sentence uses every English character: The quick brown fox jumps over the lazy dog. 0123456789 Bold text. Italic text. With Underline.
This text is placeholder text to give you an idea of how this color looks when used as a font color on a black background. The following sentence uses every English character: The quick brown fox jumps over the lazy dog. 0123456789 Bold text. Italic text. With Underline.
HTML examples
<p style="color:red;">Your text using color name.</p> <p style="color:#FF0000;">Your text using HTML color code.</p> <p style="color:rgb(255 0 0);">Your text using RGB color values.</p> <p style="color:hsl(0deg 100.00% 50.00%);">Your text using HSL color values.</p>CSS code examples
<style> p { color:red; } </style> <style> p { color:#FF0000; } </style> <style> p { color:rgb(255 0 0); } </style> <style> p { color:hsl(0deg 100.00% 50.00%); } </style>- All CSS and HTML color and color code questions.
Lighter colors
#FF0A0A #FF1414 #FF1E1E #FF2828 #FF3232 #FF3C3C #FF4646 #FF5050Darker colors
#F50000 #EB0000 #E10000 #D70000 #CD0000 #C30000 #B90000 #AF0000Analogous colors
#FF2A00 #FF5500 #FF8000 #FFAA00 #FFD400 #FFFF00 #D4FF00 #AAFF00Trinary colors
#FF0000 #00FF00 #0000FFAdjacent colors
#CD5C5C #FF6347 #E55B3C #FF4500 #FD1C03 #FF2400 #F62217 #F70D1AOther colors containing "red"
The following table is a list of other colors containing the keyword "red" in the color name. This table can give you other ideas for shades of red.
Code | Color |
---|---|
#622F22 | Red Brown |
#7F5217 | Red Dirt |
#7E3517 | Blood Red |
#C34A2C | Chestnut Red |
#B83C08 | Ginger Red |
#EB5406 | Red Gold |
#C35817 | Red Fox |
#CB6D51 | Copper Red |
#F67280 | Pastel Red |
#F75D59 | Bean Red |
#E55451 | Valentine Red |
#CD5C5C | IndianRed (W3C) |
#FF4500 | OrangeRed (W3C) |
#FD1C03 | Neon Red |
#FF2400 | Scarlet Red |
#F62217 | Ruby Red |
#F70D1A | Ferrari Red |
#F62817 | Fire Engine Red |
#E42217 | Lava Red |
#E41B17 | Love Red |
#C83F49 | Strawberry Red |
#C24641 | Cherry Red |
#B21807 | Tomato Sauce Red |
#A70D2A | Carbon Red |
#931314 | Saffron Red |
#990000 | Crimson Red |
#990012 | Red Wine or Wine Red |
#8B0000 | DarkRed (W3C) |
#8F0B0B | Maroon Red |
#800517 | Deep Red |
#733635 | Garnet Red |
#660000 | Red Blood |
#FFCCCB | Light Red |
#E56E94 | Blush Red |
#DB7093 | PaleVioletRed (W3C) |
#F6358A | Violet Red |
#FF0080 | Red Magenta |
#FA2A55 | Red Pink |
#C21E56 | Rose Red |
#C71585 | MediumVioletRed (W3C) |
#F3E8EA | Red White |
Enter any HTML color code into our search to get results like this page.
Computer Hope - HTML color codes - Top 100 color codes
Từ khóa » Html Color Tag Red
-
Changing Colors
-
HTML Colors - W3Schools
-
HTML Red Code
-
HTML Text Color - HTML Color Codes
-
Red Color Code - HTML RGB Red Color
-
HTML | Color Attribute - GeeksforGeeks
-
HTML Color Code Generator: Red
-
Red Color Codes
-
Color In HTML
-
Applying Color To HTML Elements Using CSS - MDN Web Docs
-
Font Color Red In Html Code Example - Code Grepper
-
How Do I Make Text Red In HTML? - Quora
-
HTML - Colors - Tutorialspoint