Color Hex Logo

#c53105 Color Hex

#C53105
(197,49,5)
0 Favorites   0 Comments

Color spaces of #c53105

RGB 197495
HSL0.040.950.40
HSV14°97°77°
CMYK 0.000.750.97   0.23
XYZ24.151714.07791.5880
Yxy14.07790.60660.3536
Hunter Lab37.520549.238323.7550
CIE-Lab44.344456.588655.1776

#c53105 color RGB value is (197,49,5).

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

The process color (four color CMYK) of #c53105 color hex is 0.00, 0.75, 0.97, 0.23. Web safe color of #c53105 is #cc3300. Color #c53105 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110001 00000101
Octal 305 61 5
Decimal 197 49 5
Hex C5 31 5

RGB Percentages of Color #c53105

%78.49
%19.52
%1.99

CMYK Percentages of Color #c53105

%0
%75
%97
%23

Triadic Colors of #c53105

#c53105 #05c531 #3105c5

Analogous Colors of #c53105

#c53105 #c59105 #c50539

Monochromatic Colors of #c53105

#c53105

Complementary Color

#c53105 #0599c5

#c53105 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c53105 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c53105 Color CSS Codes

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

#c53105 Text Font Color

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

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


#c53105 Background Color

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

This div background color is #c53105


#c53105 Border Color

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

This div border color is #c53105


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c53105


Comments

No comments written yet.

Please login to write comment.