Color Hex Logo

#c8152e Color Hex

#C8152E
(200,21,46)
0 Favorites   0 Comments

Color spaces of #c8152e

RGB 2002146
HSL0.980.810.43
HSV352°90°78°
CMYK 0.000.900.77   0.22
XYZ24.580713.01293.8010
Yxy13.01290.59380.3144
Hunter Lab36.073458.502919.0041
CIE-Lab42.782765.184535.9848

#c8152e color RGB value is (200,21,46).

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

The process color (four color CMYK) of #c8152e color hex is 0.00, 0.90, 0.77, 0.22. Web safe color of #c8152e is #cc0033. Color #c8152e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010101 00101110
Octal 310 25 56
Decimal 200 21 46
Hex C8 15 2E

RGB Percentages of Color #c8152e

%74.91
%7.87
%17.23

CMYK Percentages of Color #c8152e

%0
%90
%77
%22

Triadic Colors of #c8152e

#c8152e #2ec815 #152ec8

Analogous Colors of #c8152e

#c8152e #c85615 #c81588

Monochromatic Colors of #c8152e

#c8152e

Complementary Color

#c8152e #15c8af

#c8152e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8152e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8152e Color CSS Codes

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

#c8152e Text Font Color

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

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


#c8152e Background Color

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

This div background color is #c8152e


#c8152e Border Color

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

This div border color is #c8152e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8152e


Comments

No comments written yet.

Please login to write comment.