Color Hex Logo

#db210e Color Hex

#DB210E
(219,33,14)
0 Favorites   0 Comments

Color spaces of #db210e

RGB 2193314
HSL0.020.880.46
HSV94°86°
CMYK 0.000.850.94   0.14
XYZ29.836516.17951.9659
Yxy16.17950.62180.3372
Hunter Lab40.223762.013225.2589
CIE-Lab47.209167.359856.5129

#db210e color RGB value is (219,33,14).

#db210e hex color red value is 219, green value is 33 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #db210e hue: 0.02 , saturation: 0.88 and the lightness value of db210e is 0.46.

The process color (four color CMYK) of #db210e color hex is 0.00, 0.85, 0.94, 0.14. Web safe color of #db210e is #cc3300. Color #db210e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100001 00001110
Octal 333 41 16
Decimal 219 33 14
Hex DB 21 E

RGB Percentages of Color #db210e

%82.33
%12.41
%5.26

CMYK Percentages of Color #db210e

%0
%85
%94
%14

Triadic Colors of #db210e

#db210e #0edb21 #210edb

Analogous Colors of #db210e

#db210e #db880e #db0e61

Monochromatic Colors of #db210e

#db210e

Complementary Color

#db210e #0ec8db

#db210e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db210e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db210e Color CSS Codes

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

#db210e Text Font Color

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

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


#db210e Background Color

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

This div background color is #db210e


#db210e Border Color

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

This div border color is #db210e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db210e


Comments

No comments written yet.

Please login to write comment.