Color: #CC332C

#CC332C Color Information

#CC332C is a dark color. The closest websafe version is #CC332C. A complement of this color would be #2CC6CE, perceived brightness is 0.38, and the grayscale version is #7C7C7C.

In the HSL color space, this color has a hue angle of 3°,a saturation of 65%, and a lightness of 49%.The HSV representation shows a hue of 3°, a saturation of 78%, and a value of 80%.

In a RGB color space, #CC332C is composed of 80% red, 20% green and 17% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 75% magenta, 78% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 15.96, x: 0.5965, and y: 0.3404.

Color Code #CC332C

#CC332Crgb(204, 51, 44)
HEX
#CC332C
RGB
rgb(204, 51, 44)
HSL
hsl(3, 65%, 49%)
HSV
hsv(3, 78%, 80%)
CMYK
0%, 75%, 78%, 20%
XYZ
X: 27.97, Y: 15.96, Z: 2.96
Lab
L: 46.92, a: 59.75, b: 42.52
Name

Shades of Color #CC332C

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

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

#CC332Crgb(204, 51, 44)

About #CC332C Color Code

In the HSL color space, this color has a hue angle of 3°, a saturation of 65%, and a lightness of 49%. The HSV representation shows a hue of 3°, a saturation of 78%, and a value of 80%.

  • HEX: #CC332C
  • RGB: rgb(204, 51, 44)
  • HSL: hsl(3, 65%, 49%)
  • HSV: hsv(3, 78%, 80%)
  • CMYK: 0.00% cyan, 75.00% magenta, 78.00% yellow, 20.00% black
  • XYZ: 27.97, 15.96, 2.96
  • Yxy: 15.96, 0.5965, 0.3404
  • Hunter Lab: 46.92, 59.75, 42.52
  • CIE-Lab: 46.92, 59.75, 42.52

In the XYZ color space, this color is represented as X: 27.97, Y: 15.96, Z: 2.96. The Yxy representation further refines this as Y: 15.96, x: 0.5965, and y: 0.3404.

In the Hunter Lab color space, this color is represented as L: 46.92, a: 59.75, and b: 42.52. Similarly, in the CIE-Lab color space, it is represented as L: 46.92, a: 59.75, and b: 42.52.

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

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

Analogous Colors of #CC332C

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

Split Complementary Colors of #CC332C

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

Tetradic Colors of #CC332C

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

Monochromatic Colors of #CC332C

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

Complementary Color of #CC332C

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

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

HTML Examples of #CC332C

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

Related Colors of #CC332C

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