Color: #DC393C

#DC393C Color Information

#DC393C is a dark color. The closest websafe version is #DC393C. A complement of this color would be #38DCD9, perceived brightness is 0.42, and the grayscale version is #8B8B8B.

In the HSL color space, this color has a hue angle of 359°,a saturation of 70%, and a lightness of 54%.The HSV representation shows a hue of 359°, a saturation of 74%, and a value of 86%.

In a RGB color space, #DC393C is composed of 86% red, 22% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 74% magenta, 73% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 19.13, x: 0.5846, and y: 0.3346.

Color Code #DC393C

#DC393Crgb(220, 57, 60)
HEX
#DC393C
RGB
rgb(220, 57, 60)
HSL
hsl(359, 70%, 54%)
HSV
hsv(359, 74%, 86%)
CMYK
0%, 74%, 73%, 14%
XYZ
X: 33.43, Y: 19.13, Z: 4.62
Lab
L: 50.84, a: 63.15, b: 38.72
Name

Shades of Color #DC393C

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

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

#DC393Crgb(220, 57, 60)

About #DC393C Color Code

In the HSL color space, this color has a hue angle of 359°, a saturation of 70%, and a lightness of 54%. The HSV representation shows a hue of 359°, a saturation of 74%, and a value of 86%.

  • HEX: #DC393C
  • RGB: rgb(220, 57, 60)
  • HSL: hsl(359, 70%, 54%)
  • HSV: hsv(359, 74%, 86%)
  • CMYK: 0.00% cyan, 74.00% magenta, 73.00% yellow, 14.00% black
  • XYZ: 33.43, 19.13, 4.62
  • Yxy: 19.13, 0.5846, 0.3346
  • Hunter Lab: 50.84, 63.15, 38.72
  • CIE-Lab: 50.84, 63.15, 38.72

In the XYZ color space, this color is represented as X: 33.43, Y: 19.13, Z: 4.62. The Yxy representation further refines this as Y: 19.13, x: 0.5846, and y: 0.3346.

In the Hunter Lab color space, this color is represented as L: 50.84, a: 63.15, and b: 38.72. Similarly, in the CIE-Lab color space, it is represented as L: 50.84, a: 63.15, and b: 38.72.

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

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

Analogous Colors of #DC393C

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

Split Complementary Colors of #DC393C

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

Tetradic Colors of #DC393C

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

Monochromatic Colors of #DC393C

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

Complementary Color of #DC393C

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

/* Using HEX */
body {
  background-color: #dc393c;
}
/* Using RGB */
body {
  background-color: rgb(220, 57, 60);
}
/* Using RGB with opacity */
body {
  background-color: rgba(220, 57, 60, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(359, 70%, 54%);
}
/* Text color */
p {
  color: #dc393c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #dc393c;
}
/* Border color */
.box {
  border: 4px solid #dc393c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #dc393c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #dc393c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DC393C
On Black Background
#DC393C
On White Background
#DC393C

HTML Examples of #DC393C

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

Related Colors of #DC393C

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