Color: #C4474D
#C4474D Color Information
#C4474D is a dark color. The closest websafe version is #C4474D. A complement of this color would be #46C3BD, perceived brightness is 0.43, and the grayscale version is #868686.
In the HSL color space, this color has a hue angle of 357°,a saturation of 51%, and a lightness of 52%.The HSV representation shows a hue of 357°, a saturation of 64%, and a value of 77%.
In a RGB color space, #C4474D is composed of 77% red, 28% green and 30% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 64% magenta, 61% yellow and 23% black.
In the Yxy color space, this color is represented as Y: 17.25, x: 0.5352, and y: 0.3350.
Color Code #C4474D
Shades of Color #C4474D
Shades are created by darkening the original color #C4474D 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 #C4474D
Tints are created by lightening the original color #C4474D 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 #C4474D Color Code
In the HSL color space, this color has a hue angle of 357°, a saturation of 51%, and a lightness of 52%. The HSV representation shows a hue of 357°, a saturation of 64%, and a value of 77%.
- HEX: #C4474D
- RGB: rgb(196, 71, 77)
- HSL: hsl(357, 51%, 52%)
- HSV: hsv(357, 64%, 77%)
- CMYK: 0.00% cyan, 64.00% magenta, 61.00% yellow, 23.00% black
- XYZ: 27.56, 17.25, 6.68
- Yxy: 17.25, 0.5352, 0.3350
- Hunter Lab: 48.57, 51.03, 24.81
- CIE-Lab: 48.57, 51.03, 24.81
In the XYZ color space, this color is represented as X: 27.56, Y: 17.25, Z: 6.68. The Yxy representation further refines this as Y: 17.25, x: 0.5352, and y: 0.3350.
In the Hunter Lab color space, this color is represented as L: 48.57, a: 51.03, and b: 24.81. Similarly, in the CIE-Lab color space, it is represented as L: 48.57, a: 51.03, and b: 24.81.
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 #C4474D
Triadic colors are three colors evenly spaced around the color wheel, including #C4474D. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #C4474D
Monochromatic colors are variations of #C4474D, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #C4474D
The complementary color of #C4474D 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 #C4474D
/* Using HEX */ body { background-color: #c4474d; }
/* Using RGB */ body { background-color: rgb(196, 71, 77); }
/* Using RGB with opacity */ body { background-color: rgba(196, 71, 77, 0.5); }
/* Using HSL */ body { background-color: hsl(357, 51%, 52%); }
/* Text color */ p { color: #c4474d; }
/* Box shadow */ div { box-shadow: 4px 4px #c4474d; }
/* Border color */ .box { border: 4px solid #c4474d; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #c4474d; }
/* Background with text */ div { background: #c4474d; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #C4474D
<!-- Using HEX --> <div style="background-color: #c4474d; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(196, 71, 77); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(196, 71, 77, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(357, 51%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #c4474d;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #c4474d; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #c4474d; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #c4474d;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #c4474d; color: #fff; padding: 16px; border-radius: 8px;"> #C4474D </div>
Related Colors of #C4474D
These colors are similar to #C4474D, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.