Color Hex Logo

#c42538 Color Hex

#C42538
(196,37,56)
0 Favorites   0 Comments

Color spaces of #c42538

RGB 1963756
HSL0.980.680.46
HSV353°81°77°
CMYK 0.000.810.71   0.23
XYZ24.140313.34445.0448
Yxy13.34440.56760.3138
Hunter Lab36.530054.031617.3830
CIE-Lab43.277761.137030.3697

#c42538 color RGB value is (196,37,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 00100101 00111000
Octal 304 45 70
Decimal 196 37 56
Hex C4 25 38

RGB Percentages of Color #c42538

%67.82
%12.80
%19.38

CMYK Percentages of Color #c42538

%0
%81
%71
%23

Triadic Colors of #c42538

#c42538 #38c425 #2538c4

Analogous Colors of #c42538

#c42538 #c46225 #c42588

Monochromatic Colors of #c42538

#c42538

Complementary Color

#c42538 #25c4b1

#c42538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c42538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c42538 Color CSS Codes

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

#c42538 Text Font Color

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

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


#c42538 Background Color

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

This div background color is #c42538


#c42538 Border Color

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

This div border color is #c42538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c42538


Comments

No comments written yet.

Please login to write comment.