Color Hex Logo

#cc172f Color Hex

#CC172F
(204,23,47)
0 Favorites   0 Comments

Color spaces of #cc172f

RGB 2042347
HSL0.980.800.45
HSV352°89°80°
CMYK 0.000.890.77   0.20
XYZ25.721313.65543.9694
Yxy13.65540.59340.3150
Hunter Lab36.953259.576919.4985
CIE-Lab43.734665.934236.6747

#cc172f color RGB value is (204,23,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00010111 00101111
Octal 314 27 57
Decimal 204 23 47
Hex CC 17 2F

RGB Percentages of Color #cc172f

%74.45
%8.39
%17.15

CMYK Percentages of Color #cc172f

%0
%89
%77
%20

Triadic Colors of #cc172f

#cc172f #2fcc17 #172fcc

Analogous Colors of #cc172f

#cc172f #cc5917 #cc178a

Monochromatic Colors of #cc172f

#cc172f

Complementary Color

#cc172f #17ccb4

#cc172f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc172f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc172f Color CSS Codes

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

#cc172f Text Font Color

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

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


#cc172f Background Color

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

This div background color is #cc172f


#cc172f Border Color

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

This div border color is #cc172f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc172f


Comments

No comments written yet.

Please login to write comment.