Color Hex Logo

#c40b29 Color Hex

#C40B29
(196,11,41)
0 Favorites   0 Comments

Color spaces of #c40b29

RGB 1961141
HSL0.970.890.41
HSV350°94°77°
CMYK 0.000.940.79   0.23
XYZ23.284912.13523.2129
Yxy12.13520.60270.3141
Hunter Lab34.835658.351018.9166
CIE-Lab41.430265.315137.2147

#c40b29 color RGB value is (196,11,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00001011 00101001
Octal 304 13 51
Decimal 196 11 41
Hex C4 B 29

RGB Percentages of Color #c40b29

%79.03
%4.44
%16.53

CMYK Percentages of Color #c40b29

%0
%94
%79
%23

Triadic Colors of #c40b29

#c40b29 #29c40b #0b29c4

Analogous Colors of #c40b29

#c40b29 #c44a0b #c40b86

Monochromatic Colors of #c40b29

#c40b29

Complementary Color

#c40b29 #0bc4a6

#c40b29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40b29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40b29 Color CSS Codes

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

#c40b29 Text Font Color

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

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


#c40b29 Background Color

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

This div background color is #c40b29


#c40b29 Border Color

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

This div border color is #c40b29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40b29


Comments

No comments written yet.

Please login to write comment.