Color Hex Logo

#cc172b Color Hex

#CC172B
(204,23,43)
0 Favorites   0 Comments

Color spaces of #cc172b

RGB 2042343
HSL0.980.800.45
HSV353°89°80°
CMYK 0.000.890.79   0.20
XYZ25.644313.62463.5637
Yxy13.62460.59870.3181
Hunter Lab36.911559.417820.1138
CIE-Lab43.689765.804938.9382

#cc172b color RGB value is (204,23,43).

#cc172b hex color red value is 204, green value is 23 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #cc172b hue: 0.98 , saturation: 0.80 and the lightness value of cc172b is 0.45.

The process color (four color CMYK) of #cc172b color hex is 0.00, 0.89, 0.79, 0.20. Web safe color of #cc172b is #cc0033. Color #cc172b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010111 00101011
Octal 314 27 53
Decimal 204 23 43
Hex CC 17 2B

RGB Percentages of Color #cc172b

%75.56
%8.52
%15.93

CMYK Percentages of Color #cc172b

%0
%89
%79
%20

Triadic Colors of #cc172b

#cc172b #2bcc17 #172bcc

Analogous Colors of #cc172b

#cc172b #cc5e17 #cc1786

Monochromatic Colors of #cc172b

#cc172b

Complementary Color

#cc172b #17ccb8

#cc172b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc172b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc172b Color CSS Codes

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

#cc172b Text Font Color

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

This sample text font color is #cc172b
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.


#cc172b Background Color

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

This div background color is #cc172b


#cc172b Border Color

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

This div border color is #cc172b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc172b


Comments

No comments written yet.

Please login to write comment.