Color Hex Logo

#c71128 Color Hex

#C71128
(199,17,40)
0 Favorites   0 Comments

Color spaces of #c71128

RGB 1991740
HSL0.980.840.42
HSV352°91°78°
CMYK 0.000.910.80   0.22
XYZ24.136612.69623.1860
Yxy12.69620.60310.3173
Hunter Lab35.631758.558719.6408
CIE-Lab42.301965.326738.8905

#c71128 color RGB value is (199,17,40).

#c71128 hex color red value is 199, green value is 17 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c71128 hue: 0.98 , saturation: 0.84 and the lightness value of c71128 is 0.42.

The process color (four color CMYK) of #c71128 color hex is 0.00, 0.91, 0.80, 0.22. Web safe color of #c71128 is #cc0033. Color #c71128 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010001 00101000
Octal 307 21 50
Decimal 199 17 40
Hex C7 11 28

RGB Percentages of Color #c71128

%77.73
%6.64
%15.63

CMYK Percentages of Color #c71128

%0
%91
%80
%22

Triadic Colors of #c71128

#c71128 #28c711 #1128c7

Analogous Colors of #c71128

#c71128 #c75511 #c71183

Monochromatic Colors of #c71128

#c71128

Complementary Color

#c71128 #11c7b0

#c71128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71128 Color CSS Codes

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

#c71128 Text Font Color

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

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


#c71128 Background Color

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

This div background color is #c71128


#c71128 Border Color

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

This div border color is #c71128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71128


Comments

No comments written yet.

Please login to write comment.