Color Hex Logo

#c9144b Color Hex

#C9144B
(201,20,75)
0 Favorites   0 Comments

Color spaces of #c9144b

RGB 2012075
HSL0.950.820.43
HSV342°90°79°
CMYK 0.000.900.63   0.21
XYZ25.607513.42587.8984
Yxy13.42580.54560.2861
Hunter Lab36.641260.626312.8683
CIE-Lab43.397966.907818.9993

#c9144b color RGB value is (201,20,75).

#c9144b hex color red value is 201, green value is 20 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c9144b hue: 0.95 , saturation: 0.82 and the lightness value of c9144b is 0.43.

The process color (four color CMYK) of #c9144b color hex is 0.00, 0.90, 0.63, 0.21. Web safe color of #c9144b is #cc0033. Color #c9144b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010100 01001011
Octal 311 24 113
Decimal 201 20 75
Hex C9 14 4B

RGB Percentages of Color #c9144b

%67.91
%6.76
%25.34

CMYK Percentages of Color #c9144b

%0
%90
%63
%21

Triadic Colors of #c9144b

#c9144b #4bc914 #144bc9

Analogous Colors of #c9144b

#c9144b #c93814 #c914a6

Monochromatic Colors of #c9144b

#c9144b

Complementary Color

#c9144b #14c992

#c9144b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9144b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9144b Color CSS Codes

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

#c9144b Text Font Color

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

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


#c9144b Background Color

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

This div background color is #c9144b


#c9144b Border Color

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

This div border color is #c9144b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,20,75, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9144b


Comments

No comments written yet.

Please login to write comment.