Color Hex Logo

#c91946 Color Hex

#C91946
(201,25,70)
0 Favorites   0 Comments

Color spaces of #c91946

RGB 2012570
HSL0.960.780.44
HSV345°88°79°
CMYK 0.000.880.65   0.21
XYZ25.540513.55507.0646
Yxy13.55500.55330.2937
Hunter Lab36.817159.397814.3952
CIE-Lab43.587965.807222.3717

#c91946 color RGB value is (201,25,70).

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

The process color (four color CMYK) of #c91946 color hex is 0.00, 0.88, 0.65, 0.21. Web safe color of #c91946 is #cc0033. Color #c91946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 00011001 01000110
Octal 311 31 106
Decimal 201 25 70
Hex C9 19 46

RGB Percentages of Color #c91946

%67.91
%8.45
%23.65

CMYK Percentages of Color #c91946

%0
%88
%65
%21

Triadic Colors of #c91946

#c91946 #46c919 #1946c9

Analogous Colors of #c91946

#c91946 #c94419 #c9199e

Monochromatic Colors of #c91946

#c91946

Complementary Color

#c91946 #19c99c

#c91946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c91946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c91946 Color CSS Codes

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

#c91946 Text Font Color

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

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


#c91946 Background Color

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

This div background color is #c91946


#c91946 Border Color

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

This div border color is #c91946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c91946

#c91946 Color Palettes


Comments

No comments written yet.

Please login to write comment.