Color Hex Logo

#c11038 Color Hex

#C11038
(193,16,56)
0 Favorites   0 Comments

Color spaces of #c11038

RGB 1931656
HSL0.960.850.41
HSV346°92°76°
CMYK 0.000.920.71   0.24
XYZ22.891411.99364.8499
Yxy11.99360.57610.3018
Hunter Lab34.631857.381815.9392
CIE-Lab41.205964.509327.7351

#c11038 color RGB value is (193,16,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00010000 00111000
Octal 301 20 70
Decimal 193 16 56
Hex C1 10 38

RGB Percentages of Color #c11038

%72.83
%6.04
%21.13

CMYK Percentages of Color #c11038

%0
%92
%71
%24

Triadic Colors of #c11038

#c11038 #38c110 #1038c1

Analogous Colors of #c11038

#c11038 #c14110 #c11091

Monochromatic Colors of #c11038

#c11038

Complementary Color

#c11038 #10c199

#c11038 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c11038 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c11038 Color CSS Codes

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

#c11038 Text Font Color

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

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


#c11038 Background Color

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

This div background color is #c11038


#c11038 Border Color

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

This div border color is #c11038


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c11038


Comments

No comments written yet.

Please login to write comment.