Color Hex Logo

#c81505 Color Hex

#C81505
(200,21,5)
0 Favorites   0 Comments

Color spaces of #c81505

RGB 200215
HSL0.010.950.40
HSV98°78°
CMYK 0.000.900.98   0.22
XYZ24.115012.82661.3484
Yxy12.82660.62980.3350
Hunter Lab35.814257.515522.8377
CIE-Lab42.500864.374854.5917

#c81505 color RGB value is (200,21,5).

#c81505 hex color red value is 200, green value is 21 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #c81505 hue: 0.01 , saturation: 0.95 and the lightness value of c81505 is 0.40.

The process color (four color CMYK) of #c81505 color hex is 0.00, 0.90, 0.98, 0.22. Web safe color of #c81505 is #cc0000. Color #c81505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 00010101 00000101
Octal 310 25 5
Decimal 200 21 5
Hex C8 15 5

RGB Percentages of Color #c81505

%88.50
%9.29
%2.21

CMYK Percentages of Color #c81505

%0
%90
%98
%22

Triadic Colors of #c81505

#c81505 #05c815 #1505c8

Analogous Colors of #c81505

#c81505 #c87705 #c80557

Monochromatic Colors of #c81505

#c81505

Complementary Color

#c81505 #05b8c8

#c81505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c81505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c81505 Color CSS Codes

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

#c81505 Text Font Color

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

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


#c81505 Background Color

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

This div background color is #c81505


#c81505 Border Color

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

This div border color is #c81505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c81505


Comments

No comments written yet.

Please login to write comment.