Color Hex Logo

#c61325 Color Hex

#C61325
(198,19,37)
0 Favorites   0 Comments

Color spaces of #c61325

RGB 1981937
HSL0.980.820.43
HSV354°90°78°
CMYK 0.000.900.81   0.22
XYZ23.855512.60512.9260
Yxy12.60510.60570.3200
Hunter Lab35.503757.805719.9662
CIE-Lab42.162164.695240.3738

#c61325 color RGB value is (198,19,37).

#c61325 hex color red value is 198, green value is 19 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #c61325 hue: 0.98 , saturation: 0.82 and the lightness value of c61325 is 0.43.

The process color (four color CMYK) of #c61325 color hex is 0.00, 0.90, 0.81, 0.22. Web safe color of #c61325 is #cc0033. Color #c61325 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010011 00100101
Octal 306 23 45
Decimal 198 19 37
Hex C6 13 25

RGB Percentages of Color #c61325

%77.95
%7.48
%14.57

CMYK Percentages of Color #c61325

%0
%90
%81
%22

Triadic Colors of #c61325

#c61325 #25c613 #1325c6

Analogous Colors of #c61325

#c61325 #c65a13 #c6137f

Monochromatic Colors of #c61325

#c61325

Complementary Color

#c61325 #13c6b4

#c61325 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61325 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61325 Color CSS Codes

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

#c61325 Text Font Color

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

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


#c61325 Background Color

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

This div background color is #c61325


#c61325 Border Color

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

This div border color is #c61325


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61325


Comments

No comments written yet.

Please login to write comment.