Color Hex Logo

#d0141f Color Hex

#D0141F
(208,20,31)
0 Favorites   0 Comments

Color spaces of #d0141f

RGB 2082031
HSL0.990.820.45
HSV356°90°82°
CMYK 0.000.900.85   0.18
XYZ26.509914.00912.6031
Yxy14.00910.61480.3249
Hunter Lab37.428760.927122.0766
CIE-Lab44.246067.002146.2568

#d0141f color RGB value is (208,20,31).

#d0141f hex color red value is 208, green value is 20 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #d0141f hue: 0.99 , saturation: 0.82 and the lightness value of d0141f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010100 00011111
Octal 320 24 37
Decimal 208 20 31
Hex D0 14 1F

RGB Percentages of Color #d0141f

%80.31
%7.72
%11.97

CMYK Percentages of Color #d0141f

%0
%90
%85
%18

Triadic Colors of #d0141f

#d0141f #1fd014 #141fd0

Analogous Colors of #d0141f

#d0141f #d06714 #d0147d

Monochromatic Colors of #d0141f

#d0141f

Complementary Color

#d0141f #14d0c5

#d0141f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0141f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0141f Color CSS Codes

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

#d0141f Text Font Color

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

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


#d0141f Background Color

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

This div background color is #d0141f


#d0141f Border Color

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

This div border color is #d0141f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0141f


Comments

No comments written yet.

Please login to write comment.