Color Hex Logo

#c72928 Color Hex

#C72928
(199,41,40)
0 Favorites   0 Comments

Color spaces of #c72928

RGB 1994140
HSL0.000.670.47
HSV80°78°
CMYK 0.000.790.80   0.22
XYZ24.729113.88123.3835
Yxy13.88120.58890.3306
Hunter Lab37.257553.276120.6959
CIE-Lab44.062160.309640.6773

#c72928 color RGB value is (199,41,40).

#c72928 hex color red value is 199, green value is 41 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c72928 hue: 0.00 , saturation: 0.67 and the lightness value of c72928 is 0.47.

The process color (four color CMYK) of #c72928 color hex is 0.00, 0.79, 0.80, 0.22. Web safe color of #c72928 is #cc3333. Color #c72928 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101001 00101000
Octal 307 51 50
Decimal 199 41 40
Hex C7 29 28

RGB Percentages of Color #c72928

%71.07
%14.64
%14.29

CMYK Percentages of Color #c72928

%0
%79
%80
%22

Triadic Colors of #c72928

#c72928 #28c729 #2928c7

Analogous Colors of #c72928

#c72928 #c77928 #c72877

Monochromatic Colors of #c72928

#c72928

Complementary Color

#c72928 #28c6c7

#c72928 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72928 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72928 Color CSS Codes

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

#c72928 Text Font Color

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

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


#c72928 Background Color

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

This div background color is #c72928


#c72928 Border Color

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

This div border color is #c72928


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72928


Comments

No comments written yet.

Please login to write comment.