Color Hex Logo

#c2321f Color Hex

#C2321F
(194,50,31)
0 Favorites   0 Comments

Color spaces of #c2321f

RGB 1945031
HSL0.020.720.44
HSV84°76°
CMYK 0.000.740.84   0.24
XYZ23.636113.84952.7238
Yxy13.84950.58780.3444
Hunter Lab37.214948.243621.7109
CIE-Lab44.016355.733144.9837

#c2321f color RGB value is (194,50,31).

#c2321f hex color red value is 194, green value is 50 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c2321f hue: 0.02 , saturation: 0.72 and the lightness value of c2321f is 0.44.

The process color (four color CMYK) of #c2321f color hex is 0.00, 0.74, 0.84, 0.24. Web safe color of #c2321f is #cc3333. Color #c2321f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 00110010 00011111
Octal 302 62 37
Decimal 194 50 31
Hex C2 32 1F

RGB Percentages of Color #c2321f

%70.55
%18.18
%11.27

CMYK Percentages of Color #c2321f

%0
%74
%84
%24

Triadic Colors of #c2321f

#c2321f #1fc232 #321fc2

Analogous Colors of #c2321f

#c2321f #c2841f #c21f5e

Monochromatic Colors of #c2321f

#c2321f

Complementary Color

#c2321f #1fafc2

#c2321f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2321f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2321f Color CSS Codes

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

#c2321f Text Font Color

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

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


#c2321f Background Color

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

This div background color is #c2321f


#c2321f Border Color

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

This div border color is #c2321f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2321f


Comments

No comments written yet.

Please login to write comment.