Color Hex Logo

#c9144f Color Hex

#C9144F
(201,20,79)
0 Favorites   0 Comments

Color spaces of #c9144f

RGB 2012079
HSL0.950.820.43
HSV340°90°79°
CMYK 0.000.900.61   0.21
XYZ25.748813.48238.6424
Yxy13.48230.53790.2816
Hunter Lab36.718360.916811.7476
CIE-Lab43.481167.142016.6019

#c9144f color RGB value is (201,20,79).

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

The process color (four color CMYK) of #c9144f color hex is 0.00, 0.90, 0.61, 0.21. Web safe color of #c9144f is #cc0066. Color #c9144f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010100 01001111
Octal 311 24 117
Decimal 201 20 79
Hex C9 14 4F

RGB Percentages of Color #c9144f

%67.00
%6.67
%26.33

CMYK Percentages of Color #c9144f

%0
%90
%61
%21

Triadic Colors of #c9144f

#c9144f #4fc914 #144fc9

Analogous Colors of #c9144f

#c9144f #c93414 #c914aa

Monochromatic Colors of #c9144f

#c9144f

Complementary Color

#c9144f #14c98e

#c9144f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9144f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9144f Color CSS Codes

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

#c9144f Text Font Color

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

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


#c9144f Background Color

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

This div background color is #c9144f


#c9144f Border Color

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

This div border color is #c9144f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9144f


Comments

No comments written yet.

Please login to write comment.