Color Hex Logo

#c42306 Color Hex

#C42306
(196,35,6)
0 Favorites   0 Comments

Color spaces of #c42306

RGB 196356
HSL0.030.940.40
HSV97°77°
CMYK 0.000.820.97   0.23
XYZ23.398912.95101.4388
Yxy12.95100.61920.3427
Hunter Lab35.987553.081722.8208
CIE-Lab42.689360.397553.9049

#c42306 color RGB value is (196,35,6).

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

The process color (four color CMYK) of #c42306 color hex is 0.00, 0.82, 0.97, 0.23. Web safe color of #c42306 is #cc3300. Color #c42306 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100011 00000110
Octal 304 43 6
Decimal 196 35 6
Hex C4 23 6

RGB Percentages of Color #c42306

%82.70
%14.77
%2.53

CMYK Percentages of Color #c42306

%0
%82
%97
%23

Triadic Colors of #c42306

#c42306 #06c423 #2306c4

Analogous Colors of #c42306

#c42306 #c48206 #c40648

Monochromatic Colors of #c42306

#c42306

Complementary Color

#c42306 #06a7c4

#c42306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42306 Color CSS Codes

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

#c42306 Text Font Color

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

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


#c42306 Background Color

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

This div background color is #c42306


#c42306 Border Color

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

This div border color is #c42306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42306


Comments

No comments written yet.

Please login to write comment.