Color Hex Logo

#c9400d Color Hex

#C9400D
(201,64,13)
0 Favorites   0 Comments

Color spaces of #c9400d

RGB 2016413
HSL0.050.880.42
HSV16°94°79°
CMYK 0.000.680.94   0.21
XYZ25.993416.11342.1210
Yxy16.11340.58770.3643
Hunter Lab40.141545.339024.9663
CIE-Lab47.122952.465955.0192

#c9400d color RGB value is (201,64,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01000000 00001101
Octal 311 100 15
Decimal 201 64 13
Hex C9 40 D

RGB Percentages of Color #c9400d

%72.30
%23.02
%4.68

CMYK Percentages of Color #c9400d

%0
%68
%94
%21

Triadic Colors of #c9400d

#c9400d #0dc940 #400dc9

Analogous Colors of #c9400d

#c9400d #c99e0d #c90d38

Monochromatic Colors of #c9400d

#c9400d

Complementary Color

#c9400d #0d96c9

#c9400d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9400d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9400d Color CSS Codes

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

#c9400d Text Font Color

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

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


#c9400d Background Color

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

This div background color is #c9400d


#c9400d Border Color

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

This div border color is #c9400d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9400d


Comments

No comments written yet.

Please login to write comment.