Color: #D35E43

#D35E43 Color Information

#D35E43 is a dark color. The closest websafe version is #D35E43. A complement of this color would be #45B9D3, perceived brightness is 0.49, and the grayscale version is #8B8B8B.

In the HSL color space, this color has a hue angle of 11°,a saturation of 62%, and a lightness of 55%.The HSV representation shows a hue of 11°, a saturation of 68%, and a value of 83%.

In a RGB color space, #D35E43 is composed of 83% red, 37% green and 26% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 55% magenta, 68% yellow and 17% black.

In the Yxy color space, this color is represented as Y: 22.86, x: 0.5374, and y: 0.3665.

Color Code #D35E43

#D35E43rgb(211, 94, 67)
HEX
#D35E43
RGB
rgb(211, 94, 67)
HSL
hsl(11, 62%, 55%)
HSV
hsv(11, 68%, 83%)
CMYK
0%, 55%, 68%, 17%
XYZ
X: 33.52, Y: 22.86, Z: 6.00
Lab
L: 54.93, a: 45.85, b: 38.80
Name

Shades of Color #D35E43

Shades are created by darkening the original color #D35E43 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 #D35E43

Tints are created by lightening the original color #D35E43 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.

#D35E43rgb(211, 94, 67)

About #D35E43 Color Code

In the HSL color space, this color has a hue angle of 11°, a saturation of 62%, and a lightness of 55%. The HSV representation shows a hue of 11°, a saturation of 68%, and a value of 83%.

  • HEX: #D35E43
  • RGB: rgb(211, 94, 67)
  • HSL: hsl(11, 62%, 55%)
  • HSV: hsv(11, 68%, 83%)
  • CMYK: 0.00% cyan, 55.00% magenta, 68.00% yellow, 17.00% black
  • XYZ: 33.52, 22.86, 6.00
  • Yxy: 22.86, 0.5374, 0.3665
  • Hunter Lab: 54.93, 45.85, 38.80
  • CIE-Lab: 54.93, 45.85, 38.80

In the XYZ color space, this color is represented as X: 33.52, Y: 22.86, Z: 6.00. The Yxy representation further refines this as Y: 22.86, x: 0.5374, and y: 0.3665.

In the Hunter Lab color space, this color is represented as L: 54.93, a: 45.85, and b: 38.80. Similarly, in the CIE-Lab color space, it is represented as L: 54.93, a: 45.85, and b: 38.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 #D35E43

Triadic colors are three colors evenly spaced around the color wheel, including #D35E43. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #D35E43

Analogous colors are adjacent to #D35E43 on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #D35E43

Monochromatic colors are variations of #D35E43, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #D35E43

The complementary color of #D35E43 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 #D35E43

/* Using HEX */
body {
  background-color: #d35e43;
}
/* Using RGB */
body {
  background-color: rgb(211, 94, 67);
}
/* Using RGB with opacity */
body {
  background-color: rgba(211, 94, 67, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(11, 62%, 55%);
}
/* Text color */
p {
  color: #d35e43;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d35e43;
}
/* Border color */
.box {
  border: 4px solid #d35e43;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #d35e43;
}
Text Shadow Preview
/* Background with text */
div {
  background: #d35e43;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#D35E43
On Black Background
#D35E43
On White Background
#D35E43

HTML Examples of #D35E43

<!-- Using HEX -->
<div style="background-color: #d35e43; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(211, 94, 67); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(211, 94, 67, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(11, 62%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d35e43;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d35e43; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #d35e43; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #d35e43;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #d35e43; color: #fff; padding: 16px; border-radius: 8px;">
  #D35E43
</div>
#D35E43
On Black Background
#D35E43
On White Background
#D35E43

Related Colors of #D35E43

These colors are similar to #D35E43, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.