Color Hex Logo

#c41928 Color Hex

#C41928
(196,25,40)
0 Favorites   0 Comments

Color spaces of #c41928

RGB 1962540
HSL0.990.770.43
HSV355°87°77°
CMYK 0.000.870.80   0.23
XYZ23.495612.58423.1981
Yxy12.58420.59820.3204
Hunter Lab35.474256.145819.4868
CIE-Lab42.129963.239838.5161

#c41928 color RGB value is (196,25,40).

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

The process color (four color CMYK) of #c41928 color hex is 0.00, 0.87, 0.80, 0.23. Web safe color of #c41928 is #cc0033. Color #c41928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 00101000
Octal 304 31 50
Decimal 196 25 40
Hex C4 19 28

RGB Percentages of Color #c41928

%75.10
%9.58
%15.33

CMYK Percentages of Color #c41928

%0
%87
%80
%23

Triadic Colors of #c41928

#c41928 #28c419 #1928c4

Analogous Colors of #c41928

#c41928 #c46019 #c4197e

Monochromatic Colors of #c41928

#c41928

Complementary Color

#c41928 #19c4b5

#c41928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41928 Color CSS Codes

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

#c41928 Text Font Color

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

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


#c41928 Background Color

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

This div background color is #c41928


#c41928 Border Color

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

This div border color is #c41928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41928


Comments

No comments written yet.

Please login to write comment.