Color Hex Logo

#d0201e Color Hex

#D0201E
(208,32,30)
0 Favorites   0 Comments

Color spaces of #d0201e

RGB 2083230
HSL0.000.750.47
HSV86°82°
CMYK 0.000.850.86   0.18
XYZ26.763314.53672.6236
Yxy14.53670.60930.3310
Hunter Lab38.127058.575922.6090
CIE-Lab44.993064.819847.3939

#d0201e color RGB value is (208,32,30).

#d0201e hex color red value is 208, green value is 32 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #d0201e hue: 0.00 , saturation: 0.75 and the lightness value of d0201e is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100000 00011110
Octal 320 40 36
Decimal 208 32 30
Hex D0 20 1E

RGB Percentages of Color #d0201e

%77.04
%11.85
%11.11

CMYK Percentages of Color #d0201e

%0
%85
%86
%18

Triadic Colors of #d0201e

#d0201e #1ed020 #201ed0

Analogous Colors of #d0201e

#d0201e #d0791e #d01e75

Monochromatic Colors of #d0201e

#d0201e

Complementary Color

#d0201e #1eced0

#d0201e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0201e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0201e Color CSS Codes

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

#d0201e Text Font Color

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

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


#d0201e Background Color

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

This div background color is #d0201e


#d0201e Border Color

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

This div border color is #d0201e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0201e


Comments

No comments written yet.

Please login to write comment.