Color Hex Logo

#c61329 Color Hex

#C61329
(198,19,41)
0 Favorites   0 Comments

Color spaces of #c61329

RGB 1981941
HSL0.980.820.43
HSV353°90°78°
CMYK 0.000.900.79   0.22
XYZ23.921812.63163.2751
Yxy12.63160.60060.3171
Hunter Lab35.541057.947519.4151
CIE-Lab42.202864.811638.1505

#c61329 color RGB value is (198,19,41).

#c61329 hex color red value is 198, green value is 19 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #c61329 hue: 0.98 , saturation: 0.82 and the lightness value of c61329 is 0.43.

The process color (four color CMYK) of #c61329 color hex is 0.00, 0.90, 0.79, 0.22. Web safe color of #c61329 is #cc0033. Color #c61329 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 00101001
Octal 306 23 51
Decimal 198 19 41
Hex C6 13 29

RGB Percentages of Color #c61329

%76.74
%7.36
%15.89

CMYK Percentages of Color #c61329

%0
%90
%79
%22

Triadic Colors of #c61329

#c61329 #29c613 #1329c6

Analogous Colors of #c61329

#c61329 #c65613 #c61383

Monochromatic Colors of #c61329

#c61329

Complementary Color

#c61329 #13c6b0

#c61329 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61329 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61329 Color CSS Codes

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

#c61329 Text Font Color

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

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


#c61329 Background Color

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

This div background color is #c61329


#c61329 Border Color

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

This div border color is #c61329


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,19,41, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61329


Comments

No comments written yet.

Please login to write comment.