Color Hex Logo

#c63231 Color Hex

#C63231
(198,50,49)
0 Favorites   0 Comments

Color spaces of #c63231

RGB 1985049
HSL0.000.600.48
HSV75°78°
CMYK 0.000.750.75   0.22
XYZ24.983714.50874.3894
Yxy14.50870.56930.3306
Hunter Lab38.090350.421519.8308
CIE-Lab44.953857.557636.5158

#c63231 color RGB value is (198,50,49).

#c63231 hex color red value is 198, green value is 50 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #c63231 hue: 0.00 , saturation: 0.60 and the lightness value of c63231 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110010 00110001
Octal 306 62 61
Decimal 198 50 49
Hex C6 32 31

RGB Percentages of Color #c63231

%66.67
%16.84
%16.50

CMYK Percentages of Color #c63231

%0
%75
%75
%22

Triadic Colors of #c63231

#c63231 #31c632 #3231c6

Analogous Colors of #c63231

#c63231 #c67d31 #c6317b

Monochromatic Colors of #c63231

#c63231

Complementary Color

#c63231 #31c5c6

#c63231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63231 Color CSS Codes

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

#c63231 Text Font Color

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

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


#c63231 Background Color

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

This div background color is #c63231


#c63231 Border Color

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

This div border color is #c63231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63231


Comments

No comments written yet.

Please login to write comment.