color codes Logo

#c0010e color codes

#C0010E
(192,1,14)
0 Favorites   0 Comments

Color spaces of #c0010e

RGB 192114
HSL0.990.990.38
HSV356°99°75°
CMYK 0.000.990.93   0.25
XYZ21.828311.25991.4384
Yxy11.25990.63220.3261
Hunter Lab33.555857.393120.9475
CIE-Lab40.014864.751249.2981

#c0010e color RGB value is (192,1,14).

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

The process color (four color CMYK) of #c0010e color code is 0.00, 0.99, 0.93, 0.25. Web safe color of #c0010e is #cc0000. Color #c0010e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00000001 00001110
Octal 300 1 16
Decimal 192 1 14
Hex C0 1 E

RGB Percentages of Color #c0010e

%92.75
%0.48
%6.76

CMYK Percentages of Color #c0010e

%0
%99
%93
%25

Triadic Colors of #c0010e

#c0010e #0ec001 #010ec0

Analogous Colors of #c0010e

#c0010e #c05301 #c0016e

Monochromatic Colors of #c0010e

#c0010e

Complementary Color

#c0010e #01c0b3

#c0010e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0010e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0010e Color CSS Codes

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

#c0010e Text Font Color

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

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


#c0010e Background Color

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

This div background color is #c0010e


#c0010e Border Color

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

This div border color is #c0010e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0010e


Comments

No comments written yet.

Please login to write comment.