Color Hex Logo

#c50509 Color Hex

#C50509
(197,5,9)
0 Favorites   0 Comments

Color spaces of #c50509

RGB 19759
HSL1.000.950.40
HSV359°97°77°
CMYK 0.000.970.95   0.23
XYZ23.129511.99861.3553
Yxy11.99860.63400.3289
Hunter Lab34.639058.571621.9275
CIE-Lab41.213965.549852.2941

#c50509 color RGB value is (197,5,9).

#c50509 hex color red value is 197, green value is 5 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #c50509 hue: 1.00 , saturation: 0.95 and the lightness value of c50509 is 0.40.

The process color (four color CMYK) of #c50509 color hex is 0.00, 0.97, 0.95, 0.23. Web safe color of #c50509 is #cc0000. Color #c50509 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00000101 00001001
Octal 305 5 11
Decimal 197 5 9
Hex C5 5 9

RGB Percentages of Color #c50509

%93.36
%2.37
%4.27

CMYK Percentages of Color #c50509

%0
%97
%95
%23

Triadic Colors of #c50509

#c50509 #09c505 #0509c5

Analogous Colors of #c50509

#c50509 #c56105 #c50569

Monochromatic Colors of #c50509

#c50509

Complementary Color

#c50509 #05c5c1

#c50509 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c50509 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c50509 Color CSS Codes

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

#c50509 Text Font Color

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

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


#c50509 Background Color

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

This div background color is #c50509


#c50509 Border Color

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

This div border color is #c50509


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c50509


Comments

No comments written yet.

Please login to write comment.