Color Hex Logo

#c9343d Color Hex

#C9343D
(201,52,61)
0 Favorites   0 Comments

Color spaces of #c9343d

RGB 2015261
HSL0.990.590.50
HSV356°74°79°
CMYK 0.000.740.70   0.21
XYZ26.157715.21045.9721
Yxy15.21040.55250.3213
Hunter Lab39.000551.469318.2214
CIE-Lab45.921058.328830.7711

#c9343d color RGB value is (201,52,61).

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

The process color (four color CMYK) of #c9343d color hex is 0.00, 0.74, 0.70, 0.21. Web safe color of #c9343d is #cc3333. Color #c9343d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00110100 00111101
Octal 311 64 75
Decimal 201 52 61
Hex C9 34 3D

RGB Percentages of Color #c9343d

%64.01
%16.56
%19.43

CMYK Percentages of Color #c9343d

%0
%74
%70
%21

Triadic Colors of #c9343d

#c9343d #3dc934 #343dc9

Analogous Colors of #c9343d

#c9343d #c97634 #c93488

Monochromatic Colors of #c9343d

#c9343d

Complementary Color

#c9343d #34c9c0

#c9343d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9343d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9343d Color CSS Codes

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

#c9343d Text Font Color

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

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


#c9343d Background Color

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

This div background color is #c9343d


#c9343d Border Color

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

This div border color is #c9343d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9343d


Comments

No comments written yet.

Please login to write comment.