Color Hex Logo

#c2231f Color Hex

#C2231F
(194,35,31)
0 Favorites   0 Comments

Color spaces of #c2231f

RGB 1943531
HSL0.000.720.44
HSV84°76°
CMYK 0.000.820.84   0.24
XYZ23.096512.77032.5439
Yxy12.77030.60130.3325
Hunter Lab35.735652.830420.7942
CIE-Lab42.415160.223843.5402

#c2231f color RGB value is (194,35,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 00100011 00011111
Octal 302 43 37
Decimal 194 35 31
Hex C2 23 1F

RGB Percentages of Color #c2231f

%74.62
%13.46
%11.92

CMYK Percentages of Color #c2231f

%0
%82
%84
%24

Triadic Colors of #c2231f

#c2231f #1fc223 #231fc2

Analogous Colors of #c2231f

#c2231f #c2751f #c21f6d

Monochromatic Colors of #c2231f

#c2231f

Complementary Color

#c2231f #1fbec2

#c2231f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2231f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2231f Color CSS Codes

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

#c2231f Text Font Color

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

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


#c2231f Background Color

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

This div background color is #c2231f


#c2231f Border Color

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

This div border color is #c2231f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,35,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 #c2231f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2231f


Comments

No comments written yet.

Please login to write comment.