Color Hex Logo

#c43123 Color Hex

#C43123
(196,49,35)
0 Favorites   0 Comments

Color spaces of #c43123

RGB 1964935
HSL0.010.700.45
HSV82°77°
CMYK 0.000.750.82   0.23
XYZ24.166614.05373.0290
Yxy14.05370.58590.3407
Hunter Lab37.488349.464621.4512
CIE-Lab44.309856.802843.3820

#c43123 color RGB value is (196,49,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00110001 00100011
Octal 304 61 43
Decimal 196 49 35
Hex C4 31 23

RGB Percentages of Color #c43123

%70.00
%17.50
%12.50

CMYK Percentages of Color #c43123

%0
%75
%82
%23

Triadic Colors of #c43123

#c43123 #23c431 #3123c4

Analogous Colors of #c43123

#c43123 #c48223 #c42366

Monochromatic Colors of #c43123

#c43123

Complementary Color

#c43123 #23b6c4

#c43123 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c43123 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c43123 Color CSS Codes

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

#c43123 Text Font Color

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

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


#c43123 Background Color

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

This div background color is #c43123


#c43123 Border Color

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

This div border color is #c43123


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c43123


Comments

No comments written yet.

Please login to write comment.