Color Hex Logo

#c21449 Color Hex

#C21449
(194,20,73)
0 Favorites   0 Comments

Color spaces of #c21449

RGB 1942073
HSL0.950.810.42
HSV342°90°76°
CMYK 0.000.900.62   0.24
XYZ23.700912.45077.4574
Yxy12.45070.54350.2855
Hunter Lab35.285558.146712.1693
CIE-Lab41.923665.040318.0396

#c21449 color RGB value is (194,20,73).

#c21449 hex color red value is 194, green value is 20 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #c21449 hue: 0.95 , saturation: 0.81 and the lightness value of c21449 is 0.42.

The process color (four color CMYK) of #c21449 color hex is 0.00, 0.90, 0.62, 0.24. Web safe color of #c21449 is #cc0033. Color #c21449 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010100 01001001
Octal 302 24 111
Decimal 194 20 73
Hex C2 14 49

RGB Percentages of Color #c21449

%67.60
%6.97
%25.44

CMYK Percentages of Color #c21449

%0
%90
%62
%24

Triadic Colors of #c21449

#c21449 #49c214 #1449c2

Analogous Colors of #c21449

#c21449 #c23614 #c214a0

Monochromatic Colors of #c21449

#c21449

Complementary Color

#c21449 #14c28d

#c21449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21449 Color CSS Codes

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

#c21449 Text Font Color

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

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


#c21449 Background Color

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

This div background color is #c21449


#c21449 Border Color

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

This div border color is #c21449


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,20,73, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c21449; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c21449;
  -webkit-box-shadow: 1px 1px 3px 2px #c21449;
  box-shadow:         1px 1px 3px 2px #c21449; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,20,73, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21449


Comments

No comments written yet.

Please login to write comment.