Color: #C11025
#C11025 Color Information
#C11025 is a dark color. The closest websafe version is #C11025. A complement of this color would be #10C1AD, perceived brightness is 0.28, and the grayscale version is #696969.
In the HSL color space, this color has a hue angle of 353°,a saturation of 85%, and a lightness of 41%.The HSV representation shows a hue of 353°, a saturation of 92%, and a value of 76%.
In a RGB color space, #C11025 is composed of 76% red, 6% green and 15% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 92% magenta, 81% yellow and 24% black.
In the Yxy color space, this color is represented as Y: 12.35, x: 0.6213, and y: 0.3235.
Color Code #C11025
Shades of Color #C11025
Shades are created by darkening the original color #C11025 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #C11025
Tints are created by lightening the original color #C11025 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #C11025 Color Code
In the HSL color space, this color has a hue angle of 353°, a saturation of 85%, and a lightness of 41%. The HSV representation shows a hue of 353°, a saturation of 92%, and a value of 76%.
- HEX: #C11025
- RGB: rgb(193, 16, 37)
- HSL: hsl(353, 85%, 41%)
- HSV: hsv(353, 92%, 76%)
- CMYK: 0.00% cyan, 92.00% magenta, 81.00% yellow, 24.00% black
- XYZ: 23.72, 12.35, 2.11
- Yxy: 12.35, 0.6213, 0.3235
- Hunter Lab: 41.77, 64.30, 40.63
- CIE-Lab: 41.77, 64.30, 40.63
In the XYZ color space, this color is represented as X: 23.72, Y: 12.35, Z: 2.11. The Yxy representation further refines this as Y: 12.35, x: 0.6213, and y: 0.3235.
In the Hunter Lab color space, this color is represented as L: 41.77, a: 64.30, and b: 40.63. Similarly, in the CIE-Lab color space, it is represented as L: 41.77, a: 64.30, and b: 40.63.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #C11025
Triadic colors are three colors evenly spaced around the color wheel, including #C11025. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #C11025
Split complementary colors are two colors adjacent to the complementary color of #C11025. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #C11025
Monochromatic colors are variations of #C11025, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C11025
The complementary color of #C11025 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #C11025
/* Using HEX */ body { background-color: #c11025; }
/* Using RGB */ body { background-color: rgb(193, 16, 37); }
/* Using RGB with opacity */ body { background-color: rgba(193, 16, 37, 0.5); }
/* Using HSL */ body { background-color: hsl(353, 85%, 41%); }
/* Text color */ p { color: #c11025; }
/* Box shadow */ div { box-shadow: 4px 4px #c11025; }
/* Border color */ .box { border: 4px solid #c11025; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c11025; }
/* Background with text */ div { background: #c11025; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C11025
<!-- Using HEX --> <div style="background-color: #c11025; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(193, 16, 37); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(193, 16, 37, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(353, 85%, 41%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c11025;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c11025; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c11025; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c11025;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c11025; color: #fff; padding: 16px; border-radius: 8px;"> #C11025 </div>
Related Colors of #C11025
These colors are similar to #C11025, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.