Color Hex Logo

#c9013d Color Hex

#C9013D
(201,1,61)
0 Favorites   0 Comments

Color spaces of #c9013d

RGB 201161
HSL0.950.990.40
HSV342°100°79°
CMYK 0.001.000.70   0.21
XYZ24.940612.77615.5664
Yxy12.77610.57620.2952
Hunter Lab35.743761.999215.7873
CIE-Lab42.423968.278026.5029

#c9013d color RGB value is (201,1,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000001 00111101
Octal 311 1 75
Decimal 201 1 61
Hex C9 1 3D

RGB Percentages of Color #c9013d

%76.43
%0.38
%23.19

CMYK Percentages of Color #c9013d

%0
%100
%70
%21

Triadic Colors of #c9013d

#c9013d #3dc901 #013dc9

Analogous Colors of #c9013d

#c9013d #c92901 #c901a1

Monochromatic Colors of #c9013d

#c9013d

Complementary Color

#c9013d #01c98d

#c9013d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9013d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9013d Color CSS Codes

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

#c9013d Text Font Color

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

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


#c9013d Background Color

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

This div background color is #c9013d


#c9013d Border Color

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

This div border color is #c9013d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9013d


Comments

No comments written yet.

Please login to write comment.