Color Hex Logo

#c70037 Color Hex

#C70037
(199,0,55)
0 Favorites   0 Comments

Color spaces of #c70037

RGB 199055
HSL0.951.000.39
HSV343°100°78°
CMYK 0.001.000.72   0.22
XYZ24.242812.41794.7336
Yxy12.41790.58570.3000
Hunter Lab35.239061.131316.7030
CIE-Lab41.872767.640229.4560

#c70037 color RGB value is (199,0,55).

#c70037 hex color red value is 199, green value is 0 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #c70037 hue: 0.95 , saturation: 1.00 and the lightness value of c70037 is 0.39.

The process color (four color CMYK) of #c70037 color hex is 0.00, 1.00, 0.72, 0.22. Web safe color of #c70037 is #cc0033. Color #c70037 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00000000 00110111
Octal 307 0 67
Decimal 199 0 55
Hex C7 0 37

RGB Percentages of Color #c70037

%78.35
%0.00
%21.65

CMYK Percentages of Color #c70037

%0
%100
%72
%22

Triadic Colors of #c70037

#c70037 #37c700 #0037c7

Analogous Colors of #c70037

#c70037 #c72c00 #c7009b

Monochromatic Colors of #c70037

#c70037

Complementary Color

#c70037 #00c790

#c70037 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c70037 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c70037 Color CSS Codes

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

#c70037 Text Font Color

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

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


#c70037 Background Color

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

This div background color is #c70037


#c70037 Border Color

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

This div border color is #c70037


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c70037


Comments

No comments written yet.

Please login to write comment.