Color Hex Logo

#c41327 Color Hex

#C41327
(196,19,39)
0 Favorites   0 Comments

Color spaces of #c41327

RGB 1961939
HSL0.980.820.42
HSV353°90°77°
CMYK 0.000.900.80   0.23
XYZ23.364012.34803.0714
Yxy12.34800.60240.3184
Hunter Lab35.139757.188119.4155
CIE-Lab41.763964.230338.7110

#c41327 color RGB value is (196,19,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00010011 00100111
Octal 304 23 47
Decimal 196 19 39
Hex C4 13 27

RGB Percentages of Color #c41327

%77.17
%7.48
%15.35

CMYK Percentages of Color #c41327

%0
%90
%80
%23

Triadic Colors of #c41327

#c41327 #27c413 #1327c4

Analogous Colors of #c41327

#c41327 #c45713 #c41380

Monochromatic Colors of #c41327

#c41327

Complementary Color

#c41327 #13c4b0

#c41327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c41327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c41327 Color CSS Codes

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

#c41327 Text Font Color

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

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


#c41327 Background Color

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

This div background color is #c41327


#c41327 Border Color

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

This div border color is #c41327


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c41327


Comments

No comments written yet.

Please login to write comment.