Color: #C44034

#C44034 Color Information

#C44034 is a dark color. The closest websafe version is #C44034. A complement of this color would be #34B9C5, perceived brightness is 0.40, and the grayscale version is #7C7C7C.

In the HSL color space, this color has a hue angle of 5°,a saturation of 58%, and a lightness of 49%.The HSV representation shows a hue of 5°, a saturation of 73%, and a value of 77%.

In a RGB color space, #C44034 is composed of 77% red, 25% green and 20% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 67% magenta, 73% yellow and 23% black.

In the Yxy color space, this color is represented as Y: 16.17, x: 0.5716, and y: 0.3483.

Color Code #C44034

#C44034rgb(196, 64, 52)
HEX
#C44034
RGB
rgb(196, 64, 52)
HSL
hsl(5, 58%, 49%)
HSV
hsv(5, 73%, 77%)
CMYK
0%, 67%, 73%, 23%
XYZ
X: 26.54, Y: 16.17, Z: 3.72
Lab
L: 47.19, a: 52.86, b: 37.78
Name

Shades of Color #C44034

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

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

#C44034rgb(196, 64, 52)

About #C44034 Color Code

In the HSL color space, this color has a hue angle of 5°, a saturation of 58%, and a lightness of 49%. The HSV representation shows a hue of 5°, a saturation of 73%, and a value of 77%.

  • HEX: #C44034
  • RGB: rgb(196, 64, 52)
  • HSL: hsl(5, 58%, 49%)
  • HSV: hsv(5, 73%, 77%)
  • CMYK: 0.00% cyan, 67.00% magenta, 73.00% yellow, 23.00% black
  • XYZ: 26.54, 16.17, 3.72
  • Yxy: 16.17, 0.5716, 0.3483
  • Hunter Lab: 47.19, 52.86, 37.78
  • CIE-Lab: 47.19, 52.86, 37.78

In the XYZ color space, this color is represented as X: 26.54, Y: 16.17, Z: 3.72. The Yxy representation further refines this as Y: 16.17, x: 0.5716, and y: 0.3483.

In the Hunter Lab color space, this color is represented as L: 47.19, a: 52.86, and b: 37.78. Similarly, in the CIE-Lab color space, it is represented as L: 47.19, a: 52.86, and b: 37.78.

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

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

Analogous Colors of #C44034

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

Split Complementary Colors of #C44034

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

Tetradic Colors of #C44034

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

Monochromatic Colors of #C44034

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

Complementary Color of #C44034

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

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

HTML Examples of #C44034

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

Related Colors of #C44034

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