Color Hex Logo

#c40425 Color Hex

#C40425
(196,4,37)
0 Favorites   0 Comments

Color spaces of #c40425

RGB 196437
HSL0.970.960.39
HSV350°98°77°
CMYK 0.000.980.81   0.23
XYZ23.142311.95622.8383
Yxy11.95620.61000.3152
Hunter Lab34.577758.956019.3376
CIE-Lab41.146465.898239.2272

#c40425 color RGB value is (196,4,37).

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

The process color (four color CMYK) of #c40425 color hex is 0.00, 0.98, 0.81, 0.23. Web safe color of #c40425 is #cc0033. Color #c40425 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000100 00100101
Octal 304 4 45
Decimal 196 4 37
Hex C4 4 25

RGB Percentages of Color #c40425

%82.70
%1.69
%15.61

CMYK Percentages of Color #c40425

%0
%98
%81
%23

Triadic Colors of #c40425

#c40425 #25c404 #0425c4

Analogous Colors of #c40425

#c40425 #c44304 #c40485

Monochromatic Colors of #c40425

#c40425

Complementary Color

#c40425 #04c4a3

#c40425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40425 Color CSS Codes

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

#c40425 Text Font Color

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

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


#c40425 Background Color

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

This div background color is #c40425


#c40425 Border Color

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

This div border color is #c40425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40425


Comments

No comments written yet.

Please login to write comment.