Color Hex Logo

#c40306 Color Hex

#C40306
(196,3,6)
0 Favorites   0 Comments

Color spaces of #c40306

RGB 19636
HSL1.000.970.39
HSV359°98°77°
CMYK 0.000.980.97   0.23
XYZ22.830411.81401.2493
Yxy11.81400.63610.3291
Hunter Lab34.371558.414021.9050
CIE-Lab40.919065.469753.0269

#c40306 color RGB value is (196,3,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00000011 00000110
Octal 304 3 6
Decimal 196 3 6
Hex C4 3 6

RGB Percentages of Color #c40306

%95.61
%1.46
%2.93

CMYK Percentages of Color #c40306

%0
%98
%97
%23

Triadic Colors of #c40306

#c40306 #06c403 #0306c4

Analogous Colors of #c40306

#c40306 #c46003 #c40367

Monochromatic Colors of #c40306

#c40306

Complementary Color

#c40306 #03c4c1

#c40306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c40306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c40306 Color CSS Codes

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

#c40306 Text Font Color

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

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


#c40306 Background Color

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

This div background color is #c40306


#c40306 Border Color

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

This div border color is #c40306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c40306


Comments

No comments written yet.

Please login to write comment.