Color Hex Logo

#c8151a Color Hex

#C8151A
(200,21,26)
0 Favorites   0 Comments

Color spaces of #c8151a

RGB 2002126
HSL1.000.810.43
HSV358°90°78°
CMYK 0.000.900.87   0.22
XYZ24.274012.89032.1860
Yxy12.89030.61690.3276
Hunter Lab35.903157.853221.5222
CIE-Lab42.597564.652246.6726

#c8151a color RGB value is (200,21,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010101 00011010
Octal 310 25 32
Decimal 200 21 26
Hex C8 15 1A

RGB Percentages of Color #c8151a

%80.97
%8.50
%10.53

CMYK Percentages of Color #c8151a

%0
%90
%87
%22

Triadic Colors of #c8151a

#c8151a #1ac815 #151ac8

Analogous Colors of #c8151a

#c8151a #c86a15 #c81574

Monochromatic Colors of #c8151a

#c8151a

Complementary Color

#c8151a #15c8c3

#c8151a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8151a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8151a Color CSS Codes

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

#c8151a Text Font Color

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

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


#c8151a Background Color

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

This div background color is #c8151a


#c8151a Border Color

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

This div border color is #c8151a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8151a


Comments

No comments written yet.

Please login to write comment.