Color Hex Logo

#c54201 Color Hex

#C54201
(197,66,1)
0 Favorites   0 Comments

Color spaces of #c54201

RGB 197661
HSL0.060.990.39
HSV20°99°77°
CMYK 0.000.660.99   0.23
XYZ24.979715.76891.7559
Yxy15.76890.58770.3710
Hunter Lab39.710142.793125.1754
CIE-Lab46.669850.143957.5221

#c54201 color RGB value is (197,66,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01000010 00000001
Octal 305 102 1
Decimal 197 66 1
Hex C5 42 1

RGB Percentages of Color #c54201

%74.62
%25.00
%0.38

CMYK Percentages of Color #c54201

%0
%66
%99
%23

Triadic Colors of #c54201

#c54201 #01c542 #4201c5

Analogous Colors of #c54201

#c54201 #c5a401 #c50122

Monochromatic Colors of #c54201

#c54201

Complementary Color

#c54201 #0184c5

#c54201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c54201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c54201 Color CSS Codes

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

#c54201 Text Font Color

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

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


#c54201 Background Color

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

This div background color is #c54201


#c54201 Border Color

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

This div border color is #c54201


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,66,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 #c54201">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c54201


Comments

No comments written yet.

Please login to write comment.