Color Hex Logo

#c01231 Color Hex

#C01231
(192,18,49)
0 Favorites   0 Comments

Color spaces of #c01231

RGB 1921849
HSL0.970.830.41
HSV349°91°75°
CMYK 0.000.910.74   0.25
XYZ22.508911.86084.0087
Yxy11.86080.58650.3090
Hunter Lab34.439556.394517.2064
CIE-Lab40.994063.680331.7314

#c01231 color RGB value is (192,18,49).

#c01231 hex color red value is 192, green value is 18 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #c01231 hue: 0.97 , saturation: 0.83 and the lightness value of c01231 is 0.41.

The process color (four color CMYK) of #c01231 color hex is 0.00, 0.91, 0.74, 0.25. Web safe color of #c01231 is #cc0033. Color #c01231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00010010 00110001
Octal 300 22 61
Decimal 192 18 49
Hex C0 12 31

RGB Percentages of Color #c01231

%74.13
%6.95
%18.92

CMYK Percentages of Color #c01231

%0
%91
%74
%25

Triadic Colors of #c01231

#c01231 #31c012 #1231c0

Analogous Colors of #c01231

#c01231 #c04a12 #c01288

Monochromatic Colors of #c01231

#c01231

Complementary Color

#c01231 #12c0a1

#c01231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c01231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c01231 Color CSS Codes

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

#c01231 Text Font Color

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

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


#c01231 Background Color

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

This div background color is #c01231


#c01231 Border Color

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

This div border color is #c01231


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(192,18,49, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c01231; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c01231;
  -webkit-box-shadow: 1px 1px 3px 2px #c01231;
  box-shadow:         1px 1px 3px 2px #c01231; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(192,18,49, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c01231


Comments

No comments written yet.

Please login to write comment.