Color Hex Logo

#c71215 Color Hex

#C71215
(199,18,21)
0 Favorites   0 Comments

Color spaces of #c71215

RGB 1991821
HSL1.000.830.43
HSV359°91°78°
CMYK 0.000.910.89   0.22
XYZ23.904912.62891.8872
Yxy12.62890.62220.3287
Hunter Lab35.537257.882121.7274
CIE-Lab42.198764.755148.5839

#c71215 color RGB value is (199,18,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00010010 00010101
Octal 307 22 25
Decimal 199 18 21
Hex C7 12 15

RGB Percentages of Color #c71215

%83.61
%7.56
%8.82

CMYK Percentages of Color #c71215

%0
%91
%89
%22

Triadic Colors of #c71215

#c71215 #15c712 #1215c7

Analogous Colors of #c71215

#c71215 #c76a12 #c71270

Monochromatic Colors of #c71215

#c71215

Complementary Color

#c71215 #12c7c4

#c71215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71215 Color CSS Codes

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

#c71215 Text Font Color

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

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


#c71215 Background Color

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

This div background color is #c71215


#c71215 Border Color

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

This div border color is #c71215


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,18,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 #c71215">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71215


Comments

No comments written yet.

Please login to write comment.