Color Hex Logo

#c63419 Color Hex

#C63419
(198,52,25)
0 Favorites   0 Comments

Color spaces of #c63419

RGB 1985225
HSL0.030.780.44
HSV87°78°
CMYK 0.000.740.87   0.22
XYZ24.692214.53192.4232
Yxy14.53190.59290.3489
Hunter Lab38.120748.909722.9157
CIE-Lab44.986356.167148.8922

#c63419 color RGB value is (198,52,25).

#c63419 hex color red value is 198, green value is 52 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #c63419 hue: 0.03 , saturation: 0.78 and the lightness value of c63419 is 0.44.

The process color (four color CMYK) of #c63419 color hex is 0.00, 0.74, 0.87, 0.22. Web safe color of #c63419 is #cc3300. Color #c63419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00110100 00011001
Octal 306 64 31
Decimal 198 52 25
Hex C6 34 19

RGB Percentages of Color #c63419

%72.00
%18.91
%9.09

CMYK Percentages of Color #c63419

%0
%74
%87
%22

Triadic Colors of #c63419

#c63419 #19c634 #3419c6

Analogous Colors of #c63419

#c63419 #c68b19 #c61954

Monochromatic Colors of #c63419

#c63419

Complementary Color

#c63419 #19abc6

#c63419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c63419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c63419 Color CSS Codes

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

#c63419 Text Font Color

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

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


#c63419 Background Color

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

This div background color is #c63419


#c63419 Border Color

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

This div border color is #c63419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c63419


Comments

No comments written yet.

Please login to write comment.