Color Hex Logo

#c81527 Color Hex

#C81527
(200,21,39)
0 Favorites   0 Comments

Color spaces of #c81527

RGB 2002139
HSL0.980.810.43
HSV354°90°78°
CMYK 0.000.900.81   0.22
XYZ24.453812.96223.1325
Yxy12.96220.60310.3197
Hunter Lab36.003158.234520.0435
CIE-Lab42.706264.964839.9346

#c81527 color RGB value is (200,21,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010101 00100111
Octal 310 25 47
Decimal 200 21 39
Hex C8 15 27

RGB Percentages of Color #c81527

%76.92
%8.08
%15.00

CMYK Percentages of Color #c81527

%0
%90
%81
%22

Triadic Colors of #c81527

#c81527 #27c815 #1527c8

Analogous Colors of #c81527

#c81527 #c85d15 #c81581

Monochromatic Colors of #c81527

#c81527

Complementary Color

#c81527 #15c8b6

#c81527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81527 Color CSS Codes

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

#c81527 Text Font Color

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

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


#c81527 Background Color

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

This div background color is #c81527


#c81527 Border Color

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

This div border color is #c81527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81527


Comments

No comments written yet.

Please login to write comment.