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