Color Hex Logo

#c53222 Color Hex

#C53222
(197,50,34)
0 Favorites   0 Comments

Color spaces of #c53222

RGB 1975034
HSL0.020.710.45
HSV83°77°
CMYK 0.000.750.83   0.23
XYZ24.455314.26702.9782
Yxy14.26700.58650.3421
Hunter Lab37.771749.469521.7653
CIE-Lab44.613456.750644.2461

#c53222 color RGB value is (197,50,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110010 00100010
Octal 305 62 42
Decimal 197 50 34
Hex C5 32 22

RGB Percentages of Color #c53222

%70.11
%17.79
%12.10

CMYK Percentages of Color #c53222

%0
%75
%83
%23

Triadic Colors of #c53222

#c53222 #22c532 #3222c5

Analogous Colors of #c53222

#c53222 #c58422 #c52264

Monochromatic Colors of #c53222

#c53222

Complementary Color

#c53222 #22b5c5

#c53222 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53222 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53222 Color CSS Codes

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

#c53222 Text Font Color

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

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


#c53222 Background Color

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

This div background color is #c53222


#c53222 Border Color

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

This div border color is #c53222


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53222


Comments

No comments written yet.

Please login to write comment.