RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #ff0000.
RGB: 255, 0, 0 | CMYK: 0%, 100%, 100%, 0% |
HSV: H: 0° S: 100% V: 100% | HSL: H: 0° S: 100% L: 50% |
#FF0000 Color Preview
#ff0000 is a shade of red color with RGB values (255, 0, 0). As mentioned above, this color is a combination of CMYK: 0% Cyan, 100% Magenta, 100% Yellow, and 0% Key (Black) in the CMYK color model.
As mentioned in the table, the HSL cylindrical-coordinate representations have the following values: Hue (H): 0°, Saturation (S): 100%, and Lightness (L): 50%.
The HSV values for #ff0000 are as follows: Hue (H): 0°, Saturation (S): 100%, Value (V): 100%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #FF0000 color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #FF0000; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #FF0000;">This is sample text</div>
<div style="color: #ffffff; background-color: #FF0000;">This is sample text</div>
<div style="color: #FF0000;">This is sample text</div>
CSS Codes
You can freely substitute any of these values for CSS properties that require a color input: color, background color, and border color.
color: rgb(255, 0, 0);
color: #ff0000;
Examples
color: rgb(255, 0, 0);
background-color: rgb(255, 0, 0);
border-color: rgb(255, 0, 0);
color: #ff0000;
background-color: #ff0000;
border-color: #ff0000;
Color schemes with #FF0000
Analogous
Here, the analogous color with hex code #FF0000 has #FF8000 and #FF0080 at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #FF0000, a monochromatic palette will feature a corresponding shade #FF3333, originating from the same hue.
Triadic
The triadic palette built around #FF0000 uses two accents #00FF00 and #0000FF, each 120 degrees apart from the main hue.
Complementary
The complementary color for #FF0000 is #00FFFF.
Tetradic
Here, for the primary color #FF0000, the complementary shade is #80FF00 plus two accent colors, i.e., #00FFFF and #8000FF.