Color Hex Logo

#c52a3b Color Hex

#C52A3B
(197,42,59)
0 Favorites   0 Comments

Color spaces of #c52a3b

RGB 1974259
HSL0.980.650.47
HSV353°79°77°
CMYK 0.000.790.70   0.23
XYZ24.643313.84205.5106
Yxy13.84200.56010.3146
Hunter Lab37.204853.124217.2616
CIE-Lab44.005560.183929.4785

#c52a3b color RGB value is (197,42,59).

#c52a3b hex color red value is 197, green value is 42 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c52a3b hue: 0.98 , saturation: 0.65 and the lightness value of c52a3b is 0.47.

The process color (four color CMYK) of #c52a3b color hex is 0.00, 0.79, 0.70, 0.23. Web safe color of #c52a3b is #cc3333. Color #c52a3b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00101010 00111011
Octal 305 52 73
Decimal 197 42 59
Hex C5 2A 3B

RGB Percentages of Color #c52a3b

%66.11
%14.09
%19.80

CMYK Percentages of Color #c52a3b

%0
%79
%70
%23

Triadic Colors of #c52a3b

#c52a3b #3bc52a #2a3bc5

Analogous Colors of #c52a3b

#c52a3b #c5672a #c52a89

Monochromatic Colors of #c52a3b

#c52a3b

Complementary Color

#c52a3b #2ac5b4

#c52a3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52a3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52a3b Color CSS Codes

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

#c52a3b Text Font Color

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

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


#c52a3b Background Color

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

This div background color is #c52a3b


#c52a3b Border Color

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

This div border color is #c52a3b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,42,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c52a3b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c52a3b;
  -webkit-box-shadow: 1px 1px 3px 2px #c52a3b;
  box-shadow:         1px 1px 3px 2px #c52a3b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,42,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52a3b


Comments

No comments written yet.

Please login to write comment.