RGB, CMYK, HSV, and HSL values for the color represented by the HEX code #d10000.
RGB: 209, 0, 0 | CMYK: 0%, 100%, 100%, 18% |
HSV: H: 0° S: 100% V: 82% | HSL: H: 0° S: 100% L: 41% |
#D10000 Color Preview
#d10000 is a shade of red color with RGB values (209, 0, 0). As mentioned above, this color is a combination of CMYK: 0% Cyan, 100% Magenta, 100% Yellow, and 18% 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 #d10000 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 #D10000 color shade that interacts to create distinct effects on black and white backgrounds and texts.
<div style="color: #D10000; background-color: #000000;">This is sample text</div>
<div style="color: #000000; background-color: #D10000;">This is sample text</div>
<div style="color: #ffffff; background-color: #D10000;">This is sample text</div>
<div style="color: #D10000;">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(209, 0, 0);
color: #d10000;
Examples
color: rgb(209, 0, 0);
background-color: rgb(209, 0, 0);
border-color: rgb(209, 0, 0);
color: #d10000;
background-color: #d10000;
border-color: #d10000;
Color schemes with ##D10000
Analogous
Here, the analogous color with hex code #D10000 has #D16900 and #D10069 at 30 degrees clockwise and counterclockwise.
Monochromatic
For the shade with hex code #D10000, a monochromatic palette will feature a corresponding shade #FF0505, originating from the same hue.
Triadic
The triadic palette built around #D10000 uses two accents #00D100 and #0000D1, each 120 degrees apart from the main hue.
Complementary
The complementary color for #D10000 is #00D1D1.
Tetradic
Here, for the primary color #D10000, the complementary shade is #69D100 plus two accent colors, i.e., #00D1D1 and #6900D1.