Color: #DB451C

#DB451C Color Information

#DB451C is a dark color. The closest websafe version is #DB451C. A complement of this color would be #1CB0D9, perceived brightness is 0.43, and the grayscale version is #7C7C7C.

In the HSL color space, this color has a hue angle of 13°,a saturation of 77%, and a lightness of 48%.The HSV representation shows a hue of 13°, a saturation of 87%, and a value of 86%.

In a RGB color space, #DB451C is composed of 86% red, 27% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 68% magenta, 87% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 20.10, x: 0.5972, and y: 0.3600.

Color Code #DB451C

#DB451Crgb(219, 69, 28)
HEX
#DB451C
RGB
rgb(219, 69, 28)
HSL
hsl(13, 77%, 48%)
HSV
hsv(13, 87%, 86%)
CMYK
0%, 68%, 87%, 14%
XYZ
X: 33.35, Y: 20.10, Z: 2.39
Lab
L: 51.95, a: 58.09, b: 55.70
Name

Shades of Color #DB451C

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

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

#DB451Crgb(219, 69, 28)

About #DB451C Color Code

In the HSL color space, this color has a hue angle of 13°, a saturation of 77%, and a lightness of 48%. The HSV representation shows a hue of 13°, a saturation of 87%, and a value of 86%.

  • HEX: #DB451C
  • RGB: rgb(219, 69, 28)
  • HSL: hsl(13, 77%, 48%)
  • HSV: hsv(13, 87%, 86%)
  • CMYK: 0.00% cyan, 68.00% magenta, 87.00% yellow, 14.00% black
  • XYZ: 33.35, 20.10, 2.39
  • Yxy: 20.10, 0.5972, 0.3600
  • Hunter Lab: 51.95, 58.09, 55.70
  • CIE-Lab: 51.95, 58.09, 55.70

In the XYZ color space, this color is represented as X: 33.35, Y: 20.10, Z: 2.39. The Yxy representation further refines this as Y: 20.10, x: 0.5972, and y: 0.3600.

In the Hunter Lab color space, this color is represented as L: 51.95, a: 58.09, and b: 55.70. Similarly, in the CIE-Lab color space, it is represented as L: 51.95, a: 58.09, and b: 55.70.

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

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

Analogous Colors of #DB451C

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

Split Complementary Colors of #DB451C

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

Tetradic Colors of #DB451C

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

Monochromatic Colors of #DB451C

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

Complementary Color of #DB451C

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

/* Using HEX */
body {
  background-color: #db451c;
}
/* Using RGB */
body {
  background-color: rgb(219, 69, 28);
}
/* Using RGB with opacity */
body {
  background-color: rgba(219, 69, 28, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(13, 77%, 48%);
}
/* Text color */
p {
  color: #db451c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #db451c;
}
/* Border color */
.box {
  border: 4px solid #db451c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #db451c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #db451c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DB451C
On Black Background
#DB451C
On White Background
#DB451C

HTML Examples of #DB451C

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

Related Colors of #DB451C

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