Color Hex Logo

#c81210 Color Hex

#C81210
(200,18,16)
0 Favorites   0 Comments

Color spaces of #c81210

RGB 2001816
HSL0.000.850.42
HSV92°78°
CMYK 0.000.910.92   0.22
XYZ24.129312.74941.6793
Yxy12.74940.62580.3307
Hunter Lab35.706358.139222.2059
CIE-Lab42.383264.944350.8771

#c81210 color RGB value is (200,18,16).

#c81210 hex color red value is 200, green value is 18 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c81210 hue: 0.00 , saturation: 0.85 and the lightness value of c81210 is 0.42.

The process color (four color CMYK) of #c81210 color hex is 0.00, 0.91, 0.92, 0.22. Web safe color of #c81210 is #cc0000. Color #c81210 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010010 00010000
Octal 310 22 20
Decimal 200 18 16
Hex C8 12 10

RGB Percentages of Color #c81210

%85.47
%7.69
%6.84

CMYK Percentages of Color #c81210

%0
%91
%92
%22

Triadic Colors of #c81210

#c81210 #10c812 #1210c8

Analogous Colors of #c81210

#c81210 #c86e10 #c8106a

Monochromatic Colors of #c81210

#c81210

Complementary Color

#c81210 #10c6c8

#c81210 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81210 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81210 Color CSS Codes

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

#c81210 Text Font Color

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

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


#c81210 Background Color

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

This div background color is #c81210


#c81210 Border Color

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

This div border color is #c81210


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81210


Comments

No comments written yet.

Please login to write comment.