Color Hex Logo

#c4192d Color Hex

#C4192D
(196,25,45)
0 Favorites   0 Comments

Color spaces of #c4192d

RGB 1962545
HSL0.980.770.43
HSV353°87°77°
CMYK 0.000.870.77   0.23
XYZ23.586212.62053.6755
Yxy12.62050.59140.3164
Hunter Lab35.525356.341418.7335
CIE-Lab42.185863.401935.6832

#c4192d color RGB value is (196,25,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00011001 00101101
Octal 304 31 55
Decimal 196 25 45
Hex C4 19 2D

RGB Percentages of Color #c4192d

%73.68
%9.40
%16.92

CMYK Percentages of Color #c4192d

%0
%87
%77
%23

Triadic Colors of #c4192d

#c4192d #2dc419 #192dc4

Analogous Colors of #c4192d

#c4192d #c45b19 #c41983

Monochromatic Colors of #c4192d

#c4192d

Complementary Color

#c4192d #19c4b0

#c4192d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4192d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4192d Color CSS Codes

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

#c4192d Text Font Color

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

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


#c4192d Background Color

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

This div background color is #c4192d


#c4192d Border Color

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

This div border color is #c4192d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4192d

#c4192d Color Palettes


Comments

No comments written yet.

Please login to write comment.