RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #d00000.
RGB: 208, 0, 0 | CMYK: 0%, 100%, 100%, 18% |
HSV: H: 0° S: 100% V: 82% | HSL: H: 0° S: 100% L: 41% |
#D00000 Color Preview
#d00000 is a shade of red color with RGB values (208, 0, 0). As mentioned above, this color is a combination of CMYK: 0% Cyan, 100% Magenta, 100% Yellow, and 80% 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): 41%.
The HSV values for #d00000 are as follows: Hue (H): 0°, Saturation (S): 100%, Value (V): 82%.
RGB Values
RGB Values in Percentage
CMYK Distribution
Below is the visual demonstration of #D00000 color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #D00000; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #D00000;">This is sample text</div>
<div style="color: #ffffff; background-color: #D00000;">This is sample text</div>
<div style="color: #D00000;">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(208, 0, 0);
color: #d00000;
Examples
color: rgb(208, 0, 0);
background-color: rgb(208, 0, 0);
border-color: rgb(208, 0, 0);
color: #d00000;
background-color: #d00000;
border-color: #d00000;
Color schemes with #D00000
Analogous
Here, the analogous color with hex code #D00000 has #D06800 and #D00068 at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #D00000, a monochromatic palette will feature a corresponding shade #FF0404, originating from the same hue.
Triadic
The triadic palette built around #D00000 uses two accents #00D000 and #0000D0, each 120 degrees apart from the main hue.
Complementary
The complementary color for #D00000 is #00D0D0.
Tetradic
Here, for the primary color #D00000, the complementary shade is #68D000 plus two accent colors, i.e., #00D0D0 and #6800D0.