Color Hex Logo

#c10116 Color Hex

#C10116
(193,1,22)
0 Favorites   0 Comments

Color spaces of #c10116

RGB 193122
HSL0.980.990.38
HSV353°99°76°
CMYK 0.000.990.89   0.24
XYZ22.148011.41711.7954
Yxy11.41710.62630.3229
Hunter Lab33.789257.871320.5020
CIE-Lab40.274365.120446.1192

#c10116 color RGB value is (193,1,22).

#c10116 hex color red value is 193, green value is 1 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c10116 hue: 0.98 , saturation: 0.99 and the lightness value of c10116 is 0.38.

The process color (four color CMYK) of #c10116 color hex is 0.00, 0.99, 0.89, 0.24. Web safe color of #c10116 is #cc0000. Color #c10116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000001 00010110
Octal 301 1 26
Decimal 193 1 22
Hex C1 1 16

RGB Percentages of Color #c10116

%89.35
%0.46
%10.19

CMYK Percentages of Color #c10116

%0
%99
%89
%24

Triadic Colors of #c10116

#c10116 #16c101 #0116c1

Analogous Colors of #c10116

#c10116 #c14c01 #c10176

Monochromatic Colors of #c10116

#c10116

Complementary Color

#c10116 #01c1ac

#c10116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10116 Color CSS Codes

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

#c10116 Text Font Color

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

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


#c10116 Background Color

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

This div background color is #c10116


#c10116 Border Color

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

This div border color is #c10116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10116


Comments

No comments written yet.

Please login to write comment.