Color Hex Logo

#c01218 Color Hex

#C01218
(192,18,24)
0 Favorites   0 Comments

Color spaces of #c01218

RGB 1921824
HSL0.990.830.41
HSV358°91°75°
CMYK 0.000.910.88   0.25
XYZ22.119411.70501.9576
Yxy11.70500.61820.3271
Hunter Lab34.212655.533320.5563
CIE-Lab40.743462.966045.4390

#c01218 color RGB value is (192,18,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010010 00011000
Octal 300 22 30
Decimal 192 18 24
Hex C0 12 18

RGB Percentages of Color #c01218

%82.05
%7.69
%10.26

CMYK Percentages of Color #c01218

%0
%91
%88
%25

Triadic Colors of #c01218

#c01218 #18c012 #1218c0

Analogous Colors of #c01218

#c01218 #c06312 #c0126f

Monochromatic Colors of #c01218

#c01218

Complementary Color

#c01218 #12c0ba

#c01218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01218 Color CSS Codes

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

#c01218 Text Font Color

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

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


#c01218 Background Color

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

This div background color is #c01218


#c01218 Border Color

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

This div border color is #c01218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01218


Comments

No comments written yet.

Please login to write comment.