Color Hex Logo

#c50820 Color Hex

#C50820
(197,8,32)
0 Favorites   0 Comments

Color spaces of #c50820

RGB 197832
HSL0.980.920.40
HSV352°96°77°
CMYK 0.000.960.84   0.23
XYZ23.373512.14832.4794
Yxy12.14830.61510.3197
Hunter Lab34.854458.707620.1804
CIE-Lab41.450965.622342.3651

#c50820 color RGB value is (197,8,32).

#c50820 hex color red value is 197, green value is 8 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c50820 hue: 0.98 , saturation: 0.92 and the lightness value of c50820 is 0.40.

The process color (four color CMYK) of #c50820 color hex is 0.00, 0.96, 0.84, 0.23. Web safe color of #c50820 is #cc0033. Color #c50820 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00001000 00100000
Octal 305 10 40
Decimal 197 8 32
Hex C5 8 20

RGB Percentages of Color #c50820

%83.12
%3.38
%13.50

CMYK Percentages of Color #c50820

%0
%96
%84
%23

Triadic Colors of #c50820

#c50820 #20c508 #0820c5

Analogous Colors of #c50820

#c50820 #c54f08 #c5087f

Monochromatic Colors of #c50820

#c50820

Complementary Color

#c50820 #08c5ad

#c50820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50820 Color CSS Codes

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

#c50820 Text Font Color

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

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


#c50820 Background Color

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

This div background color is #c50820


#c50820 Border Color

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

This div border color is #c50820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50820


Comments

No comments written yet.

Please login to write comment.