Color Hex Logo

#c12102 Color Hex

#C12102
(193,33,2)
0 Favorites   0 Comments

Color spaces of #c12102

RGB 193332
HSL0.030.980.38
HSV10°99°76°
CMYK 0.000.830.99   0.24
XYZ22.547112.42961.2682
Yxy12.42960.62210.3429
Hunter Lab35.255652.459122.5462
CIE-Lab41.890959.989354.4763

#c12102 color RGB value is (193,33,2).

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

The process color (four color CMYK) of #c12102 color hex is 0.00, 0.83, 0.99, 0.24. Web safe color of #c12102 is #cc3300. Color #c12102 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00100001 00000010
Octal 301 41 2
Decimal 193 33 2
Hex C1 21 2

RGB Percentages of Color #c12102

%84.65
%14.47
%0.88

CMYK Percentages of Color #c12102

%0
%83
%99
%24

Triadic Colors of #c12102

#c12102 #02c121 #2102c1

Analogous Colors of #c12102

#c12102 #c18102 #c10243

Monochromatic Colors of #c12102

#c12102

Complementary Color

#c12102 #02a2c1

#c12102 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c12102 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c12102 Color CSS Codes

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

#c12102 Text Font Color

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

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


#c12102 Background Color

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

This div background color is #c12102


#c12102 Border Color

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

This div border color is #c12102


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c12102


Comments

No comments written yet.

Please login to write comment.