Color Hex Logo

#db2126 Color Hex

#DB2126
(219,33,38)
0 Favorites   0 Comments

Color spaces of #db2126

RGB 2193338
HSL1.000.740.49
HSV358°85°86°
CMYK 0.000.850.83   0.14
XYZ30.107116.28773.3907
Yxy16.28770.60470.3272
Hunter Lab40.358062.534523.2693
CIE-Lab47.349767.778046.3011

#db2126 color RGB value is (219,33,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100001 00100110
Octal 333 41 46
Decimal 219 33 38
Hex DB 21 26

RGB Percentages of Color #db2126

%75.52
%11.38
%13.10

CMYK Percentages of Color #db2126

%0
%85
%83
%14

Triadic Colors of #db2126

#db2126 #26db21 #2126db

Analogous Colors of #db2126

#db2126 #db7921 #db2183

Monochromatic Colors of #db2126

#db2126

Complementary Color

#db2126 #21dbd6

#db2126 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db2126 Color Preview on White Background

Lorem ipsum dolor sit amet.

#db2126 Color CSS Codes

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

#db2126 Text Font Color

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

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


#db2126 Background Color

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

This div background color is #db2126


#db2126 Border Color

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

This div border color is #db2126


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db2126


Comments

No comments written yet.

Please login to write comment.