Color: #DF372C

#DF372C Color Information

#DF372C is a dark color. The closest websafe version is #DF372C. A complement of this color would be #2AD3DF, perceived brightness is 0.41, and the grayscale version is #868686.

In the HSL color space, this color has a hue angle of 4°,a saturation of 74%, and a lightness of 52%.The HSV representation shows a hue of 4°, a saturation of 80%, and a value of 87%.

In a RGB color space, #DF372C is composed of 87% red, 22% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 75% magenta, 80% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 19.31, x: 0.6017, and y: 0.3416.

Color Code #DF372C

#DF372Crgb(223, 55, 44)
HEX
#DF372C
RGB
rgb(223, 55, 44)
HSL
hsl(4, 74%, 52%)
HSV
hsv(4, 80%, 87%)
CMYK
0%, 75%, 80%, 13%
XYZ
X: 34.01, Y: 19.31, Z: 3.20
Lab
L: 51.05, a: 64.27, b: 47.92
Name

Shades of Color #DF372C

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

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

#DF372Crgb(223, 55, 44)

About #DF372C Color Code

In the HSL color space, this color has a hue angle of 4°, a saturation of 74%, and a lightness of 52%. The HSV representation shows a hue of 4°, a saturation of 80%, and a value of 87%.

  • HEX: #DF372C
  • RGB: rgb(223, 55, 44)
  • HSL: hsl(4, 74%, 52%)
  • HSV: hsv(4, 80%, 87%)
  • CMYK: 0.00% cyan, 75.00% magenta, 80.00% yellow, 13.00% black
  • XYZ: 34.01, 19.31, 3.20
  • Yxy: 19.31, 0.6017, 0.3416
  • Hunter Lab: 51.05, 64.27, 47.92
  • CIE-Lab: 51.05, 64.27, 47.92

In the XYZ color space, this color is represented as X: 34.01, Y: 19.31, Z: 3.20. The Yxy representation further refines this as Y: 19.31, x: 0.6017, and y: 0.3416.

In the Hunter Lab color space, this color is represented as L: 51.05, a: 64.27, and b: 47.92. Similarly, in the CIE-Lab color space, it is represented as L: 51.05, a: 64.27, and b: 47.92.

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 #DF372C

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

Analogous Colors of #DF372C

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

Split Complementary Colors of #DF372C

Split complementary colors are two colors adjacent to the complementary color of #DF372C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #DF372C

Tetradic colors form a rectangle on the color wheel, including #DF372C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #DF372C

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

Complementary Color of #DF372C

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

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

HTML Examples of #DF372C

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

Related Colors of #DF372C

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