Color Hex Logo

#c2182b Color Hex

#C2182B
(194,24,43)
1 Favorites   0 Comments

Color spaces of #c2182b

RGB 1942443
HSL0.980.780.43
HSV353°88°76°
CMYK 0.000.880.78   0.24
XYZ23.010812.29703.4463
Yxy12.29700.59380.3173
Hunter Lab35.067155.763218.7201
CIE-Lab41.684362.987336.1911

#c2182b color RGB value is (194,24,43).

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

The process color (four color CMYK) of #c2182b color hex is 0.00, 0.88, 0.78, 0.24. Web safe color of #c2182b is #cc0033. Color #c2182b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00011000 00101011
Octal 302 30 53
Decimal 194 24 43
Hex C2 18 2B

RGB Percentages of Color #c2182b

%74.33
%9.20
%16.48

CMYK Percentages of Color #c2182b

%0
%88
%78
%24

Triadic Colors of #c2182b

#c2182b #2bc218 #182bc2

Analogous Colors of #c2182b

#c2182b #c25a18 #c21880

Monochromatic Colors of #c2182b

#c2182b

Complementary Color

#c2182b #18c2af

#c2182b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2182b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2182b Color CSS Codes

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

#c2182b Text Font Color

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

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


#c2182b Background Color

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

This div background color is #c2182b


#c2182b Border Color

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

This div border color is #c2182b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2182b


Comments

No comments written yet.

Please login to write comment.