Color: #CE1B2C

#CE1B2C Color Information

#CE1B2C is a dark color. The closest websafe version is #CE1B2C. A complement of this color would be #1BD0BE, perceived brightness is 0.32, and the grayscale version is #747474.

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

In a RGB color space, #CE1B2C is composed of 81% red, 11% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 87% magenta, 79% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 14.67, x: 0.6136, and y: 0.3250.

Color Code #CE1B2C

#CE1B2Crgb(206, 27, 44)
HEX
#CE1B2C
RGB
rgb(206, 27, 44)
HSL
hsl(354, 77%, 46%)
HSV
hsv(354, 87%, 81%)
CMYK
0%, 87%, 79%, 19%
XYZ
X: 27.70, Y: 14.67, Z: 2.77
Lab
L: 45.18, a: 66.19, b: 41.01
Name

Shades of Color #CE1B2C

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

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

#CE1B2Crgb(206, 27, 44)

About #CE1B2C Color Code

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

  • HEX: #CE1B2C
  • RGB: rgb(206, 27, 44)
  • HSL: hsl(354, 77%, 46%)
  • HSV: hsv(354, 87%, 81%)
  • CMYK: 0.00% cyan, 87.00% magenta, 79.00% yellow, 19.00% black
  • XYZ: 27.70, 14.67, 2.77
  • Yxy: 14.67, 0.6136, 0.3250
  • Hunter Lab: 45.18, 66.19, 41.01
  • CIE-Lab: 45.18, 66.19, 41.01

In the XYZ color space, this color is represented as X: 27.70, Y: 14.67, Z: 2.77. The Yxy representation further refines this as Y: 14.67, x: 0.6136, and y: 0.3250.

In the Hunter Lab color space, this color is represented as L: 45.18, a: 66.19, and b: 41.01. Similarly, in the CIE-Lab color space, it is represented as L: 45.18, a: 66.19, and b: 41.01.

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

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

Analogous Colors of #CE1B2C

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

Monochromatic Colors of #CE1B2C

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

Complementary Color of #CE1B2C

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

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

HTML Examples of #CE1B2C

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

Related Colors of #CE1B2C

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