color codes Logo

#c0112d color codes

#C0112D
(192,17,45)
0 Favorites   0 Comments

Color spaces of #c0112d

RGB 1921745
HSL0.970.840.41
HSV350°91°75°
CMYK 0.000.910.77   0.25
XYZ22.412311.79683.5784
Yxy11.79680.59310.3122
Hunter Lab34.346556.371317.8654
CIE-Lab40.891363.679834.0256

#c0112d color RGB value is (192,17,45).

#c0112d hex color red value is 192, green value is 17 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c0112d hue: 0.97 , saturation: 0.84 and the lightness value of c0112d is 0.41.

The process color (four color CMYK) of #c0112d color code is 0.00, 0.91, 0.77, 0.25. Web safe color of #c0112d is #cc0033. Color #c0112d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010001 00101101
Octal 300 21 55
Decimal 192 17 45
Hex C0 11 2D

RGB Percentages of Color #c0112d

%75.59
%6.69
%17.72

CMYK Percentages of Color #c0112d

%0
%91
%77
%25

Triadic Colors of #c0112d

#c0112d #2dc011 #112dc0

Analogous Colors of #c0112d

#c0112d #c04d11 #c01185

Monochromatic Colors of #c0112d

#c0112d

Complementary Color

#c0112d #11c0a4

#c0112d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0112d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0112d Color CSS Codes

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

#c0112d Text Font Color

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

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


#c0112d Background Color

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

This div background color is #c0112d


#c0112d Border Color

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

This div border color is #c0112d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0112d


Comments

No comments written yet.

Please login to write comment.