Color Hex Logo

#c72528 Color Hex

#C72528
(199,37,40)
0 Favorites   0 Comments

Color spaces of #c72528

RGB 1993740
HSL1.000.690.46
HSV359°81°78°
CMYK 0.000.810.80   0.22
XYZ24.597813.61853.3397
Yxy13.61850.59190.3277
Hunter Lab36.903354.398220.4666
CIE-Lab43.680861.387240.2924

#c72528 color RGB value is (199,37,40).

#c72528 hex color red value is 199, green value is 37 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c72528 hue: 1.00 , saturation: 0.69 and the lightness value of c72528 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 00100101 00101000
Octal 307 45 50
Decimal 199 37 40
Hex C7 25 28

RGB Percentages of Color #c72528

%72.10
%13.41
%14.49

CMYK Percentages of Color #c72528

%0
%81
%80
%22

Triadic Colors of #c72528

#c72528 #28c725 #2528c7

Analogous Colors of #c72528

#c72528 #c77325 #c72579

Monochromatic Colors of #c72528

#c72528

Complementary Color

#c72528 #25c7c4

#c72528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72528 Color CSS Codes

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

#c72528 Text Font Color

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

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


#c72528 Background Color

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

This div background color is #c72528


#c72528 Border Color

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

This div border color is #c72528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72528


Comments

No comments written yet.

Please login to write comment.