Color Hex Logo

#c40607 Color Hex

#C40607
(196,6,7)
0 Favorites   0 Comments

Color spaces of #c40607

RGB 19667
HSL1.000.940.40
HSV360°97°77°
CMYK 0.000.970.96   0.23
XYZ22.868411.88141.2890
Yxy11.88140.63450.3297
Hunter Lab34.469458.102721.9114
CIE-Lab41.027065.176452.7403

#c40607 color RGB value is (196,6,7).

#c40607 hex color red value is 196, green value is 6 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #c40607 hue: 1.00 , saturation: 0.94 and the lightness value of c40607 is 0.40.

The process color (four color CMYK) of #c40607 color hex is 0.00, 0.97, 0.96, 0.23. Web safe color of #c40607 is #cc0000. Color #c40607 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000110 00000111
Octal 304 6 7
Decimal 196 6 7
Hex C4 6 7

RGB Percentages of Color #c40607

%93.78
%2.87
%3.35

CMYK Percentages of Color #c40607

%0
%97
%96
%23

Triadic Colors of #c40607

#c40607 #07c406 #0607c4

Analogous Colors of #c40607

#c40607 #c46406 #c40666

Monochromatic Colors of #c40607

#c40607

Complementary Color

#c40607 #06c4c3

#c40607 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40607 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40607 Color CSS Codes

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

#c40607 Text Font Color

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

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


#c40607 Background Color

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

This div background color is #c40607


#c40607 Border Color

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

This div border color is #c40607


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40607


Comments

No comments written yet.

Please login to write comment.