Color Hex Logo

#d0291c Color Hex

#D0291C
(208,41,28)
0 Favorites   0 Comments

Color spaces of #d0291c

RGB 2084128
HSL0.010.760.46
HSV87°82°
CMYK 0.000.800.87   0.18
XYZ27.015015.07962.5854
Yxy15.07960.60460.3375
Hunter Lab38.832556.222223.2353
CIE-Lab45.743062.611048.9688

#d0291c color RGB value is (208,41,28).

#d0291c hex color red value is 208, green value is 41 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #d0291c hue: 0.01 , saturation: 0.76 and the lightness value of d0291c is 0.46.

The process color (four color CMYK) of #d0291c color hex is 0.00, 0.80, 0.87, 0.18. Web safe color of #d0291c is #cc3333. Color #d0291c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101001 00011100
Octal 320 51 34
Decimal 208 41 28
Hex D0 29 1C

RGB Percentages of Color #d0291c

%75.09
%14.80
%10.11

CMYK Percentages of Color #d0291c

%0
%80
%87
%18

Triadic Colors of #d0291c

#d0291c #1cd029 #291cd0

Analogous Colors of #d0291c

#d0291c #d0831c #d01c69

Monochromatic Colors of #d0291c

#d0291c

Complementary Color

#d0291c #1cc3d0

#d0291c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0291c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0291c Color CSS Codes

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

#d0291c Text Font Color

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

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


#d0291c Background Color

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

This div background color is #d0291c


#d0291c Border Color

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

This div border color is #d0291c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,41,28, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0291c


Comments

No comments written yet.

Please login to write comment.