Color Hex Logo

#c62625 Color Hex

#C62625
(198,38,37)
0 Favorites   0 Comments

Color spaces of #c62625

RGB 1983837
HSL0.000.690.46
HSV81°78°
CMYK 0.000.810.81   0.22
XYZ24.315713.52563.0794
Yxy13.52560.59420.3305
Hunter Lab36.777253.657520.7796
CIE-Lab43.544860.750741.7286

#c62625 color RGB value is (198,38,37).

#c62625 hex color red value is 198, green value is 38 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #c62625 hue: 0.00 , saturation: 0.69 and the lightness value of c62625 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 00100110 00100101
Octal 306 46 45
Decimal 198 38 37
Hex C6 26 25

RGB Percentages of Color #c62625

%72.53
%13.92
%13.55

CMYK Percentages of Color #c62625

%0
%81
%81
%22

Triadic Colors of #c62625

#c62625 #25c626 #2625c6

Analogous Colors of #c62625

#c62625 #c67725 #c62575

Monochromatic Colors of #c62625

#c62625

Complementary Color

#c62625 #25c5c6

#c62625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c62625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c62625 Color CSS Codes

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

#c62625 Text Font Color

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

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


#c62625 Background Color

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

This div background color is #c62625


#c62625 Border Color

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

This div border color is #c62625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c62625


Comments

No comments written yet.

Please login to write comment.