Color Hex Logo

#c72801 Color Hex

#C72801
(199,40,1)
0 Favorites   0 Comments

Color spaces of #c72801

RGB 199401
HSL0.030.990.39
HSV12°99°78°
CMYK 0.000.800.99   0.22
XYZ24.317513.66191.3841
Yxy13.66190.61780.3471
Hunter Lab36.962052.752623.6532
CIE-Lab43.744159.899356.3305

#c72801 color RGB value is (199,40,1).

#c72801 hex color red value is 199, green value is 40 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c72801 hue: 0.03 , saturation: 0.99 and the lightness value of c72801 is 0.39.

The process color (four color CMYK) of #c72801 color hex is 0.00, 0.80, 0.99, 0.22. Web safe color of #c72801 is #cc3300. Color #c72801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00101000 00000001
Octal 307 50 1
Decimal 199 40 1
Hex C7 28 1

RGB Percentages of Color #c72801

%82.92
%16.67
%0.42

CMYK Percentages of Color #c72801

%0
%80
%99
%22

Triadic Colors of #c72801

#c72801 #01c728 #2801c7

Analogous Colors of #c72801

#c72801 #c78b01 #c7013d

Monochromatic Colors of #c72801

#c72801

Complementary Color

#c72801 #01a0c7

#c72801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c72801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c72801 Color CSS Codes

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

#c72801 Text Font Color

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

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


#c72801 Background Color

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

This div background color is #c72801


#c72801 Border Color

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

This div border color is #c72801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c72801


Comments

No comments written yet.

Please login to write comment.