Color Hex Logo

#c10022 Color Hex

#C10022
(193,0,34)
0 Favorites   0 Comments

Color spaces of #c10022

RGB 193034
HSL0.971.000.38
HSV349°100°76°
CMYK 0.001.000.82   0.24
XYZ22.281111.45292.5497
Yxy11.45290.61410.3156
Hunter Lab33.842158.297719.2225
CIE-Lab40.333065.482339.9070

#c10022 color RGB value is (193,0,34).

#c10022 hex color red value is 193, green value is 0 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #c10022 hue: 0.97 , saturation: 1.00 and the lightness value of c10022 is 0.38.

The process color (four color CMYK) of #c10022 color hex is 0.00, 1.00, 0.82, 0.24. Web safe color of #c10022 is #cc0033. Color #c10022 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000000 00100010
Octal 301 0 42
Decimal 193 0 34
Hex C1 0 22

RGB Percentages of Color #c10022

%85.02
%0.00
%14.98

CMYK Percentages of Color #c10022

%0
%100
%82
%24

Triadic Colors of #c10022

#c10022 #22c100 #0022c1

Analogous Colors of #c10022

#c10022 #c13f00 #c10083

Monochromatic Colors of #c10022

#c10022

Complementary Color

#c10022 #00c19f

#c10022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c10022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c10022 Color CSS Codes

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

#c10022 Text Font Color

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

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


#c10022 Background Color

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

This div background color is #c10022


#c10022 Border Color

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

This div border color is #c10022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c10022


Comments

No comments written yet.

Please login to write comment.