Color Hex Logo

#c62223 Color Hex

#C62223
(198,34,35)
0 Favorites   0 Comments

Color spaces of #c62223

RGB 1983435
HSL1.000.710.45
HSV360°83°78°
CMYK 0.000.830.82   0.22
XYZ24.164113.27122.8781
Yxy13.27120.59940.3292
Hunter Lab36.429754.648720.8166
CIE-Lab43.169161.709142.4386

#c62223 color RGB value is (198,34,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100010 00100011
Octal 306 42 43
Decimal 198 34 35
Hex C6 22 23

RGB Percentages of Color #c62223

%74.16
%12.73
%13.11

CMYK Percentages of Color #c62223

%0
%83
%82
%22

Triadic Colors of #c62223

#c62223 #23c622 #2223c6

Analogous Colors of #c62223

#c62223 #c67322 #c62275

Monochromatic Colors of #c62223

#c62223

Complementary Color

#c62223 #22c6c5

#c62223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62223 Color CSS Codes

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

#c62223 Text Font Color

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

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


#c62223 Background Color

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

This div background color is #c62223


#c62223 Border Color

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

This div border color is #c62223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62223


Comments

No comments written yet.

Please login to write comment.