Color Hex Logo

#db213d Color Hex

#DB213D
(219,33,61)
0 Favorites   0 Comments

Color spaces of #db213d

RGB 2193361
HSL0.970.740.49
HSV351°85°86°
CMYK 0.000.850.72   0.14
XYZ30.599616.48475.9840
Yxy16.48470.57660.3106
Hunter Lab40.601463.475919.6825
CIE-Lab47.604168.530033.6225

#db213d color RGB value is (219,33,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100001 00111101
Octal 333 41 75
Decimal 219 33 61
Hex DB 21 3D

RGB Percentages of Color #db213d

%69.97
%10.54
%19.49

CMYK Percentages of Color #db213d

%0
%85
%72
%14

Triadic Colors of #db213d

#db213d #3ddb21 #213ddb

Analogous Colors of #db213d

#db213d #db6221 #db219a

Monochromatic Colors of #db213d

#db213d

Complementary Color

#db213d #21dbbf

#db213d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db213d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db213d Color CSS Codes

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

#db213d Text Font Color

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

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


#db213d Background Color

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

This div background color is #db213d


#db213d Border Color

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

This div border color is #db213d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db213d


Comments

No comments written yet.

Please login to write comment.