Color Hex Logo

#c0141f Color Hex

#C0141F
(192,20,31)
0 Favorites   0 Comments

Color spaces of #c0141f

RGB 1922031
HSL0.990.810.42
HSV356°90°75°
CMYK 0.000.900.84   0.25
XYZ22.235711.80572.4031
Yxy11.80570.61010.3239
Hunter Lab34.359455.387319.9049
CIE-Lab40.905662.804742.0126

#c0141f color RGB value is (192,20,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010100 00011111
Octal 300 24 37
Decimal 192 20 31
Hex C0 14 1F

RGB Percentages of Color #c0141f

%79.01
%8.23
%12.76

CMYK Percentages of Color #c0141f

%0
%90
%84
%25

Triadic Colors of #c0141f

#c0141f #1fc014 #141fc0

Analogous Colors of #c0141f

#c0141f #c05f14 #c01475

Monochromatic Colors of #c0141f

#c0141f

Complementary Color

#c0141f #14c0b5

#c0141f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0141f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0141f Color CSS Codes

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

#c0141f Text Font Color

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

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


#c0141f Background Color

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

This div background color is #c0141f


#c0141f Border Color

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

This div border color is #c0141f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0141f


Comments

No comments written yet.

Please login to write comment.