Color Hex Logo

#c62241 Color Hex

#C62241
(198,34,65)
0 Favorites   0 Comments

Color spaces of #c62241

RGB 1983465
HSL0.970.710.45
HSV349°83°78°
CMYK 0.000.830.67   0.22
XYZ24.814913.53156.3050
Yxy13.53150.55570.3030
Hunter Lab36.785256.040115.5873
CIE-Lab43.553462.870925.3025

#c62241 color RGB value is (198,34,65).

#c62241 hex color red value is 198, green value is 34 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #c62241 hue: 0.97 , saturation: 0.71 and the lightness value of c62241 is 0.45.

The process color (four color CMYK) of #c62241 color hex is 0.00, 0.83, 0.67, 0.22. Web safe color of #c62241 is #cc3333. Color #c62241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100010 01000001
Octal 306 42 101
Decimal 198 34 65
Hex C6 22 41

RGB Percentages of Color #c62241

%66.67
%11.45
%21.89

CMYK Percentages of Color #c62241

%0
%83
%67
%22

Triadic Colors of #c62241

#c62241 #41c622 #2241c6

Analogous Colors of #c62241

#c62241 #c65522 #c62293

Monochromatic Colors of #c62241

#c62241

Complementary Color

#c62241 #22c6a7

#c62241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62241 Color CSS Codes

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

#c62241 Text Font Color

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

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


#c62241 Background Color

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

This div background color is #c62241


#c62241 Border Color

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

This div border color is #c62241


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,34,65, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c62241; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c62241;
  -webkit-box-shadow: 1px 1px 3px 2px #c62241;
  box-shadow:         1px 1px 3px 2px #c62241; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,34,65, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62241


Comments

No comments written yet.

Please login to write comment.