Color Hex Logo

#c7041b Color Hex

#C7041B
(199,4,27)
1 Favorites   0 Comments

Color spaces of #c7041b

RGB 199427
HSL0.980.960.40
HSV353°98°78°
CMYK 0.000.980.86   0.22
XYZ23.794412.30812.1585
Yxy12.30810.62190.3217
Hunter Lab35.082959.669620.9102
CIE-Lab41.701766.410445.3570

#c7041b color RGB value is (199,4,27).

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

The process color (four color CMYK) of #c7041b color hex is 0.00, 0.98, 0.86, 0.22. Web safe color of #c7041b is #cc0033. Color #c7041b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000100 00011011
Octal 307 4 33
Decimal 199 4 27
Hex C7 4 1B

RGB Percentages of Color #c7041b

%86.52
%1.74
%11.74

CMYK Percentages of Color #c7041b

%0
%98
%86
%22

Triadic Colors of #c7041b

#c7041b #1bc704 #041bc7

Analogous Colors of #c7041b

#c7041b #c74f04 #c7047d

Monochromatic Colors of #c7041b

#c7041b

Complementary Color

#c7041b #04c7b0

#c7041b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7041b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7041b Color CSS Codes

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

#c7041b Text Font Color

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

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


#c7041b Background Color

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

This div background color is #c7041b


#c7041b Border Color

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

This div border color is #c7041b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7041b


Comments

No comments written yet.

Please login to write comment.