Color Hex Logo

#c4292a Color Hex

#C4292A
(196,41,42)
0 Favorites   0 Comments

Color spaces of #c4292a

RGB 1964142
HSL1.000.650.46
HSV360°79°77°
CMYK 0.000.790.79   0.23
XYZ23.975813.48883.5304
Yxy13.48880.58480.3290
Hunter Lab36.727152.254120.0097
CIE-Lab43.490759.497838.7951

#c4292a color RGB value is (196,41,42).

#c4292a hex color red value is 196, green value is 41 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #c4292a hue: 1.00 , saturation: 0.65 and the lightness value of c4292a is 0.46.

The process color (four color CMYK) of #c4292a color hex is 0.00, 0.79, 0.79, 0.23. Web safe color of #c4292a is #cc3333. Color #c4292a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101001 00101010
Octal 304 51 52
Decimal 196 41 42
Hex C4 29 2A

RGB Percentages of Color #c4292a

%70.25
%14.70
%15.05

CMYK Percentages of Color #c4292a

%0
%79
%79
%23

Triadic Colors of #c4292a

#c4292a #2ac429 #292ac4

Analogous Colors of #c4292a

#c4292a #c47629 #c42978

Monochromatic Colors of #c4292a

#c4292a

Complementary Color

#c4292a #29c4c3

#c4292a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4292a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4292a Color CSS Codes

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

#c4292a Text Font Color

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

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


#c4292a Background Color

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

This div background color is #c4292a


#c4292a Border Color

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

This div border color is #c4292a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4292a


Comments

No comments written yet.

Please login to write comment.