Color Hex Logo

#c52233 Color Hex

#C52233
(197,34,51)
0 Favorites   0 Comments

Color spaces of #c52233

RGB 1973451
HSL0.980.710.45
HSV354°83°77°
CMYK 0.000.830.74   0.23
XYZ24.195513.25344.4149
Yxy13.25340.57800.3166
Hunter Lab36.405254.924918.2935
CIE-Lab43.142661.960333.2605

#c52233 color RGB value is (197,34,51).

#c52233 hex color red value is 197, green value is 34 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #c52233 hue: 0.98 , saturation: 0.71 and the lightness value of c52233 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100010 00110011
Octal 305 42 63
Decimal 197 34 51
Hex C5 22 33

RGB Percentages of Color #c52233

%69.86
%12.06
%18.09

CMYK Percentages of Color #c52233

%0
%83
%74
%23

Triadic Colors of #c52233

#c52233 #33c522 #2233c5

Analogous Colors of #c52233

#c52233 #c56322 #c52285

Monochromatic Colors of #c52233

#c52233

Complementary Color

#c52233 #22c5b4

#c52233 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52233 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52233 Color CSS Codes

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

#c52233 Text Font Color

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

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


#c52233 Background Color

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

This div background color is #c52233


#c52233 Border Color

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

This div border color is #c52233


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52233

#c52233 Color Palettes


Comments

No comments written yet.

Please login to write comment.