Color: #DD112C
#DD112C Color Information
#DD112C is a dark color. The closest websafe version is #DD112C. A complement of this color would be #11DFC3, perceived brightness is 0.32, and the grayscale version is #777777.
In the HSL color space, this color has a hue angle of 352°,a saturation of 86%, and a lightness of 47%.The HSV representation shows a hue of 352°, a saturation of 92%, and a value of 87%.
In a RGB color space, #DD112C is composed of 87% red, 7% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 92% magenta, 80% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 16.64, x: 0.6222, and y: 0.3224.
Color Code #DD112C
Shades of Color #DD112C
Shades are created by darkening the original color #DD112C 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 #DD112C
Tints are created by lightening the original color #DD112C 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 #DD112C Color Code
In the HSL color space, this color has a hue angle of 352°, a saturation of 86%, and a lightness of 47%. The HSV representation shows a hue of 352°, a saturation of 92%, and a value of 87%.
- HEX: #DD112C
- RGB: rgb(221, 17, 44)
- HSL: hsl(352, 86%, 47%)
- HSV: hsv(352, 92%, 87%)
- CMYK: 0.00% cyan, 92.00% magenta, 80.00% yellow, 13.00% black
- XYZ: 32.11, 16.64, 2.86
- Yxy: 16.64, 0.6222, 0.3224
- Hunter Lab: 47.81, 71.53, 44.80
- CIE-Lab: 47.81, 71.53, 44.80
In the XYZ color space, this color is represented as X: 32.11, Y: 16.64, Z: 2.86. The Yxy representation further refines this as Y: 16.64, x: 0.6222, and y: 0.3224.
In the Hunter Lab color space, this color is represented as L: 47.81, a: 71.53, and b: 44.80. Similarly, in the CIE-Lab color space, it is represented as L: 47.81, a: 71.53, and b: 44.80.
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 #DD112C
Triadic colors are three colors evenly spaced around the color wheel, including #DD112C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #DD112C
Split complementary colors are two colors adjacent to the complementary color of #DD112C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #DD112C
Monochromatic colors are variations of #DD112C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #DD112C
The complementary color of #DD112C 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 #DD112C
/* Using HEX */ body { background-color: #dd112c; }
/* Using RGB */ body { background-color: rgb(221, 17, 44); }
/* Using RGB with opacity */ body { background-color: rgba(221, 17, 44, 0.5); }
/* Using HSL */ body { background-color: hsl(352, 86%, 47%); }
/* Text color */ p { color: #dd112c; }
/* Box shadow */ div { box-shadow: 4px 4px #dd112c; }
/* Border color */ .box { border: 4px solid #dd112c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #dd112c; }
/* Background with text */ div { background: #dd112c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #DD112C
<!-- Using HEX --> <div style="background-color: #dd112c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(221, 17, 44); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(221, 17, 44, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(352, 86%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #dd112c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #dd112c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #dd112c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #dd112c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #dd112c; color: #fff; padding: 16px; border-radius: 8px;"> #DD112C </div>
Related Colors of #DD112C
These colors are similar to #DD112C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.