Color Hex Logo

#c0152e Color Hex

#C0152E
(192,21,46)
0 Favorites   0 Comments

Color spaces of #c0152e

RGB 1922146
HSL0.980.800.42
HSV351°89°75°
CMYK 0.000.890.76   0.25
XYZ22.499511.94013.7036
Yxy11.94010.58990.3130
Hunter Lab34.554455.756717.8333
CIE-Lab41.120863.090933.6826

#c0152e color RGB value is (192,21,46).

#c0152e hex color red value is 192, green value is 21 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #c0152e hue: 0.98 , saturation: 0.80 and the lightness value of c0152e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010101 00101110
Octal 300 25 56
Decimal 192 21 46
Hex C0 15 2E

RGB Percentages of Color #c0152e

%74.13
%8.11
%17.76

CMYK Percentages of Color #c0152e

%0
%89
%76
%25

Triadic Colors of #c0152e

#c0152e #2ec015 #152ec0

Analogous Colors of #c0152e

#c0152e #c05215 #c01584

Monochromatic Colors of #c0152e

#c0152e

Complementary Color

#c0152e #15c0a7

#c0152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0152e Color CSS Codes

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

#c0152e Text Font Color

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

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


#c0152e Background Color

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

This div background color is #c0152e


#c0152e Border Color

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

This div border color is #c0152e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0152e


Comments

No comments written yet.

Please login to write comment.