Color Hex Logo

#c21d40 Color Hex

#C21D40
(194,29,64)
0 Favorites   0 Comments

Color spaces of #c21d40

RGB 1942964
HSL0.960.740.44
HSV347°85°76°
CMYK 0.000.850.67   0.24
XYZ23.612912.71826.0608
Yxy12.71820.55700.3000
Hunter Lab35.662655.778814.8876
CIE-Lab42.335562.874924.2149

#c21d40 color RGB value is (194,29,64).

#c21d40 hex color red value is 194, green value is 29 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #c21d40 hue: 0.96 , saturation: 0.74 and the lightness value of c21d40 is 0.44.

The process color (four color CMYK) of #c21d40 color hex is 0.00, 0.85, 0.67, 0.24. Web safe color of #c21d40 is #cc3333. Color #c21d40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011101 01000000
Octal 302 35 100
Decimal 194 29 64
Hex C2 1D 40

RGB Percentages of Color #c21d40

%67.60
%10.10
%22.30

CMYK Percentages of Color #c21d40

%0
%85
%67
%24

Triadic Colors of #c21d40

#c21d40 #40c21d #1d40c2

Analogous Colors of #c21d40

#c21d40 #c24d1d #c21d93

Monochromatic Colors of #c21d40

#c21d40

Complementary Color

#c21d40 #1dc29f

#c21d40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c21d40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c21d40 Color CSS Codes

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

#c21d40 Text Font Color

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

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


#c21d40 Background Color

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

This div background color is #c21d40


#c21d40 Border Color

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

This div border color is #c21d40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c21d40


Comments

No comments written yet.

Please login to write comment.