Color Hex Logo

#db293d Color Hex

#DB293D
(219,41,61)
0 Favorites   0 Comments

Color spaces of #db293d

RGB 2194161
HSL0.980.710.51
HSV353°81°86°
CMYK 0.000.810.72   0.14
XYZ30.848716.98296.0670
Yxy16.98290.57230.3151
Hunter Lab41.210361.501220.1185
CIE-Lab48.238566.722934.3663

#db293d color RGB value is (219,41,61).

#db293d hex color red value is 219, green value is 41 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #db293d hue: 0.98 , saturation: 0.71 and the lightness value of db293d is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00101001 00111101
Octal 333 51 75
Decimal 219 41 61
Hex DB 29 3D

RGB Percentages of Color #db293d

%68.22
%12.77
%19.00

CMYK Percentages of Color #db293d

%0
%81
%72
%14

Triadic Colors of #db293d

#db293d #3ddb29 #293ddb

Analogous Colors of #db293d

#db293d #db6e29 #db2996

Monochromatic Colors of #db293d

#db293d

Complementary Color

#db293d #29dbc7

#db293d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db293d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db293d Color CSS Codes

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

#db293d Text Font Color

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

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


#db293d Background Color

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

This div background color is #db293d


#db293d Border Color

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

This div border color is #db293d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db293d


Comments

No comments written yet.

Please login to write comment.