Color: #C61B1E

#C61B1E Color Information

#C61B1E is a dark color. The closest websafe version is #C61B1E. A complement of this color would be #1BC5C3, perceived brightness is 0.31, and the grayscale version is #717171.

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

In a RGB color space, #C61B1E is composed of 78% red, 11% green and 12% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 86% magenta, 85% yellow and 22% black.

In the Yxy color space, this color is represented as Y: 13.43, x: 0.6233, and y: 0.3318.

Color Code #C61B1E

HEX
#C61B1E
RGB
rgb(198, 27, 30)
HSL
hsl(359, 76%, 44%)
HSV
hsv(359, 86%, 78%)
CMYK
0%, 86%, 85%, 22%
XYZ
X: 25.23, Y: 13.43, Z: 1.82
Lab
L: 43.40, a: 63.77, b: 46.33
Name

Shades of Color #C61B1E

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

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

About #C61B1E Color Code

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

  • HEX: #C61B1E
  • RGB: rgb(198, 27, 30)
  • HSL: hsl(359, 76%, 44%)
  • HSV: hsv(359, 86%, 78%)
  • CMYK: 0.00% cyan, 86.00% magenta, 85.00% yellow, 22.00% black
  • XYZ: 25.23, 13.43, 1.82
  • Yxy: 13.43, 0.6233, 0.3318
  • Hunter Lab: 43.40, 63.77, 46.33
  • CIE-Lab: 43.40, 63.77, 46.33

In the XYZ color space, this color is represented as X: 25.23, Y: 13.43, Z: 1.82. The Yxy representation further refines this as Y: 13.43, x: 0.6233, and y: 0.3318.

In the Hunter Lab color space, this color is represented as L: 43.40, a: 63.77, and b: 46.33. Similarly, in the CIE-Lab color space, it is represented as L: 43.40, a: 63.77, and b: 46.33.

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

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

Analogous Colors of #C61B1E

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

Monochromatic Colors of #C61B1E

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

Complementary Color of #C61B1E

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

/* Using HEX */
body {
  background-color: #c61b1e;
}
/* Using RGB */
body {
  background-color: rgb(198, 27, 30);
}
/* Using RGB with opacity */
body {
  background-color: rgba(198, 27, 30, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(359, 76%, 44%);
}
/* Text color */
p {
  color: #c61b1e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c61b1e;
}

HTML Examples of #C61B1E

<!-- Using HEX -->
<div style="background-color: #c61b1e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(198, 27, 30); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(198, 27, 30, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(359, 76%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c61b1e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c61b1e; width: 100px; height: 100px;"></div>

Related Colors of #C61B1E

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