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