Color Hex Logo

#c2171d Color Hex

#C2171D
(194,23,29)
1 Favorites   0 Comments

Color spaces of #c2171d

RGB 1942329
HSL0.990.790.43
HSV358°88°76°
CMYK 0.000.880.85   0.24
XYZ22.776312.17082.3112
Yxy12.17080.61130.3267
Hunter Lab34.886755.484820.4928
CIE-Lab41.486362.778643.7382

#c2171d color RGB value is (194,23,29).

#c2171d hex color red value is 194, green value is 23 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c2171d hue: 0.99 , saturation: 0.79 and the lightness value of c2171d is 0.43.

The process color (four color CMYK) of #c2171d color hex is 0.00, 0.88, 0.85, 0.24. Web safe color of #c2171d is #cc0033. Color #c2171d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00010111 00011101
Octal 302 27 35
Decimal 194 23 29
Hex C2 17 1D

RGB Percentages of Color #c2171d

%78.86
%9.35
%11.79

CMYK Percentages of Color #c2171d

%0
%88
%85
%24

Triadic Colors of #c2171d

#c2171d #1dc217 #171dc2

Analogous Colors of #c2171d

#c2171d #c26717 #c21773

Monochromatic Colors of #c2171d

#c2171d

Complementary Color

#c2171d #17c2bc

#c2171d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2171d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2171d Color CSS Codes

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

#c2171d Text Font Color

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

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


#c2171d Background Color

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

This div background color is #c2171d


#c2171d Border Color

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

This div border color is #c2171d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2171d


Comments

No comments written yet.

Please login to write comment.