Color Hex Logo

#c53228 Color Hex

#C53228
(197,50,40)
0 Favorites   0 Comments

Color spaces of #c53228

RGB 1975040
HSL0.010.660.46
HSV80°77°
CMYK 0.000.750.80   0.23
XYZ24.549614.30473.4747
Yxy14.30470.58000.3379
Hunter Lab37.821649.674921.0281
CIE-Lab44.666856.928941.1599

#c53228 color RGB value is (197,50,40).

#c53228 hex color red value is 197, green value is 50 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c53228 hue: 0.01 , saturation: 0.66 and the lightness value of c53228 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110010 00101000
Octal 305 62 50
Decimal 197 50 40
Hex C5 32 28

RGB Percentages of Color #c53228

%68.64
%17.42
%13.94

CMYK Percentages of Color #c53228

%0
%75
%80
%23

Triadic Colors of #c53228

#c53228 #28c532 #3228c5

Analogous Colors of #c53228

#c53228 #c58128 #c5286d

Monochromatic Colors of #c53228

#c53228

Complementary Color

#c53228 #28bbc5

#c53228 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53228 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53228 Color CSS Codes

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

#c53228 Text Font Color

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

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


#c53228 Background Color

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

This div background color is #c53228


#c53228 Border Color

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

This div border color is #c53228


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53228


Comments

No comments written yet.

Please login to write comment.