Color Hex Logo

#c0142f Color Hex

#C0142F
(192,20,47)
0 Favorites   0 Comments

Color spaces of #c0142f

RGB 1922047
HSL0.970.810.42
HSV351°90°75°
CMYK 0.000.900.76   0.25
XYZ22.501511.91203.8026
Yxy11.91200.58880.3117
Hunter Lab34.513855.975317.6273
CIE-Lab41.075963.293433.0330

#c0142f color RGB value is (192,20,47).

#c0142f hex color red value is 192, green value is 20 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #c0142f hue: 0.97 , saturation: 0.81 and the lightness value of c0142f is 0.42.

The process color (four color CMYK) of #c0142f color hex is 0.00, 0.90, 0.76, 0.25. Web safe color of #c0142f is #cc0033. Color #c0142f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 00101111
Octal 300 24 57
Decimal 192 20 47
Hex C0 14 2F

RGB Percentages of Color #c0142f

%74.13
%7.72
%18.15

CMYK Percentages of Color #c0142f

%0
%90
%76
%25

Triadic Colors of #c0142f

#c0142f #2fc014 #142fc0

Analogous Colors of #c0142f

#c0142f #c04f14 #c01485

Monochromatic Colors of #c0142f

#c0142f

Complementary Color

#c0142f #14c0a5

#c0142f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0142f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0142f Color CSS Codes

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

#c0142f Text Font Color

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

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


#c0142f Background Color

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

This div background color is #c0142f


#c0142f Border Color

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

This div border color is #c0142f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0142f


Comments

No comments written yet.

Please login to write comment.