Color Hex Logo

#c9002a Color Hex

#C9002A
(201,0,42)
0 Favorites   0 Comments

Color spaces of #c9002a

RGB 201042
HSL0.971.000.39
HSV347°100°79°
CMYK 0.001.000.79   0.21
XYZ24.505312.58473.3280
Yxy12.58470.60630.3114
Hunter Lab35.474961.222819.2703
CIE-Lab42.130767.668637.6931

#c9002a color RGB value is (201,0,42).

#c9002a hex color red value is 201, green value is 0 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c9002a hue: 0.97 , saturation: 1.00 and the lightness value of c9002a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000000 00101010
Octal 311 0 52
Decimal 201 0 42
Hex C9 0 2A

RGB Percentages of Color #c9002a

%82.72
%0.00
%17.28

CMYK Percentages of Color #c9002a

%0
%100
%79
%21

Triadic Colors of #c9002a

#c9002a #2ac900 #002ac9

Analogous Colors of #c9002a

#c9002a #c93a00 #c9008f

Monochromatic Colors of #c9002a

#c9002a

Complementary Color

#c9002a #00c99f

#c9002a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9002a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9002a Color CSS Codes

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

#c9002a Text Font Color

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

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


#c9002a Background Color

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

This div background color is #c9002a


#c9002a Border Color

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

This div border color is #c9002a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9002a


Comments

No comments written yet.

Please login to write comment.