Color Hex Logo

#c12b38 Color Hex

#C12B38
(193,43,56)
0 Favorites   0 Comments

Color spaces of #c12b38

RGB 1934356
HSL0.990.640.46
HSV355°78°76°
CMYK 0.000.780.71   0.24
XYZ23.570013.35075.0761
Yxy13.35070.56120.3179
Hunter Lab36.538651.202617.3402
CIE-Lab43.287058.583430.2376

#c12b38 color RGB value is (193,43,56).

#c12b38 hex color red value is 193, green value is 43 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #c12b38 hue: 0.99 , saturation: 0.64 and the lightness value of c12b38 is 0.46.

The process color (four color CMYK) of #c12b38 color hex is 0.00, 0.78, 0.71, 0.24. Web safe color of #c12b38 is #cc3333. Color #c12b38 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00101011 00111000
Octal 301 53 70
Decimal 193 43 56
Hex C1 2B 38

RGB Percentages of Color #c12b38

%66.10
%14.73
%19.18

CMYK Percentages of Color #c12b38

%0
%78
%71
%24

Triadic Colors of #c12b38

#c12b38 #38c12b #2b38c1

Analogous Colors of #c12b38

#c12b38 #c1692b #c12b83

Monochromatic Colors of #c12b38

#c12b38

Complementary Color

#c12b38 #2bc1b4

#c12b38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12b38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12b38 Color CSS Codes

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

#c12b38 Text Font Color

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

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


#c12b38 Background Color

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

This div background color is #c12b38


#c12b38 Border Color

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

This div border color is #c12b38


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,43,56, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12b38


Comments

No comments written yet.

Please login to write comment.