Color Hex Logo

#c91519 Color Hex

#C91519
(201,21,25)
0 Favorites   0 Comments

Color spaces of #c91519

RGB 2012125
HSL1.000.810.44
HSV359°90°79°
CMYK 0.000.900.88   0.21
XYZ24.531013.02402.1407
Yxy13.02400.61800.3281
Hunter Lab36.088858.178321.7452
CIE-Lab42.799464.897647.3988

#c91519 color RGB value is (201,21,25).

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

The process color (four color CMYK) of #c91519 color hex is 0.00, 0.90, 0.88, 0.21. Web safe color of #c91519 is #cc0000. Color #c91519 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00010101 00011001
Octal 311 25 31
Decimal 201 21 25
Hex C9 15 19

RGB Percentages of Color #c91519

%81.38
%8.50
%10.12

CMYK Percentages of Color #c91519

%0
%90
%88
%21

Triadic Colors of #c91519

#c91519 #19c915 #1519c9

Analogous Colors of #c91519

#c91519 #c96b15 #c91573

Monochromatic Colors of #c91519

#c91519

Complementary Color

#c91519 #15c9c5

#c91519 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91519 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91519 Color CSS Codes

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

#c91519 Text Font Color

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

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


#c91519 Background Color

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

This div background color is #c91519


#c91519 Border Color

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

This div border color is #c91519


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91519


Comments

No comments written yet.

Please login to write comment.