Color Hex Logo

#c01131 Color Hex

#C01131
(192,17,49)
0 Favorites   0 Comments

Color spaces of #c01131

RGB 1921749
HSL0.970.840.41
HSV349°91°75°
CMYK 0.000.910.74   0.25
XYZ22.493111.82914.0035
Yxy11.82910.58690.3086
Hunter Lab34.393556.549317.1739
CIE-Lab40.943263.826931.6726

#c01131 color RGB value is (192,17,49).

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

The process color (four color CMYK) of #c01131 color hex is 0.00, 0.91, 0.74, 0.25. Web safe color of #c01131 is #cc0033. Color #c01131 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010001 00110001
Octal 300 21 61
Decimal 192 17 49
Hex C0 11 31

RGB Percentages of Color #c01131

%74.42
%6.59
%18.99

CMYK Percentages of Color #c01131

%0
%91
%74
%25

Triadic Colors of #c01131

#c01131 #31c011 #1131c0

Analogous Colors of #c01131

#c01131 #c04911 #c01189

Monochromatic Colors of #c01131

#c01131

Complementary Color

#c01131 #11c0a0

#c01131 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01131 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01131 Color CSS Codes

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

#c01131 Text Font Color

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

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


#c01131 Background Color

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

This div background color is #c01131


#c01131 Border Color

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

This div border color is #c01131


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,17,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01131


Comments

No comments written yet.

Please login to write comment.