Color Hex Logo

#cd172e Color Hex

#CD172E
(205,23,46)
0 Favorites   0 Comments

Color spaces of #cd172e

RGB 2052346
HSL0.980.800.45
HSV352°89°80°
CMYK 0.000.890.78   0.20
XYZ25.976413.78923.8772
Yxy13.78920.59520.3160
Hunter Lab37.133859.882819.8031
CIE-Lab43.929166.161737.5275

#cd172e color RGB value is (205,23,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010111 00101110
Octal 315 27 56
Decimal 205 23 46
Hex CD 17 2E

RGB Percentages of Color #cd172e

%74.82
%8.39
%16.79

CMYK Percentages of Color #cd172e

%0
%89
%78
%20

Triadic Colors of #cd172e

#cd172e #2ecd17 #172ecd

Analogous Colors of #cd172e

#cd172e #cd5b17 #cd1789

Monochromatic Colors of #cd172e

#cd172e

Complementary Color

#cd172e #17cdb6

#cd172e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd172e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd172e Color CSS Codes

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

#cd172e Text Font Color

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

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


#cd172e Background Color

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

This div background color is #cd172e


#cd172e Border Color

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

This div border color is #cd172e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd172e


Comments

No comments written yet.

Please login to write comment.