Color Hex Logo

#c11036 Color Hex

#C11036
(193,16,54)
0 Favorites   0 Comments

Color spaces of #c11036

RGB 1931654
HSL0.960.850.41
HSV347°92°76°
CMYK 0.000.920.72   0.24
XYZ22.843511.97444.5973
Yxy11.97440.57960.3038
Hunter Lab34.604057.277816.3459
CIE-Lab41.175464.423828.9353

#c11036 color RGB value is (193,16,54).

#c11036 hex color red value is 193, green value is 16 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #c11036 hue: 0.96 , saturation: 0.85 and the lightness value of c11036 is 0.41.

The process color (four color CMYK) of #c11036 color hex is 0.00, 0.92, 0.72, 0.24. Web safe color of #c11036 is #cc0033. Color #c11036 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010000 00110110
Octal 301 20 66
Decimal 193 16 54
Hex C1 10 36

RGB Percentages of Color #c11036

%73.38
%6.08
%20.53

CMYK Percentages of Color #c11036

%0
%92
%72
%24

Triadic Colors of #c11036

#c11036 #36c110 #1036c1

Analogous Colors of #c11036

#c11036 #c14310 #c1108f

Monochromatic Colors of #c11036

#c11036

Complementary Color

#c11036 #10c19b

#c11036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11036 Color CSS Codes

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

#c11036 Text Font Color

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

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


#c11036 Background Color

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

This div background color is #c11036


#c11036 Border Color

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

This div border color is #c11036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11036


Comments

No comments written yet.

Please login to write comment.