Color Hex Logo

#cc1d20 Color Hex

#CC1D20
(204,29,32)
0 Favorites   0 Comments

Color spaces of #cc1d20

RGB 2042932
HSL1.000.750.46
HSV359°86°80°
CMYK 0.000.860.84   0.20
XYZ25.601913.82042.6847
Yxy13.82040.60800.3282
Hunter Lab37.175857.870221.7414
CIE-Lab43.974364.400145.1924

#cc1d20 color RGB value is (204,29,32).

#cc1d20 hex color red value is 204, green value is 29 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #cc1d20 hue: 1.00 , saturation: 0.75 and the lightness value of cc1d20 is 0.46.

The process color (four color CMYK) of #cc1d20 color hex is 0.00, 0.86, 0.84, 0.20. Web safe color of #cc1d20 is #cc3333. Color #cc1d20 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00011101 00100000
Octal 314 35 40
Decimal 204 29 32
Hex CC 1D 20

RGB Percentages of Color #cc1d20

%76.98
%10.94
%12.08

CMYK Percentages of Color #cc1d20

%0
%86
%84
%20

Triadic Colors of #cc1d20

#cc1d20 #20cc1d #1d20cc

Analogous Colors of #cc1d20

#cc1d20 #cc721d #cc1d78

Monochromatic Colors of #cc1d20

#cc1d20

Complementary Color

#cc1d20 #1dccc9

#cc1d20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc1d20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc1d20 Color CSS Codes

.mybgcolor {background-color:#cc1d20; } 
.myforecolor {color:#cc1d20; }
.mybordercolor {border:3px solid #cc1d20; }

#cc1d20 Text Font Color

<p style="color:#cc1d20">Text here</p>

This sample text font color is #cc1d20
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cc1d20 Background Color

<div style="background-color:#cc1d20">
Div content here</div>

This div background color is #cc1d20


#cc1d20 Border Color

<div style="border:3px solid #cc1d20">
Div here</div>

This div border color is #cc1d20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,29,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cc1d20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cc1d20;
  -webkit-box-shadow: 1px 1px 3px 2px #cc1d20;
  box-shadow:         1px 1px 3px 2px #cc1d20; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,29,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cc1d20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cc1d20;
  -webkit-box-shadow: 1px 1px 3px 2px #cc1d20;
  box-shadow:         1px 1px 3px 2px #cc1d20;">
Div content here</div>

This div box has shadow with color #cc1d20


Comments

No comments written yet.

Please login to write comment.