color codes Logo

#c9140d color codes

#C9140D
(201,20,13)
0 Favorites   0 Comments

Color spaces of #c9140d

RGB 2012013
HSL0.010.880.42
HSV94°79°
CMYK 0.000.900.94   0.21
XYZ24.410212.94691.5932
Yxy12.94690.62670.3324
Hunter Lab35.981858.127022.5620
CIE-Lab42.683164.875352.2600

#c9140d color RGB value is (201,20,13).

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

The process color (four color CMYK) of #c9140d color code is 0.00, 0.90, 0.94, 0.21. Web safe color of #c9140d is #cc0000. Color #c9140d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010100 00001101
Octal 311 24 15
Decimal 201 20 13
Hex C9 14 D

RGB Percentages of Color #c9140d

%85.90
%8.55
%5.56

CMYK Percentages of Color #c9140d

%0
%90
%94
%21

Triadic Colors of #c9140d

#c9140d #0dc914 #140dc9

Analogous Colors of #c9140d

#c9140d #c9720d #c90d64

Monochromatic Colors of #c9140d

#c9140d

Complementary Color

#c9140d #0dc2c9

#c9140d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9140d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9140d Color CSS Codes

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

#c9140d Text Font Color

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

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


#c9140d Background Color

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

This div background color is #c9140d


#c9140d Border Color

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

This div border color is #c9140d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9140d


Comments

No comments written yet.

Please login to write comment.