Color Hex Logo

#c9202d Color Hex

#C9202D
(201,32,45)
0 Favorites   0 Comments

Color spaces of #c9202d

RGB 2013245
HSL0.990.730.46
HSV355°84°79°
CMYK 0.000.840.78   0.21
XYZ25.077613.64003.7937
Yxy13.64000.58990.3209
Hunter Lab36.932456.572419.7624
CIE-Lab43.712263.310337.6293

#c9202d color RGB value is (201,32,45).

#c9202d hex color red value is 201, green value is 32 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c9202d hue: 0.99 , saturation: 0.73 and the lightness value of c9202d is 0.46.

The process color (four color CMYK) of #c9202d color hex is 0.00, 0.84, 0.78, 0.21. Web safe color of #c9202d is #cc3333. Color #c9202d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00100000 00101101
Octal 311 40 55
Decimal 201 32 45
Hex C9 20 2D

RGB Percentages of Color #c9202d

%72.30
%11.51
%16.19

CMYK Percentages of Color #c9202d

%0
%84
%78
%21

Triadic Colors of #c9202d

#c9202d #2dc920 #202dc9

Analogous Colors of #c9202d

#c9202d #c96820 #c92082

Monochromatic Colors of #c9202d

#c9202d

Complementary Color

#c9202d #20c9bc

#c9202d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9202d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9202d Color CSS Codes

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

#c9202d Text Font Color

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

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


#c9202d Background Color

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

This div background color is #c9202d


#c9202d Border Color

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

This div border color is #c9202d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9202d


Comments

No comments written yet.

Please login to write comment.