Color Hex Logo

#c4232e Color Hex

#C4232E
(196,35,46)
0 Favorites   0 Comments

Color spaces of #c4232e

RGB 1963546
HSL0.990.700.45
HSV356°82°77°
CMYK 0.000.820.77   0.23
XYZ23.859113.13513.8626
Yxy13.13510.58400.3215
Hunter Lab36.242454.086019.0507
CIE-Lab42.966161.245635.9499

#c4232e color RGB value is (196,35,46).

#c4232e hex color red value is 196, green value is 35 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c4232e hue: 0.99 , saturation: 0.70 and the lightness value of c4232e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100011 00101110
Octal 304 43 56
Decimal 196 35 46
Hex C4 23 2E

RGB Percentages of Color #c4232e

%70.76
%12.64
%16.61

CMYK Percentages of Color #c4232e

%0
%82
%77
%23

Triadic Colors of #c4232e

#c4232e #2ec423 #232ec4

Analogous Colors of #c4232e

#c4232e #c46923 #c4237f

Monochromatic Colors of #c4232e

#c4232e

Complementary Color

#c4232e #23c4b9

#c4232e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4232e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4232e Color CSS Codes

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

#c4232e Text Font Color

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

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


#c4232e Background Color

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

This div background color is #c4232e


#c4232e Border Color

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

This div border color is #c4232e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4232e


Comments

No comments written yet.

Please login to write comment.