Color: #D60504
#D60504 Color Information
#D60504 is a dark color. The closest websafe version is #D60504. A complement of this color would be #04D7D7, perceived brightness is 0.26, and the grayscale version is #6D6D6D.
In the HSL color space, this color has a hue angle of 0°,a saturation of 96%, and a lightness of 43%.The HSV representation shows a hue of 0°, a saturation of 98%, and a value of 84%.
In a RGB color space, #D60504 is composed of 84% red, 2% green and 2% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 98% magenta, 98% yellow and 16% black.
In the Yxy color space, this color is represented as Y: 15.08, x: 0.6459, and y: 0.3313.
Color Code #D60504
Shades of Color #D60504
Shades are created by darkening the original color #D60504 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 #D60504
Tints are created by lightening the original color #D60504 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 #D60504 Color Code
In the HSL color space, this color has a hue angle of 0°, a saturation of 96%, and a lightness of 43%. The HSV representation shows a hue of 0°, a saturation of 98%, and a value of 84%.
- HEX: #D60504
- RGB: rgb(214, 5, 4)
- HSL: hsl(0, 96%, 43%)
- HSV: hsv(0, 98%, 84%)
- CMYK: 0.00% cyan, 98.00% magenta, 98.00% yellow, 16.00% black
- XYZ: 29.40, 15.08, 1.04
- Yxy: 15.08, 0.6459, 0.3313
- Hunter Lab: 45.74, 70.40, 59.93
- CIE-Lab: 45.74, 70.40, 59.93
In the XYZ color space, this color is represented as X: 29.40, Y: 15.08, Z: 1.04. The Yxy representation further refines this as Y: 15.08, x: 0.6459, and y: 0.3313.
In the Hunter Lab color space, this color is represented as L: 45.74, a: 70.40, and b: 59.93. Similarly, in the CIE-Lab color space, it is represented as L: 45.74, a: 70.40, and b: 59.93.
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 #D60504
Triadic colors are three colors evenly spaced around the color wheel, including #D60504. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #D60504
Split complementary colors are two colors adjacent to the complementary color of #D60504. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #D60504
Monochromatic colors are variations of #D60504, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D60504
The complementary color of #D60504 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 #D60504
/* Using HEX */ body { background-color: #d60504; }
/* Using RGB */ body { background-color: rgb(214, 5, 4); }
/* Using RGB with opacity */ body { background-color: rgba(214, 5, 4, 0.5); }
/* Using HSL */ body { background-color: hsl(0, 96%, 43%); }
/* Text color */ p { color: #d60504; }
/* Box shadow */ div { box-shadow: 4px 4px #d60504; }
/* Border color */ .box { border: 4px solid #d60504; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #d60504; }
/* Background with text */ div { background: #d60504; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #D60504
<!-- Using HEX --> <div style="background-color: #d60504; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(214, 5, 4); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(214, 5, 4, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(0, 96%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d60504;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d60504; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #d60504; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #d60504;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #d60504; color: #fff; padding: 16px; border-radius: 8px;"> #D60504 </div>
Related Colors of #D60504
These colors are similar to #D60504, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.