Color Hex Logo

#c9303e Color Hex

#C9303E
(201,48,62)
0 Favorites   0 Comments

Color spaces of #c9303e

RGB 2014862
HSL0.980.610.49
HSV355°76°79°
CMYK 0.000.760.69   0.21
XYZ26.013814.87926.0583
Yxy14.87920.55410.3169
Hunter Lab38.573652.875717.6895
CIE-Lab45.468359.682829.6267

#c9303e color RGB value is (201,48,62).

#c9303e hex color red value is 201, green value is 48 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #c9303e hue: 0.98 , saturation: 0.61 and the lightness value of c9303e is 0.49.

The process color (four color CMYK) of #c9303e color hex is 0.00, 0.76, 0.69, 0.21. Web safe color of #c9303e is #cc3333. Color #c9303e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110000 00111110
Octal 311 60 76
Decimal 201 48 62
Hex C9 30 3E

RGB Percentages of Color #c9303e

%64.63
%15.43
%19.94

CMYK Percentages of Color #c9303e

%0
%76
%69
%21

Triadic Colors of #c9303e

#c9303e #3ec930 #303ec9

Analogous Colors of #c9303e

#c9303e #c96f30 #c9308b

Monochromatic Colors of #c9303e

#c9303e

Complementary Color

#c9303e #30c9bb

#c9303e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9303e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9303e Color CSS Codes

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

#c9303e Text Font Color

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

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


#c9303e Background Color

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

This div background color is #c9303e


#c9303e Border Color

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

This div border color is #c9303e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,48,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 #c9303e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9303e


Comments

No comments written yet.

Please login to write comment.