Color Hex Logo

#c71844 Color Hex

#C71844
(199,24,68)
0 Favorites   0 Comments

Color spaces of #c71844

RGB 1992468
HSL0.960.780.44
HSV345°88°78°
CMYK 0.000.880.66   0.22
XYZ24.923213.21276.7056
Yxy13.21270.55580.2947
Hunter Lab36.349358.778814.5069
CIE-Lab43.082065.367022.8845

#c71844 color RGB value is (199,24,68).

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

The process color (four color CMYK) of #c71844 color hex is 0.00, 0.88, 0.66, 0.22. Web safe color of #c71844 is #cc0033. Color #c71844 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011000 01000100
Octal 307 30 104
Decimal 199 24 68
Hex C7 18 44

RGB Percentages of Color #c71844

%68.38
%8.25
%23.37

CMYK Percentages of Color #c71844

%0
%88
%66
%22

Triadic Colors of #c71844

#c71844 #44c718 #1844c7

Analogous Colors of #c71844

#c71844 #c74418 #c7189c

Monochromatic Colors of #c71844

#c71844

Complementary Color

#c71844 #18c79b

#c71844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71844 Color CSS Codes

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

#c71844 Text Font Color

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

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


#c71844 Background Color

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

This div background color is #c71844


#c71844 Border Color

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

This div border color is #c71844


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,24,68, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c71844; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c71844;
  -webkit-box-shadow: 1px 1px 3px 2px #c71844;
  box-shadow:         1px 1px 3px 2px #c71844; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,24,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71844


Comments

No comments written yet.

Please login to write comment.