Color: #DC062C

#DC062C Color Information

#DC062C is a dark color. The closest websafe version is #DC062C. A complement of this color would be #06DBB4, perceived brightness is 0.29, and the grayscale version is #717171.

In the HSL color space, this color has a hue angle of 349°,a saturation of 95%, and a lightness of 44%.The HSV representation shows a hue of 349°, a saturation of 97%, and a value of 86%.

In a RGB color space, #DC062C is composed of 86% red, 2% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 97% magenta, 80% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 16.21, x: 0.6246, and y: 0.3200.

Color Code #DC062C

#DC062Crgb(220, 6, 44)
HEX
#DC062C
RGB
rgb(220, 6, 44)
HSL
hsl(349, 95%, 44%)
HSV
hsv(349, 97%, 86%)
CMYK
0%, 97%, 80%, 14%
XYZ
X: 31.64, Y: 16.21, Z: 2.81
Lab
L: 47.25, a: 72.26, b: 44.19
Name

Shades of Color #DC062C

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

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

#DC062Crgb(220, 6, 44)

About #DC062C Color Code

In the HSL color space, this color has a hue angle of 349°, a saturation of 95%, and a lightness of 44%. The HSV representation shows a hue of 349°, a saturation of 97%, and a value of 86%.

  • HEX: #DC062C
  • RGB: rgb(220, 6, 44)
  • HSL: hsl(349, 95%, 44%)
  • HSV: hsv(349, 97%, 86%)
  • CMYK: 0.00% cyan, 97.00% magenta, 80.00% yellow, 14.00% black
  • XYZ: 31.64, 16.21, 2.81
  • Yxy: 16.21, 0.6246, 0.3200
  • Hunter Lab: 47.25, 72.26, 44.19
  • CIE-Lab: 47.25, 72.26, 44.19

In the XYZ color space, this color is represented as X: 31.64, Y: 16.21, Z: 2.81. The Yxy representation further refines this as Y: 16.21, x: 0.6246, and y: 0.3200.

In the Hunter Lab color space, this color is represented as L: 47.25, a: 72.26, and b: 44.19. Similarly, in the CIE-Lab color space, it is represented as L: 47.25, a: 72.26, and b: 44.19.

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

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

Analogous Colors of #DC062C

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

Split Complementary Colors of #DC062C

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

Tetradic Colors of #DC062C

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

Monochromatic Colors of #DC062C

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

Complementary Color of #DC062C

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

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

HTML Examples of #DC062C

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

Related Colors of #DC062C

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