Color Hex Logo

#c4293b Color Hex

#C4293B
(196,41,59)
0 Favorites   0 Comments

Color spaces of #c4293b

RGB 1964159
HSL0.980.650.46
HSV353°79°77°
CMYK 0.000.790.70   0.23
XYZ24.347313.63745.4867
Yxy13.63740.56010.3137
Hunter Lab36.928953.060117.0412
CIE-Lab43.708460.183029.0734

#c4293b color RGB value is (196,41,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00101001 00111011
Octal 304 51 73
Decimal 196 41 59
Hex C4 29 3B

RGB Percentages of Color #c4293b

%66.22
%13.85
%19.93

CMYK Percentages of Color #c4293b

%0
%79
%70
%23

Triadic Colors of #c4293b

#c4293b #3bc429 #293bc4

Analogous Colors of #c4293b

#c4293b #c46529 #c42989

Monochromatic Colors of #c4293b

#c4293b

Complementary Color

#c4293b #29c4b2

#c4293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4293b Color CSS Codes

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

#c4293b Text Font Color

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

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


#c4293b Background Color

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

This div background color is #c4293b


#c4293b Border Color

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

This div border color is #c4293b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4293b


Comments

No comments written yet.

Please login to write comment.