Color Hex Logo

#c12d23 Color Hex

#C12D23
(193,45,35)
0 Favorites   0 Comments

Color spaces of #c12d23

RGB 1934535
HSL0.010.690.45
HSV82°76°
CMYK 0.000.770.82   0.24
XYZ23.234113.33562.9396
Yxy13.33560.58810.3375
Hunter Lab36.517949.662120.7899
CIE-Lab43.264657.180442.1820

#c12d23 color RGB value is (193,45,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101101 00100011
Octal 301 55 43
Decimal 193 45 35
Hex C1 2D 23

RGB Percentages of Color #c12d23

%70.70
%16.48
%12.82

CMYK Percentages of Color #c12d23

%0
%77
%82
%24

Triadic Colors of #c12d23

#c12d23 #23c12d #2d23c1

Analogous Colors of #c12d23

#c12d23 #c17c23 #c12368

Monochromatic Colors of #c12d23

#c12d23

Complementary Color

#c12d23 #23b7c1

#c12d23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12d23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12d23 Color CSS Codes

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

#c12d23 Text Font Color

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

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


#c12d23 Background Color

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

This div background color is #c12d23


#c12d23 Border Color

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

This div border color is #c12d23


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,45,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 #c12d23">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12d23


Comments

No comments written yet.

Please login to write comment.