Color Hex Logo

#c01713 Color Hex

#C01713
(192,23,19)
0 Favorites   0 Comments

Color spaces of #c01713

RGB 1922319
HSL0.000.820.41
HSV90°75°
CMYK 0.000.880.90   0.25
XYZ22.162211.86631.7384
Yxy11.86630.61960.3318
Hunter Lab34.447554.556921.1212
CIE-Lab41.002862.045847.9199

#c01713 color RGB value is (192,23,19).

#c01713 hex color red value is 192, green value is 23 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #c01713 hue: 0.00 , saturation: 0.82 and the lightness value of c01713 is 0.41.

The process color (four color CMYK) of #c01713 color hex is 0.00, 0.88, 0.90, 0.25. Web safe color of #c01713 is #cc0000. Color #c01713 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010111 00010011
Octal 300 27 23
Decimal 192 23 19
Hex C0 17 13

RGB Percentages of Color #c01713

%82.05
%9.83
%8.12

CMYK Percentages of Color #c01713

%0
%88
%90
%25

Triadic Colors of #c01713

#c01713 #13c017 #1713c0

Analogous Colors of #c01713

#c01713 #c06e13 #c01366

Monochromatic Colors of #c01713

#c01713

Complementary Color

#c01713 #13bcc0

#c01713 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01713 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01713 Color CSS Codes

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

#c01713 Text Font Color

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

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


#c01713 Background Color

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

This div background color is #c01713


#c01713 Border Color

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

This div border color is #c01713


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,23,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 #c01713">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01713


Comments

No comments written yet.

Please login to write comment.