Color Hex Logo

#c41316 Color Hex

#C41316
(196,19,22)
0 Favorites   0 Comments

Color spaces of #c41316

RGB 1961922
HSL1.000.820.42
HSV359°90°77°
CMYK 0.000.900.89   0.23
XYZ23.142612.25941.9056
Yxy12.25940.62030.3286
Hunter Lab35.013456.708521.2825
CIE-Lab41.625563.834847.4280

#c41316 color RGB value is (196,19,22).

#c41316 hex color red value is 196, green value is 19 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c41316 hue: 1.00 , saturation: 0.82 and the lightness value of c41316 is 0.42.

The process color (four color CMYK) of #c41316 color hex is 0.00, 0.90, 0.89, 0.23. Web safe color of #c41316 is #cc0000. Color #c41316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010011 00010110
Octal 304 23 26
Decimal 196 19 22
Hex C4 13 16

RGB Percentages of Color #c41316

%82.70
%8.02
%9.28

CMYK Percentages of Color #c41316

%0
%90
%89
%23

Triadic Colors of #c41316

#c41316 #16c413 #1316c4

Analogous Colors of #c41316

#c41316 #c46913 #c4136f

Monochromatic Colors of #c41316

#c41316

Complementary Color

#c41316 #13c4c1

#c41316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41316 Color CSS Codes

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

#c41316 Text Font Color

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

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


#c41316 Background Color

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

This div background color is #c41316


#c41316 Border Color

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

This div border color is #c41316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41316


Comments

No comments written yet.

Please login to write comment.