Color Hex Logo

#c0051f Color Hex

#C0051F
(192,5,31)
0 Favorites   0 Comments

Color spaces of #c0051f

RGB 192531
HSL0.980.950.39
HSV352°97°75°
CMYK 0.000.970.84   0.25
XYZ22.039811.41392.3378
Yxy11.41390.61580.3189
Hunter Lab33.784557.324319.5464
CIE-Lab40.269064.641241.4278

#c0051f color RGB value is (192,5,31).

#c0051f hex color red value is 192, green value is 5 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c0051f hue: 0.98 , saturation: 0.95 and the lightness value of c0051f is 0.39.

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

Base Numbers

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

RGB Percentages of Color #c0051f

%84.21
%2.19
%13.60

CMYK Percentages of Color #c0051f

%0
%97
%84
%25

Triadic Colors of #c0051f

#c0051f #1fc005 #051fc0

Analogous Colors of #c0051f

#c0051f #c04805 #c0057d

Monochromatic Colors of #c0051f

#c0051f

Complementary Color

#c0051f #05c0a6

#c0051f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0051f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0051f Color CSS Codes

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

#c0051f Text Font Color

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

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


#c0051f Background Color

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

This div background color is #c0051f


#c0051f Border Color

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

This div border color is #c0051f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0051f


Comments

No comments written yet.

Please login to write comment.