Color Hex Logo

#c53801 Color Hex

#C53801
(197,56,1)
0 Favorites   0 Comments

Color spaces of #c53801

RGB 197561
HSL0.050.990.39
HSV17°99°77°
CMYK 0.000.720.99   0.23
XYZ24.445614.70091.5778
Yxy14.70090.60030.3610
Hunter Lab38.341846.708424.3994
CIE-Lab45.221854.086456.7951

#c53801 color RGB value is (197,56,1).

#c53801 hex color red value is 197, green value is 56 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #c53801 hue: 0.05 , saturation: 0.99 and the lightness value of c53801 is 0.39.

The process color (four color CMYK) of #c53801 color hex is 0.00, 0.72, 0.99, 0.23. Web safe color of #c53801 is #cc3300. Color #c53801 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00111000 00000001
Octal 305 70 1
Decimal 197 56 1
Hex C5 38 1

RGB Percentages of Color #c53801

%77.56
%22.05
%0.39

CMYK Percentages of Color #c53801

%0
%72
%99
%23

Triadic Colors of #c53801

#c53801 #01c538 #3801c5

Analogous Colors of #c53801

#c53801 #c59a01 #c5012c

Monochromatic Colors of #c53801

#c53801

Complementary Color

#c53801 #018ec5

#c53801 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53801 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53801 Color CSS Codes

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

#c53801 Text Font Color

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

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


#c53801 Background Color

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

This div background color is #c53801


#c53801 Border Color

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

This div border color is #c53801


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53801


Comments

No comments written yet.

Please login to write comment.