Color Hex Logo

#d0291f Color Hex

#D0291F
(208,41,31)
0 Favorites   0 Comments

Color spaces of #d0291f

RGB 2084131
HSL0.010.740.47
HSV85°82°
CMYK 0.000.800.85   0.18
XYZ27.052715.09472.7841
Yxy15.09470.60210.3359
Hunter Lab38.851956.299322.9476
CIE-Lab45.763662.675147.5678

#d0291f color RGB value is (208,41,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101001 00011111
Octal 320 51 37
Decimal 208 41 31
Hex D0 29 1F

RGB Percentages of Color #d0291f

%74.29
%14.64
%11.07

CMYK Percentages of Color #d0291f

%0
%80
%85
%18

Triadic Colors of #d0291f

#d0291f #1fd029 #291fd0

Analogous Colors of #d0291f

#d0291f #d0821f #d01f6e

Monochromatic Colors of #d0291f

#d0291f

Complementary Color

#d0291f #1fc6d0

#d0291f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0291f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0291f Color CSS Codes

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

#d0291f Text Font Color

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

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


#d0291f Background Color

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

This div background color is #d0291f


#d0291f Border Color

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

This div border color is #d0291f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0291f


Comments

No comments written yet.

Please login to write comment.