Color Hex Logo

#c71930 Color Hex

#C71930
(199,25,48)
0 Favorites   0 Comments

Color spaces of #c71930

RGB 1992548
HSL0.980.780.44
HSV352°87°78°
CMYK 0.000.870.76   0.22
XYZ24.434313.05084.0275
Yxy13.05080.58860.3144
Hunter Lab36.125957.510918.6782
CIE-Lab42.839764.305034.8098

#c71930 color RGB value is (199,25,48).

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

The process color (four color CMYK) of #c71930 color hex is 0.00, 0.87, 0.76, 0.22. Web safe color of #c71930 is #cc0033. Color #c71930 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011001 00110000
Octal 307 31 60
Decimal 199 25 48
Hex C7 19 30

RGB Percentages of Color #c71930

%73.16
%9.19
%17.65

CMYK Percentages of Color #c71930

%0
%87
%76
%22

Triadic Colors of #c71930

#c71930 #30c719 #1930c7

Analogous Colors of #c71930

#c71930 #c75919 #c71987

Monochromatic Colors of #c71930

#c71930

Complementary Color

#c71930 #19c7b0

#c71930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71930 Color CSS Codes

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

#c71930 Text Font Color

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

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


#c71930 Background Color

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

This div background color is #c71930


#c71930 Border Color

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

This div border color is #c71930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71930


Comments

No comments written yet.

Please login to write comment.