Color Hex Logo

#c9120e Color Hex

#C9120E
(201,18,14)
0 Favorites   0 Comments

Color spaces of #c9120e

RGB 2011814
HSL0.000.870.42
HSV93°79°
CMYK 0.000.910.93   0.21
XYZ24.383012.88181.6168
Yxy12.88180.62710.3313
Hunter Lab35.891258.455822.4530
CIE-Lab42.584665.181951.8498

#c9120e color RGB value is (201,18,14).

#c9120e hex color red value is 201, green value is 18 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c9120e hue: 0.00 , saturation: 0.87 and the lightness value of c9120e is 0.42.

The process color (four color CMYK) of #c9120e color hex is 0.00, 0.91, 0.93, 0.21. Web safe color of #c9120e is #cc0000. Color #c9120e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010010 00001110
Octal 311 22 16
Decimal 201 18 14
Hex C9 12 E

RGB Percentages of Color #c9120e

%86.27
%7.73
%6.01

CMYK Percentages of Color #c9120e

%0
%91
%93
%21

Triadic Colors of #c9120e

#c9120e #0ec912 #120ec9

Analogous Colors of #c9120e

#c9120e #c9700e #c90e68

Monochromatic Colors of #c9120e

#c9120e

Complementary Color

#c9120e #0ec5c9

#c9120e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9120e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9120e Color CSS Codes

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

#c9120e Text Font Color

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

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


#c9120e Background Color

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

This div background color is #c9120e


#c9120e Border Color

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

This div border color is #c9120e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9120e


Comments

No comments written yet.

Please login to write comment.