Color Hex Logo

#c42531 Color Hex

#C42531
(196,37,49)
0 Favorites   0 Comments

Color spaces of #c42531

RGB 1963749
HSL0.990.680.46
HSV355°81°77°
CMYK 0.000.810.75   0.23
XYZ23.980913.28064.2052
Yxy13.28060.57830.3203
Hunter Lab36.442653.686818.6682
CIE-Lab43.183060.846434.4357

#c42531 color RGB value is (196,37,49).

#c42531 hex color red value is 196, green value is 37 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #c42531 hue: 0.99 , saturation: 0.68 and the lightness value of c42531 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 00110001
Octal 304 45 61
Decimal 196 37 49
Hex C4 25 31

RGB Percentages of Color #c42531

%69.50
%13.12
%17.38

CMYK Percentages of Color #c42531

%0
%81
%75
%23

Triadic Colors of #c42531

#c42531 #31c425 #2531c4

Analogous Colors of #c42531

#c42531 #c46925 #c42581

Monochromatic Colors of #c42531

#c42531

Complementary Color

#c42531 #25c4b8

#c42531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42531 Color CSS Codes

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

#c42531 Text Font Color

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

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


#c42531 Background Color

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

This div background color is #c42531


#c42531 Border Color

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

This div border color is #c42531


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42531

#c42531 Color Palettes


Comments

No comments written yet.

Please login to write comment.