Color Hex Logo

#c63831 Color Hex

#C63831
(198,56,49)
0 Favorites   0 Comments

Color spaces of #c63831

RGB 1985649
HSL0.010.600.48
HSV75°78°
CMYK 0.000.720.75   0.22
XYZ25.257315.05594.4806
Yxy15.05590.56390.3361
Hunter Lab38.801948.287420.3149
CIE-Lab45.710755.460337.3490

#c63831 color RGB value is (198,56,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00111000 00110001
Octal 306 70 61
Decimal 198 56 49
Hex C6 38 31

RGB Percentages of Color #c63831

%65.35
%18.48
%16.17

CMYK Percentages of Color #c63831

%0
%72
%75
%22

Triadic Colors of #c63831

#c63831 #31c638 #3831c6

Analogous Colors of #c63831

#c63831 #c68331 #c63175

Monochromatic Colors of #c63831

#c63831

Complementary Color

#c63831 #31bfc6

#c63831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63831 Color CSS Codes

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

#c63831 Text Font Color

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

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


#c63831 Background Color

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

This div background color is #c63831


#c63831 Border Color

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

This div border color is #c63831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63831


Comments

No comments written yet.

Please login to write comment.