Color Hex Logo

#c5311d Color Hex

#C5311D
(197,49,29)
0 Favorites   0 Comments

Color spaces of #c5311d

RGB 1974929
HSL0.020.740.44
HSV85°77°
CMYK 0.000.750.85   0.23
XYZ24.346014.15572.6115
Yxy14.15570.59220.3443
Hunter Lab37.624149.662722.2215
CIE-Lab44.455456.957346.5559

#c5311d color RGB value is (197,49,29).

#c5311d hex color red value is 197, green value is 49 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #c5311d hue: 0.02 , saturation: 0.74 and the lightness value of c5311d is 0.44.

The process color (four color CMYK) of #c5311d color hex is 0.00, 0.75, 0.85, 0.23. Web safe color of #c5311d is #cc3333. Color #c5311d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 00110001 00011101
Octal 305 61 35
Decimal 197 49 29
Hex C5 31 1D

RGB Percentages of Color #c5311d

%71.64
%17.82
%10.55

CMYK Percentages of Color #c5311d

%0
%75
%85
%23

Triadic Colors of #c5311d

#c5311d #1dc531 #311dc5

Analogous Colors of #c5311d

#c5311d #c5851d #c51d5d

Monochromatic Colors of #c5311d

#c5311d

Complementary Color

#c5311d #1db1c5

#c5311d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5311d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5311d Color CSS Codes

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

#c5311d Text Font Color

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

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


#c5311d Background Color

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

This div background color is #c5311d


#c5311d Border Color

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

This div border color is #c5311d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5311d


Comments

No comments written yet.

Please login to write comment.