Color Hex Logo

#c02937 Color Hex

#C02937
(192,41,55)
0 Favorites   0 Comments

Color spaces of #c02937

RGB 1924155
HSL0.980.650.46
HSV354°79°75°
CMYK 0.000.790.71   0.25
XYZ23.220813.06824.9130
Yxy13.06820.56360.3172
Hunter Lab36.150051.396417.2471
CIE-Lab42.865858.839630.2908

#c02937 color RGB value is (192,41,55).

#c02937 hex color red value is 192, green value is 41 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #c02937 hue: 0.98 , saturation: 0.65 and the lightness value of c02937 is 0.46.

The process color (four color CMYK) of #c02937 color hex is 0.00, 0.79, 0.71, 0.25. Web safe color of #c02937 is #cc3333. Color #c02937 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101001 00110111
Octal 300 51 67
Decimal 192 41 55
Hex C0 29 37

RGB Percentages of Color #c02937

%66.67
%14.24
%19.10

CMYK Percentages of Color #c02937

%0
%79
%71
%25

Triadic Colors of #c02937

#c02937 #37c029 #2937c0

Analogous Colors of #c02937

#c02937 #c06729 #c02983

Monochromatic Colors of #c02937

#c02937

Complementary Color

#c02937 #29c0b2

#c02937 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c02937 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c02937 Color CSS Codes

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

#c02937 Text Font Color

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

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


#c02937 Background Color

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

This div background color is #c02937


#c02937 Border Color

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

This div border color is #c02937


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c02937


Comments

No comments written yet.

Please login to write comment.