Color Hex Logo

#c52110 Color Hex

#C52110
(197,33,16)
0 Favorites   0 Comments

Color spaces of #c52110

RGB 1973316
HSL0.020.850.42
HSV92°77°
CMYK 0.000.830.92   0.23
XYZ23.663312.99541.7514
Yxy12.99540.61610.3383
Hunter Lab36.049154.084622.3539
CIE-Lab42.756361.284750.8179

#c52110 color RGB value is (197,33,16).

#c52110 hex color red value is 197, green value is 33 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c52110 hue: 0.02 , saturation: 0.85 and the lightness value of c52110 is 0.42.

The process color (four color CMYK) of #c52110 color hex is 0.00, 0.83, 0.92, 0.23. Web safe color of #c52110 is #cc3300. Color #c52110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00100001 00010000
Octal 305 41 20
Decimal 197 33 16
Hex C5 21 10

RGB Percentages of Color #c52110

%80.08
%13.41
%6.50

CMYK Percentages of Color #c52110

%0
%83
%92
%23

Triadic Colors of #c52110

#c52110 #10c521 #2110c5

Analogous Colors of #c52110

#c52110 #c57c10 #c51059

Monochromatic Colors of #c52110

#c52110

Complementary Color

#c52110 #10b4c5

#c52110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c52110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c52110 Color CSS Codes

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

#c52110 Text Font Color

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

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


#c52110 Background Color

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

This div background color is #c52110


#c52110 Border Color

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

This div border color is #c52110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c52110


Comments

No comments written yet.

Please login to write comment.