Color Hex Logo

#c3182d Color Hex

#C3182D
(195,24,45)
0 Favorites   0 Comments

Color spaces of #c3182d

RGB 1952445
HSL0.980.780.43
HSV353°88°76°
CMYK 0.000.880.77   0.24
XYZ23.306012.44483.6564
Yxy12.44480.59140.3158
Hunter Lab35.277256.191618.5488
CIE-Lab41.914563.322035.3276

#c3182d color RGB value is (195,24,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00011000 00101101
Octal 303 30 55
Decimal 195 24 45
Hex C3 18 2D

RGB Percentages of Color #c3182d

%73.86
%9.09
%17.05

CMYK Percentages of Color #c3182d

%0
%88
%77
%24

Triadic Colors of #c3182d

#c3182d #2dc318 #182dc3

Analogous Colors of #c3182d

#c3182d #c35918 #c31883

Monochromatic Colors of #c3182d

#c3182d

Complementary Color

#c3182d #18c3ae

#c3182d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3182d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3182d Color CSS Codes

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

#c3182d Text Font Color

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

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


#c3182d Background Color

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

This div background color is #c3182d


#c3182d Border Color

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

This div border color is #c3182d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3182d


Comments

No comments written yet.

Please login to write comment.