Color: #C22C1E

#C22C1E Color Information

#C22C1E is a dark color. The closest websafe version is #C22C1E. A complement of this color would be #1EB4C2, perceived brightness is 0.34, and the grayscale version is #707070.

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

In a RGB color space, #C22C1E is composed of 76% red, 17% green and 12% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 77% magenta, 85% yellow and 24% black.

In the Yxy color space, this color is represented as Y: 13.89, x: 0.6095, and y: 0.3430.

Color Code #C22C1E

#C22C1Ergb(194, 44, 30)
HEX
#C22C1E
RGB
rgb(194, 44, 30)
HSL
hsl(5, 73%, 44%)
HSV
hsv(5, 85%, 76%)
CMYK
0%, 77%, 85%, 24%
XYZ
X: 24.68, Y: 13.89, Z: 1.92
Lab
L: 44.07, a: 58.54, b: 46.44
Name

Shades of Color #C22C1E

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

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

#C22C1Ergb(194, 44, 30)

About #C22C1E Color Code

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

  • HEX: #C22C1E
  • RGB: rgb(194, 44, 30)
  • HSL: hsl(5, 73%, 44%)
  • HSV: hsv(5, 85%, 76%)
  • CMYK: 0.00% cyan, 77.00% magenta, 85.00% yellow, 24.00% black
  • XYZ: 24.68, 13.89, 1.92
  • Yxy: 13.89, 0.6095, 0.3430
  • Hunter Lab: 44.07, 58.54, 46.44
  • CIE-Lab: 44.07, 58.54, 46.44

In the XYZ color space, this color is represented as X: 24.68, Y: 13.89, Z: 1.92. The Yxy representation further refines this as Y: 13.89, x: 0.6095, and y: 0.3430.

In the Hunter Lab color space, this color is represented as L: 44.07, a: 58.54, and b: 46.44. Similarly, in the CIE-Lab color space, it is represented as L: 44.07, a: 58.54, and b: 46.44.

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

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

Analogous Colors of #C22C1E

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

Split Complementary Colors of #C22C1E

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

Tetradic Colors of #C22C1E

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

Monochromatic Colors of #C22C1E

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

Complementary Color of #C22C1E

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

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

HTML Examples of #C22C1E

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

Related Colors of #C22C1E

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