Color Hex Logo

#c0132d Color Hex

#C0132D
(192,19,45)
0 Favorites   0 Comments

Color spaces of #c0132d

RGB 1921945
HSL0.970.820.41
HSV351°90°75°
CMYK 0.000.900.77   0.25
XYZ22.444811.86173.5892
Yxy11.86170.59230.3130
Hunter Lab34.440856.055617.9298
CIE-Lab40.995563.380234.1408

#c0132d color RGB value is (192,19,45).

#c0132d hex color red value is 192, green value is 19 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c0132d hue: 0.97 , saturation: 0.82 and the lightness value of c0132d is 0.41.

The process color (four color CMYK) of #c0132d color hex is 0.00, 0.90, 0.77, 0.25. Web safe color of #c0132d is #cc0033. Color #c0132d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010011 00101101
Octal 300 23 55
Decimal 192 19 45
Hex C0 13 2D

RGB Percentages of Color #c0132d

%75.00
%7.42
%17.58

CMYK Percentages of Color #c0132d

%0
%90
%77
%25

Triadic Colors of #c0132d

#c0132d #2dc013 #132dc0

Analogous Colors of #c0132d

#c0132d #c04f13 #c01384

Monochromatic Colors of #c0132d

#c0132d

Complementary Color

#c0132d #13c0a6

#c0132d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0132d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0132d Color CSS Codes

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

#c0132d Text Font Color

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

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


#c0132d Background Color

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

This div background color is #c0132d


#c0132d Border Color

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

This div border color is #c0132d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0132d


Comments

No comments written yet.

Please login to write comment.