Color Hex Logo

#c0152f Color Hex

#C0152F
(192,21,47)
0 Favorites   0 Comments

Color spaces of #c0152f

RGB 1922147
HSL0.970.800.42
HSV351°89°75°
CMYK 0.000.890.76   0.25
XYZ22.519511.94803.8086
Yxy11.94800.58830.3122
Hunter Lab34.565955.801617.6633
CIE-Lab41.133463.128333.0977

#c0152f color RGB value is (192,21,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010101 00101111
Octal 300 25 57
Decimal 192 21 47
Hex C0 15 2F

RGB Percentages of Color #c0152f

%73.85
%8.08
%18.08

CMYK Percentages of Color #c0152f

%0
%89
%76
%25

Triadic Colors of #c0152f

#c0152f #2fc015 #152fc0

Analogous Colors of #c0152f

#c0152f #c05115 #c01585

Monochromatic Colors of #c0152f

#c0152f

Complementary Color

#c0152f #15c0a6

#c0152f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0152f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0152f Color CSS Codes

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

#c0152f Text Font Color

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

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


#c0152f Background Color

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

This div background color is #c0152f


#c0152f Border Color

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

This div border color is #c0152f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,21,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 #c0152f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0152f


Comments

No comments written yet.

Please login to write comment.