Color Hex Logo

#cd321d Color Hex

#CD321D
(205,50,29)
0 Favorites   0 Comments

Color spaces of #cd321d

RGB 2055029
HSL0.020.750.46
HSV86°80°
CMYK 0.000.760.86   0.20
XYZ26.539215.34902.7263
Yxy15.34900.59490.3440
Hunter Lab39.177852.355523.2986
CIE-Lab46.108559.094148.5731

#cd321d color RGB value is (205,50,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 00110010 00011101
Octal 315 62 35
Decimal 205 50 29
Hex CD 32 1D

RGB Percentages of Color #cd321d

%72.18
%17.61
%10.21

CMYK Percentages of Color #cd321d

%0
%76
%86
%20

Triadic Colors of #cd321d

#cd321d #1dcd32 #321dcd

Analogous Colors of #cd321d

#cd321d #cd8a1d #cd1d60

Monochromatic Colors of #cd321d

#cd321d

Complementary Color

#cd321d #1db8cd

#cd321d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd321d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd321d Color CSS Codes

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

#cd321d Text Font Color

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

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


#cd321d Background Color

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

This div background color is #cd321d


#cd321d Border Color

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

This div border color is #cd321d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd321d


Comments

No comments written yet.

Please login to write comment.