#FF0000 - Red
Hex color #FF0000 is called Red. It consists of 100% red, 0% green, and 0% blue in RGB color space. In CMYK it is 0% cyan, 100% magenta, 100% yellow, and 0% black. In HSL it is 0° hue, 100% saturation, and 50% lightness (light) . On this page you can get both color properties and CSS values for such color schemas: HEX, HEXA, RGB, RGBA, HSL, and CMYK; color name, CSS color name, tailwind name for color; shades and tints; monochromatic colors; negative color; and other info.
| Property | Value | CSS |
|---|---|---|
| Name | Red | — |
| HEX | #FF0000 | #FF0000 |
| HEXA | #FF0000FF | #FF0000FF |
| RGB | 255, 0, 0 | rgb(255, 0, 0) |
| RGBA | 255, 0, 0, 1 | rgba(255, 0, 0, 1) |
| HSL | 0%, 100%, 50% | hsl(0%, 100%, 50%) |
| CMYK | 0%, 100%, 100%, 0% | cmyk(0%, 100%, 100%, 0%) |
| CSS Name | red | — |
| Tailwind Name | — | — |
| Lightness | 50% (light) | — |
As you see on the table, not all names are available for this color.
- The closest color with Tailwind name is #ff3d00 (deep-orange-400-accent)
Negative color
The color opposite to #FF0000 is #00FFFF.
Preview on black and white
As #FF0000 has 50% lightness, this color is dark, so it has more contrast with white.
#FF0000 On White Background
#FF0000
#FF0000
Text Color
This is how text looks with this color.
#FF0000 On Black Background
#FF0000
#FF0000
Text Color
This is how text looks with this color.
Transform color
255, 0, 0rgb(255, 0, 0)