color codes Logo

#c7182f color codes

#C7182F
(199,24,47)
0 Favorites   0 Comments

Color spaces of #c7182f

RGB 1992447
HSL0.980.780.44
HSV352°88°78°
CMYK 0.000.880.76   0.22
XYZ24.392913.00063.9130
Yxy13.00060.59050.3147
Hunter Lab36.056357.660518.8050
CIE-Lab42.764164.451035.3171

#c7182f color RGB value is (199,24,47).

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

The process color (four color CMYK) of #c7182f color code is 0.00, 0.88, 0.76, 0.22. Web safe color of #c7182f is #cc0033. Color #c7182f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 00011000 00101111
Octal 307 30 57
Decimal 199 24 47
Hex C7 18 2F

RGB Percentages of Color #c7182f

%73.70
%8.89
%17.41

CMYK Percentages of Color #c7182f

%0
%88
%76
%22

Triadic Colors of #c7182f

#c7182f #2fc718 #182fc7

Analogous Colors of #c7182f

#c7182f #c75918 #c71887

Monochromatic Colors of #c7182f

#c7182f

Complementary Color

#c7182f #18c7b0

#c7182f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7182f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7182f Color CSS Codes

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

#c7182f Text Font Color

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

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


#c7182f Background Color

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

This div background color is #c7182f


#c7182f Border Color

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

This div border color is #c7182f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7182f


Comments

No comments written yet.

Please login to write comment.