Color Hex Logo

#c71911 Color Hex

#C71911
(199,25,17)
0 Favorites   0 Comments

Color spaces of #c71911

RGB 1992517
HSL0.010.840.42
HSV91°78°
CMYK 0.000.870.91   0.22
XYZ24.002012.87781.7509
Yxy12.87780.62130.3334
Hunter Lab35.885756.589222.2271
CIE-Lab42.578563.544650.5162

#c71911 color RGB value is (199,25,17).

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

The process color (four color CMYK) of #c71911 color hex is 0.00, 0.87, 0.91, 0.22. Web safe color of #c71911 is #cc0000. Color #c71911 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011001 00010001
Octal 307 31 21
Decimal 199 25 17
Hex C7 19 11

RGB Percentages of Color #c71911

%82.57
%10.37
%7.05

CMYK Percentages of Color #c71911

%0
%87
%91
%22

Triadic Colors of #c71911

#c71911 #11c719 #1911c7

Analogous Colors of #c71911

#c71911 #c77411 #c71164

Monochromatic Colors of #c71911

#c71911

Complementary Color

#c71911 #11bfc7

#c71911 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71911 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71911 Color CSS Codes

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

#c71911 Text Font Color

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

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


#c71911 Background Color

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

This div background color is #c71911


#c71911 Border Color

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

This div border color is #c71911


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71911


Comments

No comments written yet.

Please login to write comment.