Color Hex Logo

#c40129 Color Hex

#C40129
(196,1,41)
0 Favorites   0 Comments

Color spaces of #c40129

RGB 196141
HSL0.970.990.39
HSV348°99°77°
CMYK 0.000.990.79   0.23
XYZ23.176011.91763.1766
Yxy11.91760.60560.3114
Hunter Lab34.521959.421318.7096
CIE-Lab41.084966.315136.8529

#c40129 color RGB value is (196,1,41).

#c40129 hex color red value is 196, green value is 1 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #c40129 hue: 0.97 , saturation: 0.99 and the lightness value of c40129 is 0.39.

The process color (four color CMYK) of #c40129 color hex is 0.00, 0.99, 0.79, 0.23. Web safe color of #c40129 is #cc0033. Color #c40129 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000001 00101001
Octal 304 1 51
Decimal 196 1 41
Hex C4 1 29

RGB Percentages of Color #c40129

%82.35
%0.42
%17.23

CMYK Percentages of Color #c40129

%0
%99
%79
%23

Triadic Colors of #c40129

#c40129 #29c401 #0129c4

Analogous Colors of #c40129

#c40129 #c43b01 #c4018b

Monochromatic Colors of #c40129

#c40129

Complementary Color

#c40129 #01c49c

#c40129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40129 Color CSS Codes

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

#c40129 Text Font Color

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

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


#c40129 Background Color

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

This div background color is #c40129


#c40129 Border Color

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

This div border color is #c40129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40129


Comments

No comments written yet.

Please login to write comment.