Color Hex Logo

#c71015 Color Hex

#C71015
(199,16,21)
0 Favorites   0 Comments

Color spaces of #c71015

RGB 1991621
HSL1.000.850.42
HSV358°92°78°
CMYK 0.000.920.89   0.22
XYZ23.873812.56681.8768
Yxy12.56680.62310.3280
Hunter Lab35.449758.174921.6758
CIE-Lab42.103165.030048.5145

#c71015 color RGB value is (199,16,21).

#c71015 hex color red value is 199, green value is 16 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #c71015 hue: 1.00 , saturation: 0.85 and the lightness value of c71015 is 0.42.

The process color (four color CMYK) of #c71015 color hex is 0.00, 0.92, 0.89, 0.22. Web safe color of #c71015 is #cc0000. Color #c71015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010000 00010101
Octal 307 20 25
Decimal 199 16 21
Hex C7 10 15

RGB Percentages of Color #c71015

%84.32
%6.78
%8.90

CMYK Percentages of Color #c71015

%0
%92
%89
%22

Triadic Colors of #c71015

#c71015 #15c710 #1015c7

Analogous Colors of #c71015

#c71015 #c76710 #c71071

Monochromatic Colors of #c71015

#c71015

Complementary Color

#c71015 #10c7c2

#c71015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71015 Color CSS Codes

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

#c71015 Text Font Color

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

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


#c71015 Background Color

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

This div background color is #c71015


#c71015 Border Color

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

This div border color is #c71015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71015


Comments

No comments written yet.

Please login to write comment.