Color Hex Logo

#c0011f Color Hex

#C0011F
(192,1,31)
0 Favorites   0 Comments

Color spaces of #c0011f

RGB 192131
HSL0.970.990.38
HSV351°99°75°
CMYK 0.000.990.84   0.25
XYZ21.996411.32712.3233
Yxy11.32710.61710.3178
Hunter Lab33.655857.764719.4662
CIE-Lab40.126065.055841.2964

#c0011f color RGB value is (192,1,31).

#c0011f hex color red value is 192, green value is 1 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c0011f hue: 0.97 , saturation: 0.99 and the lightness value of c0011f is 0.38.

The process color (four color CMYK) of #c0011f color hex is 0.00, 0.99, 0.84, 0.25. Web safe color of #c0011f is #cc0033. Color #c0011f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000001 00011111
Octal 300 1 37
Decimal 192 1 31
Hex C0 1 1F

RGB Percentages of Color #c0011f

%85.71
%0.45
%13.84

CMYK Percentages of Color #c0011f

%0
%99
%84
%25

Triadic Colors of #c0011f

#c0011f #1fc001 #011fc0

Analogous Colors of #c0011f

#c0011f #c04301 #c0017f

Monochromatic Colors of #c0011f

#c0011f

Complementary Color

#c0011f #01c0a2

#c0011f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0011f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0011f Color CSS Codes

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

#c0011f Text Font Color

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

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


#c0011f Background Color

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

This div background color is #c0011f


#c0011f Border Color

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

This div border color is #c0011f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0011f


Comments

No comments written yet.

Please login to write comment.