Color Hex Logo

#c7183d Color Hex

#C7183D
(199,24,61)
0 Favorites   0 Comments

Color spaces of #c7183d

RGB 1992461
HSL0.960.780.44
HSV347°88°78°
CMYK 0.000.880.69   0.22
XYZ24.722113.13235.6467
Yxy13.13230.56830.3019
Hunter Lab36.238558.356216.1284
CIE-Lab42.961965.021527.0752

#c7183d color RGB value is (199,24,61).

#c7183d hex color red value is 199, green value is 24 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c7183d hue: 0.96 , saturation: 0.78 and the lightness value of c7183d is 0.44.

The process color (four color CMYK) of #c7183d color hex is 0.00, 0.88, 0.69, 0.22. Web safe color of #c7183d is #cc0033. Color #c7183d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011000 00111101
Octal 307 30 75
Decimal 199 24 61
Hex C7 18 3D

RGB Percentages of Color #c7183d

%70.07
%8.45
%21.48

CMYK Percentages of Color #c7183d

%0
%88
%69
%22

Triadic Colors of #c7183d

#c7183d #3dc718 #183dc7

Analogous Colors of #c7183d

#c7183d #c74b18 #c71895

Monochromatic Colors of #c7183d

#c7183d

Complementary Color

#c7183d #18c7a2

#c7183d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7183d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7183d Color CSS Codes

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

#c7183d Text Font Color

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

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


#c7183d Background Color

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

This div background color is #c7183d


#c7183d Border Color

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

This div border color is #c7183d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(199,24,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c7183d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c7183d;
  -webkit-box-shadow: 1px 1px 3px 2px #c7183d;
  box-shadow:         1px 1px 3px 2px #c7183d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(199,24,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7183d


Comments

No comments written yet.

Please login to write comment.