Color Hex Logo

#d9020d Color Hex

#D9020D
(217,2,13)
0 Favorites   0 Comments

Color spaces of #d9020d

RGB 217213
HSL0.990.980.43
HSV357°99°85°
CMYK 0.000.990.94   0.15
XYZ28.709614.82421.7290
Yxy14.82420.63430.3275
Hunter Lab38.502265.721624.2890
CIE-Lab45.392570.857055.5791

#d9020d color RGB value is (217,2,13).

#d9020d hex color red value is 217, green value is 2 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #d9020d hue: 0.99 , saturation: 0.98 and the lightness value of d9020d is 0.43.

The process color (four color CMYK) of #d9020d color hex is 0.00, 0.99, 0.94, 0.15. Web safe color of #d9020d is #cc0000. Color #d9020d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000010 00001101
Octal 331 2 15
Decimal 217 2 13
Hex D9 2 D

RGB Percentages of Color #d9020d

%93.53
%0.86
%5.60

CMYK Percentages of Color #d9020d

%0
%99
%94
%15

Triadic Colors of #d9020d

#d9020d #0dd902 #020dd9

Analogous Colors of #d9020d

#d9020d #d96302 #d90279

Monochromatic Colors of #d9020d

#d9020d

Complementary Color

#d9020d #02d9ce

#d9020d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9020d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9020d Color CSS Codes

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

#d9020d Text Font Color

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

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


#d9020d Background Color

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

This div background color is #d9020d


#d9020d Border Color

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

This div border color is #d9020d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9020d


Comments

No comments written yet.

Please login to write comment.