Color Hex Logo

#db212d Color Hex

#DB212D
(219,33,45)
0 Favorites   0 Comments

Color spaces of #db212d

RGB 2193345
HSL0.990.740.49
HSV356°85°86°
CMYK 0.000.850.79   0.14
XYZ30.230916.33724.0427
Yxy16.33720.59730.3228
Hunter Lab40.419362.772122.3634
CIE-Lab47.413867.968242.6125

#db212d color RGB value is (219,33,45).

#db212d hex color red value is 219, green value is 33 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #db212d hue: 0.99 , saturation: 0.74 and the lightness value of db212d is 0.49.

The process color (four color CMYK) of #db212d color hex is 0.00, 0.85, 0.79, 0.14. Web safe color of #db212d is #cc3333. Color #db212d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100001 00101101
Octal 333 41 55
Decimal 219 33 45
Hex DB 21 2D

RGB Percentages of Color #db212d

%73.74
%11.11
%15.15

CMYK Percentages of Color #db212d

%0
%85
%79
%14

Triadic Colors of #db212d

#db212d #2ddb21 #212ddb

Analogous Colors of #db212d

#db212d #db7221 #db218a

Monochromatic Colors of #db212d

#db212d

Complementary Color

#db212d #21dbcf

#db212d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db212d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db212d Color CSS Codes

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

#db212d Text Font Color

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

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


#db212d Background Color

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

This div background color is #db212d


#db212d Border Color

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

This div border color is #db212d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db212d


Comments

No comments written yet.

Please login to write comment.