Color Hex Logo

#c1030a Color Hex

#C1030A
(193,3,10)
0 Favorites   0 Comments

Color spaces of #c1030a

RGB 193310
HSL0.990.970.38
HSV358°98°76°
CMYK 0.000.980.95   0.24
XYZ22.079711.42451.3286
Yxy11.42450.63390.3280
Hunter Lab33.800157.453621.3296
CIE-Lab40.286464.751451.0014

#c1030a color RGB value is (193,3,10).

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

The process color (four color CMYK) of #c1030a color hex is 0.00, 0.98, 0.95, 0.24. Web safe color of #c1030a is #cc0000. Color #c1030a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000011 00001010
Octal 301 3 12
Decimal 193 3 10
Hex C1 3 A

RGB Percentages of Color #c1030a

%93.69
%1.46
%4.85

CMYK Percentages of Color #c1030a

%0
%98
%95
%24

Triadic Colors of #c1030a

#c1030a #0ac103 #030ac1

Analogous Colors of #c1030a

#c1030a #c15b03 #c10369

Monochromatic Colors of #c1030a

#c1030a

Complementary Color

#c1030a #03c1ba

#c1030a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1030a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1030a Color CSS Codes

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

#c1030a Text Font Color

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

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


#c1030a Background Color

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

This div background color is #c1030a


#c1030a Border Color

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

This div border color is #c1030a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1030a


Comments

No comments written yet.

Please login to write comment.