Color Hex Logo

#c01312 Color Hex

#C01312
(192,19,18)
0 Favorites   0 Comments

Color spaces of #c01312

RGB 1921918
HSL0.000.830.41
HSV91°75°
CMYK 0.000.900.91   0.25
XYZ22.080311.71591.6699
Yxy11.71590.62260.3303
Hunter Lab34.228555.247921.0674
CIE-Lab40.761062.708848.1732

#c01312 color RGB value is (192,19,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010011 00010010
Octal 300 23 22
Decimal 192 19 18
Hex C0 13 12

RGB Percentages of Color #c01312

%83.84
%8.30
%7.86

CMYK Percentages of Color #c01312

%0
%90
%91
%25

Triadic Colors of #c01312

#c01312 #12c013 #1312c0

Analogous Colors of #c01312

#c01312 #c06a12 #c01268

Monochromatic Colors of #c01312

#c01312

Complementary Color

#c01312 #12bfc0

#c01312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01312 Color CSS Codes

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

#c01312 Text Font Color

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

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


#c01312 Background Color

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

This div background color is #c01312


#c01312 Border Color

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

This div border color is #c01312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01312


Comments

No comments written yet.

Please login to write comment.