Color Hex Logo

#c71904 Color Hex

#C71904
(199,25,4)
0 Favorites   0 Comments

Color spaces of #c71904

RGB 199254
HSL0.020.960.40
HSV98°78°
CMYK 0.000.870.98   0.22
XYZ23.922712.84611.3335
Yxy12.84610.62790.3371
Hunter Lab35.841556.418922.8831
CIE-Lab42.530463.403554.8138

#c71904 color RGB value is (199,25,4).

#c71904 hex color red value is 199, green value is 25 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #c71904 hue: 0.02 , saturation: 0.96 and the lightness value of c71904 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011001 00000100
Octal 307 31 4
Decimal 199 25 4
Hex C7 19 4

RGB Percentages of Color #c71904

%87.28
%10.96
%1.75

CMYK Percentages of Color #c71904

%0
%87
%98
%22

Triadic Colors of #c71904

#c71904 #04c719 #1904c7

Analogous Colors of #c71904

#c71904 #c77b04 #c70450

Monochromatic Colors of #c71904

#c71904

Complementary Color

#c71904 #04b2c7

#c71904 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c71904 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c71904 Color CSS Codes

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

#c71904 Text Font Color

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

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


#c71904 Background Color

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

This div background color is #c71904


#c71904 Border Color

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

This div border color is #c71904


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c71904


Comments

No comments written yet.

Please login to write comment.