Color Hex Logo

#db001e Color Hex

#DB001E
(219,0,30)
0 Favorites   0 Comments

Color spaces of #db001e

RGB 219030
HSL0.981.000.43
HSV352°100°86°
CMYK 0.001.000.86   0.14
XYZ29.447815.15382.6012
Yxy15.15380.62390.3210
Hunter Lab38.927966.906223.2877
CIE-Lab45.844171.761249.0262

#db001e color RGB value is (219,0,30).

#db001e hex color red value is 219, green value is 0 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #db001e hue: 0.98 , saturation: 1.00 and the lightness value of db001e is 0.43.

The process color (four color CMYK) of #db001e color hex is 0.00, 1.00, 0.86, 0.14. Web safe color of #db001e is #cc0033. Color #db001e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00000000 00011110
Octal 333 0 36
Decimal 219 0 30
Hex DB 0 1E

RGB Percentages of Color #db001e

%87.95
%0.00
%12.05

CMYK Percentages of Color #db001e

%0
%100
%86
%14

Triadic Colors of #db001e

#db001e #1edb00 #001edb

Analogous Colors of #db001e

#db001e #db5000 #db008c

Monochromatic Colors of #db001e

#db001e

Complementary Color

#db001e #00dbbd

#db001e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db001e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db001e Color CSS Codes

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

#db001e Text Font Color

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

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


#db001e Background Color

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

This div background color is #db001e


#db001e Border Color

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

This div border color is #db001e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db001e


Comments

No comments written yet.

Please login to write comment.