Color Hex Logo

#c0291e Color Hex

#C0291E
(192,41,30)
0 Favorites   0 Comments

Color spaces of #c0291e

RGB 1924130
HSL0.010.730.44
HSV84°75°
CMYK 0.000.790.84   0.25
XYZ22.765512.88612.5157
Yxy12.88610.59650.3376
Hunter Lab35.897250.382020.9730
CIE-Lab42.591157.967344.0557

#c0291e color RGB value is (192,41,30).

#c0291e hex color red value is 192, green value is 41 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #c0291e hue: 0.01 , saturation: 0.73 and the lightness value of c0291e is 0.44.

The process color (four color CMYK) of #c0291e color hex is 0.00, 0.79, 0.84, 0.25. Web safe color of #c0291e is #cc3333. Color #c0291e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00101001 00011110
Octal 300 51 36
Decimal 192 41 30
Hex C0 29 1E

RGB Percentages of Color #c0291e

%73.00
%15.59
%11.41

CMYK Percentages of Color #c0291e

%0
%79
%84
%25

Triadic Colors of #c0291e

#c0291e #1ec029 #291ec0

Analogous Colors of #c0291e

#c0291e #c07a1e #c01e64

Monochromatic Colors of #c0291e

#c0291e

Complementary Color

#c0291e #1eb5c0

#c0291e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0291e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0291e Color CSS Codes

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

#c0291e Text Font Color

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

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


#c0291e Background Color

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

This div background color is #c0291e


#c0291e Border Color

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

This div border color is #c0291e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0291e


Comments

No comments written yet.

Please login to write comment.