Color Hex Logo

#c1030e Color Hex

#C1030E
(193,3,14)
0 Favorites   0 Comments

Color spaces of #c1030e

RGB 193314
HSL0.990.970.38
HSV357°98°76°
CMYK 0.000.980.93   0.24
XYZ22.104111.43431.4575
Yxy11.43430.63160.3267
Hunter Lab33.814657.507021.1147
CIE-Lab40.302564.795349.5858

#c1030e color RGB value is (193,3,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 00000011 00001110
Octal 301 3 16
Decimal 193 3 14
Hex C1 3 E

RGB Percentages of Color #c1030e

%91.90
%1.43
%6.67

CMYK Percentages of Color #c1030e

%0
%98
%93
%24

Triadic Colors of #c1030e

#c1030e #0ec103 #030ec1

Analogous Colors of #c1030e

#c1030e #c15703 #c1036d

Monochromatic Colors of #c1030e

#c1030e

Complementary Color

#c1030e #03c1b6

#c1030e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1030e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1030e Color CSS Codes

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

#c1030e Text Font Color

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

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


#c1030e Background Color

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

This div background color is #c1030e


#c1030e Border Color

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

This div border color is #c1030e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1030e


Comments

No comments written yet.

Please login to write comment.