Color Hex Logo

#c81621 Color Hex

#C81621
(200,22,33)
0 Favorites   0 Comments

Color spaces of #c81621

RGB 2002233
HSL0.990.800.44
HSV356°89°78°
CMYK 0.000.890.84   0.22
XYZ24.380812.96302.6559
Yxy12.96300.60950.3241
Hunter Lab36.004257.866920.8293
CIE-Lab42.707464.642943.2172

#c81621 color RGB value is (200,22,33).

#c81621 hex color red value is 200, green value is 22 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #c81621 hue: 0.99 , saturation: 0.80 and the lightness value of c81621 is 0.44.

The process color (four color CMYK) of #c81621 color hex is 0.00, 0.89, 0.84, 0.22. Web safe color of #c81621 is #cc0033. Color #c81621 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010110 00100001
Octal 310 26 41
Decimal 200 22 33
Hex C8 16 21

RGB Percentages of Color #c81621

%78.43
%8.63
%12.94

CMYK Percentages of Color #c81621

%0
%89
%84
%22

Triadic Colors of #c81621

#c81621 #21c816 #1621c8

Analogous Colors of #c81621

#c81621 #c86416 #c8167a

Monochromatic Colors of #c81621

#c81621

Complementary Color

#c81621 #16c8bd

#c81621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81621 Color CSS Codes

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

#c81621 Text Font Color

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

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


#c81621 Background Color

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

This div background color is #c81621


#c81621 Border Color

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

This div border color is #c81621


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81621


Comments

No comments written yet.

Please login to write comment.