Color Hex Logo

#c9013e Color Hex

#C9013E
(201,1,62)
0 Favorites   0 Comments

Color spaces of #c9013e

RGB 201162
HSL0.950.990.40
HSV342°100°79°
CMYK 0.001.000.69   0.21
XYZ24.967712.78705.7096
Yxy12.78700.57440.2942
Hunter Lab35.758962.054715.5644
CIE-Lab42.440568.322325.9003

#c9013e color RGB value is (201,1,62).

#c9013e hex color red value is 201, green value is 1 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c9013e hue: 0.95 , saturation: 0.99 and the lightness value of c9013e is 0.40.

The process color (four color CMYK) of #c9013e color hex is 0.00, 1.00, 0.69, 0.21. Web safe color of #c9013e is #cc0033. Color #c9013e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000001 00111110
Octal 311 1 76
Decimal 201 1 62
Hex C9 1 3E

RGB Percentages of Color #c9013e

%76.14
%0.38
%23.48

CMYK Percentages of Color #c9013e

%0
%100
%69
%21

Triadic Colors of #c9013e

#c9013e #3ec901 #013ec9

Analogous Colors of #c9013e

#c9013e #c92801 #c901a2

Monochromatic Colors of #c9013e

#c9013e

Complementary Color

#c9013e #01c98c

#c9013e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9013e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9013e Color CSS Codes

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

#c9013e Text Font Color

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

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


#c9013e Background Color

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

This div background color is #c9013e


#c9013e Border Color

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

This div border color is #c9013e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9013e


Comments

No comments written yet.

Please login to write comment.