Color Hex Logo

#c41917 Color Hex

#C41917
(196,25,23)
0 Favorites   0 Comments

Color spaces of #c41917

RGB 1962523
HSL0.000.790.43
HSV88°77°
CMYK 0.000.870.88   0.23
XYZ23.267212.49291.9957
Yxy12.49290.61630.3309
Hunter Lab35.345355.649221.3940
CIE-Lab41.989062.827147.2490

#c41917 color RGB value is (196,25,23).

#c41917 hex color red value is 196, green value is 25 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #c41917 hue: 0.00 , saturation: 0.79 and the lightness value of c41917 is 0.43.

The process color (four color CMYK) of #c41917 color hex is 0.00, 0.87, 0.88, 0.23. Web safe color of #c41917 is #cc0000. Color #c41917 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 00010111
Octal 304 31 27
Decimal 196 25 23
Hex C4 19 17

RGB Percentages of Color #c41917

%80.33
%10.25
%9.43

CMYK Percentages of Color #c41917

%0
%87
%88
%23

Triadic Colors of #c41917

#c41917 #17c419 #1917c4

Analogous Colors of #c41917

#c41917 #c47017 #c4176c

Monochromatic Colors of #c41917

#c41917

Complementary Color

#c41917 #17c2c4

#c41917 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41917 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41917 Color CSS Codes

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

#c41917 Text Font Color

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

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


#c41917 Background Color

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

This div background color is #c41917


#c41917 Border Color

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

This div border color is #c41917


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41917


Comments

No comments written yet.

Please login to write comment.