Color Hex Logo

#c4191c Color Hex

#C4191C
(196,25,28)
0 Favorites   0 Comments

Color spaces of #c4191c

RGB 1962528
HSL1.000.770.43
HSV359°87°77°
CMYK 0.000.870.86   0.23
XYZ23.322212.51492.2850
Yxy12.51490.61180.3283
Hunter Lab35.376455.769020.9339
CIE-Lab42.023062.926744.8736

#c4191c color RGB value is (196,25,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 00011100
Octal 304 31 34
Decimal 196 25 28
Hex C4 19 1C

RGB Percentages of Color #c4191c

%78.71
%10.04
%11.24

CMYK Percentages of Color #c4191c

%0
%87
%86
%23

Triadic Colors of #c4191c

#c4191c #1cc419 #191cc4

Analogous Colors of #c4191c

#c4191c #c46c19 #c41972

Monochromatic Colors of #c4191c

#c4191c

Complementary Color

#c4191c #19c4c1

#c4191c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4191c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4191c Color CSS Codes

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

#c4191c Text Font Color

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

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


#c4191c Background Color

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

This div background color is #c4191c


#c4191c Border Color

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

This div border color is #c4191c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4191c


Comments

No comments written yet.

Please login to write comment.