Color Hex Logo

#c61534 Color Hex

#C61534
(198,21,52)
0 Favorites   0 Comments

Color spaces of #c61534

RGB 1982152
HSL0.970.810.43
HSV349°89°78°
CMYK 0.000.890.74   0.22
XYZ24.176712.79004.4433
Yxy12.79000.58380.3089
Hunter Lab35.763158.084717.6678
CIE-Lab42.445164.884631.9109

#c61534 color RGB value is (198,21,52).

#c61534 hex color red value is 198, green value is 21 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #c61534 hue: 0.97 , saturation: 0.81 and the lightness value of c61534 is 0.43.

The process color (four color CMYK) of #c61534 color hex is 0.00, 0.89, 0.74, 0.22. Web safe color of #c61534 is #cc0033. Color #c61534 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 00010101 00110100
Octal 306 25 64
Decimal 198 21 52
Hex C6 15 34

RGB Percentages of Color #c61534

%73.06
%7.75
%19.19

CMYK Percentages of Color #c61534

%0
%89
%74
%22

Triadic Colors of #c61534

#c61534 #34c615 #1534c6

Analogous Colors of #c61534

#c61534 #c64f15 #c6158d

Monochromatic Colors of #c61534

#c61534

Complementary Color

#c61534 #15c6a7

#c61534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c61534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c61534 Color CSS Codes

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

#c61534 Text Font Color

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

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


#c61534 Background Color

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

This div background color is #c61534


#c61534 Border Color

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

This div border color is #c61534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c61534


Comments

No comments written yet.

Please login to write comment.