Color Hex Logo

#c0011e Color Hex

#C0011E
(192,1,30)
0 Favorites   0 Comments

Color spaces of #c0011e

RGB 192130
HSL0.970.990.38
HSV351°99°75°
CMYK 0.000.990.84   0.25
XYZ21.983411.32192.2550
Yxy11.32190.61820.3184
Hunter Lab33.648057.736019.5802
CIE-Lab40.117465.032441.8306

#c0011e color RGB value is (192,1,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000001 00011110
Octal 300 1 36
Decimal 192 1 30
Hex C0 1 1E

RGB Percentages of Color #c0011e

%86.10
%0.45
%13.45

CMYK Percentages of Color #c0011e

%0
%99
%84
%25

Triadic Colors of #c0011e

#c0011e #1ec001 #011ec0

Analogous Colors of #c0011e

#c0011e #c04401 #c0017e

Monochromatic Colors of #c0011e

#c0011e

Complementary Color

#c0011e #01c0a3

#c0011e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0011e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0011e Color CSS Codes

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

#c0011e Text Font Color

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

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


#c0011e Background Color

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

This div background color is #c0011e


#c0011e Border Color

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

This div border color is #c0011e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0011e


Comments

No comments written yet.

Please login to write comment.