Color Hex Logo

#c01507 Color Hex

#C01507
(192,21,7)
0 Favorites   0 Comments

Color spaces of #c01507

RGB 192217
HSL0.010.930.39
HSV96°75°
CMYK 0.000.890.96   0.25
XYZ22.044711.75811.3087
Yxy11.75810.62780.3349
Hunter Lab34.290154.747921.7402
CIE-Lab40.829062.250152.1680

#c01507 color RGB value is (192,21,7).

#c01507 hex color red value is 192, green value is 21 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #c01507 hue: 0.01 , saturation: 0.93 and the lightness value of c01507 is 0.39.

The process color (four color CMYK) of #c01507 color hex is 0.00, 0.89, 0.96, 0.25. Web safe color of #c01507 is #cc0000. Color #c01507 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010101 00000111
Octal 300 25 7
Decimal 192 21 7
Hex C0 15 7

RGB Percentages of Color #c01507

%87.27
%9.55
%3.18

CMYK Percentages of Color #c01507

%0
%89
%96
%25

Triadic Colors of #c01507

#c01507 #07c015 #1507c0

Analogous Colors of #c01507

#c01507 #c07207 #c00755

Monochromatic Colors of #c01507

#c01507

Complementary Color

#c01507 #07b2c0

#c01507 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01507 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01507 Color CSS Codes

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

#c01507 Text Font Color

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

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


#c01507 Background Color

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

This div background color is #c01507


#c01507 Border Color

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

This div border color is #c01507


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,21,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c01507; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c01507;
  -webkit-box-shadow: 1px 1px 3px 2px #c01507;
  box-shadow:         1px 1px 3px 2px #c01507; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01507


Comments

No comments written yet.

Please login to write comment.