Color Hex Logo

#c71013 Color Hex

#C71013
(199,16,19)
0 Favorites   0 Comments

Color spaces of #c71013

RGB 1991619
HSL1.000.850.42
HSV359°92°78°
CMYK 0.000.920.90   0.22
XYZ23.856012.55971.7830
Yxy12.55970.62450.3288
Hunter Lab35.439758.136821.8248
CIE-Lab42.092264.998849.3710

#c71013 color RGB value is (199,16,19).

#c71013 hex color red value is 199, green value is 16 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #c71013 hue: 1.00 , saturation: 0.85 and the lightness value of c71013 is 0.42.

The process color (four color CMYK) of #c71013 color hex is 0.00, 0.92, 0.90, 0.22. Web safe color of #c71013 is #cc0000. Color #c71013 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010000 00010011
Octal 307 20 23
Decimal 199 16 19
Hex C7 10 13

RGB Percentages of Color #c71013

%85.04
%6.84
%8.12

CMYK Percentages of Color #c71013

%0
%92
%90
%22

Triadic Colors of #c71013

#c71013 #13c710 #1013c7

Analogous Colors of #c71013

#c71013 #c76910 #c7106f

Monochromatic Colors of #c71013

#c71013

Complementary Color

#c71013 #10c7c4

#c71013 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71013 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71013 Color CSS Codes

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

#c71013 Text Font Color

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

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


#c71013 Background Color

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

This div background color is #c71013


#c71013 Border Color

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

This div border color is #c71013


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,16,19, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c71013; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c71013;
  -webkit-box-shadow: 1px 1px 3px 2px #c71013;
  box-shadow:         1px 1px 3px 2px #c71013; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71013


Comments

No comments written yet.

Please login to write comment.