Color Hex Logo

#d0041f Color Hex

#D0041F
(208,4,31)
0 Favorites   0 Comments

Color spaces of #d0041f

RGB 208431
HSL0.980.960.42
HSV352°98°82°
CMYK 0.000.980.85   0.18
XYZ26.303213.59572.5342
Yxy13.59570.61990.3204
Hunter Lab36.872362.807921.7357
CIE-Lab43.647468.730745.7377

#d0041f color RGB value is (208,4,31).

#d0041f hex color red value is 208, green value is 4 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d0041f hue: 0.98 , saturation: 0.96 and the lightness value of d0041f is 0.42.

The process color (four color CMYK) of #d0041f color hex is 0.00, 0.98, 0.85, 0.18. Web safe color of #d0041f is #cc0033. Color #d0041f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000100 00011111
Octal 320 4 37
Decimal 208 4 31
Hex D0 4 1F

RGB Percentages of Color #d0041f

%85.60
%1.65
%12.76

CMYK Percentages of Color #d0041f

%0
%98
%85
%18

Triadic Colors of #d0041f

#d0041f #1fd004 #041fd0

Analogous Colors of #d0041f

#d0041f #d04f04 #d00485

Monochromatic Colors of #d0041f

#d0041f

Complementary Color

#d0041f #04d0b5

#d0041f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0041f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0041f Color CSS Codes

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

#d0041f Text Font Color

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

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


#d0041f Background Color

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

This div background color is #d0041f


#d0041f Border Color

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

This div border color is #d0041f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0041f


Comments

No comments written yet.

Please login to write comment.