Color Hex Logo

#cd140d Color Hex

#CD140D
(205,20,13)
0 Favorites   0 Comments

Color spaces of #cd140d

RGB 2052013
HSL0.010.880.43
HSV94°80°
CMYK 0.000.900.94   0.20
XYZ25.499613.50851.6442
Yxy13.50850.62730.3323
Hunter Lab36.753959.522723.0754
CIE-Lab43.519665.928953.1858

#cd140d color RGB value is (205,20,13).

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

The process color (four color CMYK) of #cd140d color hex is 0.00, 0.90, 0.94, 0.20. Web safe color of #cd140d is #cc0000. Color #cd140d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 00010100 00001101
Octal 315 24 15
Decimal 205 20 13
Hex CD 14 D

RGB Percentages of Color #cd140d

%86.13
%8.40
%5.46

CMYK Percentages of Color #cd140d

%0
%90
%94
%20

Triadic Colors of #cd140d

#cd140d #0dcd14 #140dcd

Analogous Colors of #cd140d

#cd140d #cd740d #cd0d66

Monochromatic Colors of #cd140d

#cd140d

Complementary Color

#cd140d #0dc6cd

#cd140d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd140d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd140d Color CSS Codes

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

#cd140d Text Font Color

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

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


#cd140d Background Color

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

This div background color is #cd140d


#cd140d Border Color

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

This div border color is #cd140d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,20,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 #cd140d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd140d


Comments

No comments written yet.

Please login to write comment.