Color Hex Logo

#d90201 Color Hex

#D90201
(217,2,1)
0 Favorites   0 Comments

Color spaces of #d90201

RGB 21721
HSL0.000.990.43
HSV100°85°
CMYK 0.000.991.00   0.15
XYZ28.642514.79731.3753
Yxy14.79730.63910.3302
Hunter Lab38.467365.592424.8073
CIE-Lab45.355370.755659.2076

#d90201 color RGB value is (217,2,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000010 00000001
Octal 331 2 1
Decimal 217 2 1
Hex D9 2 1

RGB Percentages of Color #d90201

%98.64
%0.91
%0.45

CMYK Percentages of Color #d90201

%0
%99
%100
%15

Triadic Colors of #d90201

#d90201 #01d902 #0201d9

Analogous Colors of #d90201

#d90201 #d96e01 #d9016c

Monochromatic Colors of #d90201

#d90201

Complementary Color

#d90201 #01d8d9

#d90201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90201 Color CSS Codes

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

#d90201 Text Font Color

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

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


#d90201 Background Color

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

This div background color is #d90201


#d90201 Border Color

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

This div border color is #d90201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90201


Comments

No comments written yet.

Please login to write comment.