Color: #CF1E3E

#CF1E3E Color Information

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

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

In a RGB color space, #CF1E3E is composed of 81% red, 12% green and 24% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 86% magenta, 70% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 15.11, x: 0.5923, and y: 0.3151.

Color Code #CF1E3E

HEX
#CF1E3E
RGB
rgb(207, 30, 62)
HSL
hsl(349, 75%, 46%)
HSV
hsv(349, 86%, 81%)
CMYK
0%, 86%, 70%, 19%
XYZ
X: 28.40, Y: 15.11, Z: 4.44
Lab
L: 45.78, a: 66.38, b: 31.04
Name

Shades of Color #CF1E3E

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

Tints are created by lightening the original color #CF1E3E 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 #CF1E3E Color Code

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

  • HEX: #CF1E3E
  • RGB: rgb(207, 30, 62)
  • HSL: hsl(349, 75%, 46%)
  • HSV: hsv(349, 86%, 81%)
  • CMYK: 0.00% cyan, 86.00% magenta, 70.00% yellow, 19.00% black
  • XYZ: 28.40, 15.11, 4.44
  • Yxy: 15.11, 0.5923, 0.3151
  • Hunter Lab: 45.78, 66.38, 31.04
  • CIE-Lab: 45.78, 66.38, 31.04

In the XYZ color space, this color is represented as X: 28.40, Y: 15.11, Z: 4.44. The Yxy representation further refines this as Y: 15.11, x: 0.5923, and y: 0.3151.

In the Hunter Lab color space, this color is represented as L: 45.78, a: 66.38, and b: 31.04. Similarly, in the CIE-Lab color space, it is represented as L: 45.78, a: 66.38, and b: 31.04.

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

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

Analogous Colors of #CF1E3E

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

Monochromatic Colors of #CF1E3E

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

Complementary Color of #CF1E3E

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

/* Using HEX */
body {
  background-color: #cf1e3e;
}
/* Using RGB */
body {
  background-color: rgb(207, 30, 62);
}
/* Using RGB with opacity */
body {
  background-color: rgba(207, 30, 62, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(349, 75%, 46%);
}
/* Text color */
p {
  color: #cf1e3e;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cf1e3e;
}

HTML Examples of #CF1E3E

<!-- Using HEX -->
<div style="background-color: #cf1e3e; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(207, 30, 62); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(207, 30, 62, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(349, 75%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cf1e3e;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cf1e3e; width: 100px; height: 100px;"></div>

Related Colors of #CF1E3E

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