Color Hex Logo

#c42532 Color Hex

#C42532
(196,37,50)
0 Favorites   0 Comments

Color spaces of #c42532

RGB 1963750
HSL0.990.680.46
HSV355°81°77°
CMYK 0.000.810.74   0.23
XYZ24.002213.28924.3176
Yxy13.28920.57690.3194
Hunter Lab36.454453.732518.4958
CIE-Lab43.195860.884833.8607

#c42532 color RGB value is (196,37,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 00110010
Octal 304 45 62
Decimal 196 37 50
Hex C4 25 32

RGB Percentages of Color #c42532

%69.26
%13.07
%17.67

CMYK Percentages of Color #c42532

%0
%81
%74
%23

Triadic Colors of #c42532

#c42532 #32c425 #2532c4

Analogous Colors of #c42532

#c42532 #c46825 #c42582

Monochromatic Colors of #c42532

#c42532

Complementary Color

#c42532 #25c4b7

#c42532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42532 Color CSS Codes

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

#c42532 Text Font Color

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

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


#c42532 Background Color

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

This div background color is #c42532


#c42532 Border Color

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

This div border color is #c42532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42532


Comments

No comments written yet.

Please login to write comment.