Color Hex Logo

#cd420d Color Hex

#CD420D
(205,66,13)
0 Favorites   0 Comments

Color spaces of #cd420d

RGB 2056613
HSL0.050.880.43
HSV17°94°80°
CMYK 0.000.680.94   0.20
XYZ27.197716.90462.2102
Yxy16.90460.58730.3650
Hunter Lab41.115246.126125.5934
CIE-Lab48.139653.020456.0281

#cd420d color RGB value is (205,66,13).

#cd420d hex color red value is 205, green value is 66 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #cd420d hue: 0.05 , saturation: 0.88 and the lightness value of cd420d is 0.43.

The process color (four color CMYK) of #cd420d color hex is 0.00, 0.68, 0.94, 0.20. Web safe color of #cd420d is #cc3300. Color #cd420d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01000010 00001101
Octal 315 102 15
Decimal 205 66 13
Hex CD 42 D

RGB Percentages of Color #cd420d

%72.18
%23.24
%4.58

CMYK Percentages of Color #cd420d

%0
%68
%94
%20

Triadic Colors of #cd420d

#cd420d #0dcd42 #420dcd

Analogous Colors of #cd420d

#cd420d #cda20d #cd0d38

Monochromatic Colors of #cd420d

#cd420d

Complementary Color

#cd420d #0d98cd

#cd420d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd420d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd420d Color CSS Codes

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

#cd420d Text Font Color

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

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


#cd420d Background Color

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

This div background color is #cd420d


#cd420d Border Color

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

This div border color is #cd420d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd420d


Comments

No comments written yet.

Please login to write comment.