Color Hex Logo

#db210a Color Hex

#DB210A
(219,33,10)
0 Favorites   0 Comments

Color spaces of #db210a

RGB 2193310
HSL0.020.910.45
HSV95°86°
CMYK 0.000.850.95   0.14
XYZ29.812116.16971.8370
Yxy16.16970.62340.3381
Hunter Lab40.211661.966325.4395
CIE-Lab47.196367.322257.6637

#db210a color RGB value is (219,33,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100001 00001010
Octal 333 41 12
Decimal 219 33 10
Hex DB 21 A

RGB Percentages of Color #db210a

%83.59
%12.60
%3.82

CMYK Percentages of Color #db210a

%0
%85
%95
%14

Triadic Colors of #db210a

#db210a #0adb21 #210adb

Analogous Colors of #db210a

#db210a #db8a0a #db0a5b

Monochromatic Colors of #db210a

#db210a

Complementary Color

#db210a #0ac4db

#db210a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db210a Color Preview on White Background

Lorem ipsum dolor sit amet.

#db210a Color CSS Codes

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

#db210a Text Font Color

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

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


#db210a Background Color

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

This div background color is #db210a


#db210a Border Color

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

This div border color is #db210a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db210a


Comments

No comments written yet.

Please login to write comment.