Color Hex Logo

#db210d Color Hex

#DB210D
(219,33,13)
0 Favorites   0 Comments

Color spaces of #db210d

RGB 2193313
HSL0.020.890.45
HSV94°86°
CMYK 0.000.850.94   0.14
XYZ29.829916.17681.9310
Yxy16.17680.62230.3375
Hunter Lab40.220462.000825.3077
CIE-Lab47.205667.349956.8192

#db210d color RGB value is (219,33,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100001 00001101
Octal 333 41 15
Decimal 219 33 13
Hex DB 21 D

RGB Percentages of Color #db210d

%82.64
%12.45
%4.91

CMYK Percentages of Color #db210d

%0
%85
%94
%14

Triadic Colors of #db210d

#db210d #0ddb21 #210ddb

Analogous Colors of #db210d

#db210d #db880d #db0d60

Monochromatic Colors of #db210d

#db210d

Complementary Color

#db210d #0dc7db

#db210d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db210d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db210d Color CSS Codes

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

#db210d Text Font Color

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

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


#db210d Background Color

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

This div background color is #db210d


#db210d Border Color

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

This div border color is #db210d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db210d


Comments

No comments written yet.

Please login to write comment.