Color: #AD261C
#AD261C Color Information
#AD261C is a dark color. The closest websafe version is #AD261C. A complement of this color would be #1CA2AB, perceived brightness is 0.30, and the grayscale version is #656565.
In the HSL color space, this color has a hue angle of 4°,a saturation of 72%, and a lightness of 39%.The HSV representation shows a hue of 4°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AD261C is composed of 68% red, 15% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 78% magenta, 84% yellow and 32% black.
In the Yxy color space, this color is represented as Y: 10.76, x: 0.6076, and y: 0.3416.
Color Code #AD261C
Shades of Color #AD261C
Shades are created by darkening the original color #AD261C 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 #AD261C
Tints are created by lightening the original color #AD261C 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 #AD261C Color Code
In the HSL color space, this color has a hue angle of 4°, a saturation of 72%, and a lightness of 39%. The HSV representation shows a hue of 4°, a saturation of 84%, and a value of 68%.
- HEX: #AD261C
- RGB: rgb(173, 38, 28)
- HSL: hsl(4, 72%, 39%)
- HSV: hsv(4, 84%, 68%)
- CMYK: 0.00% cyan, 78.00% magenta, 84.00% yellow, 32.00% black
- XYZ: 19.14, 10.76, 1.60
- Yxy: 10.76, 0.6076, 0.3416
- Hunter Lab: 39.17, 53.85, 41.39
- CIE-Lab: 39.17, 53.85, 41.39
In the XYZ color space, this color is represented as X: 19.14, Y: 10.76, Z: 1.60. The Yxy representation further refines this as Y: 10.76, x: 0.6076, and y: 0.3416.
In the Hunter Lab color space, this color is represented as L: 39.17, a: 53.85, and b: 41.39. Similarly, in the CIE-Lab color space, it is represented as L: 39.17, a: 53.85, and b: 41.39.
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 #AD261C
Triadic colors are three colors evenly spaced around the color wheel, including #AD261C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AD261C
Monochromatic colors are variations of #AD261C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AD261C
The complementary color of #AD261C 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 #AD261C
/* Using HEX */ body { background-color: #ad261c; }
/* Using RGB */ body { background-color: rgb(173, 38, 28); }
/* Using RGB with opacity */ body { background-color: rgba(173, 38, 28, 0.5); }
/* Using HSL */ body { background-color: hsl(4, 72%, 39%); }
/* Text color */ p { color: #ad261c; }
/* Box shadow */ div { box-shadow: 4px 4px #ad261c; }
HTML Examples of #AD261C
<!-- Using HEX --> <div style="background-color: #ad261c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(173, 38, 28); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(173, 38, 28, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(4, 72%, 39%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ad261c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ad261c; width: 100px; height: 100px;"></div>
Related Colors of #AD261C
These colors are similar to #AD261C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.