Color Hex Logo

#c90516 Color Hex

#C90516
(201,5,22)
0 Favorites   0 Comments

Color spaces of #c90516

RGB 201522
HSL0.990.950.40
HSV355°98°79°
CMYK 0.000.980.89   0.21
XYZ24.286512.58401.9080
Yxy12.58400.62630.3245
Hunter Lab35.473960.127021.6428
CIE-Lab42.129666.723348.2754

#c90516 color RGB value is (201,5,22).

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

The process color (four color CMYK) of #c90516 color hex is 0.00, 0.98, 0.89, 0.21. Web safe color of #c90516 is #cc0000. Color #c90516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00000101 00010110
Octal 311 5 26
Decimal 201 5 22
Hex C9 5 16

RGB Percentages of Color #c90516

%88.16
%2.19
%9.65

CMYK Percentages of Color #c90516

%0
%98
%89
%21

Triadic Colors of #c90516

#c90516 #16c905 #0516c9

Analogous Colors of #c90516

#c90516 #c95605 #c90578

Monochromatic Colors of #c90516

#c90516

Complementary Color

#c90516 #05c9b8

#c90516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c90516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c90516 Color CSS Codes

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

#c90516 Text Font Color

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

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


#c90516 Background Color

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

This div background color is #c90516


#c90516 Border Color

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

This div border color is #c90516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c90516


Comments

No comments written yet.

Please login to write comment.