Color Hex Logo

#db273d Color Hex

#DB273D
(219,39,61)
0 Favorites   0 Comments

Color spaces of #db273d

RGB 2193961
HSL0.980.710.51
HSV353°82°86°
CMYK 0.000.820.72   0.14
XYZ30.781216.84806.0445
Yxy16.84800.57350.3139
Hunter Lab41.046362.028620.0013
CIE-Lab48.067967.207234.1668

#db273d color RGB value is (219,39,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 00111101
Octal 333 47 75
Decimal 219 39 61
Hex DB 27 3D

RGB Percentages of Color #db273d

%68.65
%12.23
%19.12

CMYK Percentages of Color #db273d

%0
%82
%72
%14

Triadic Colors of #db273d

#db273d #3ddb27 #273ddb

Analogous Colors of #db273d

#db273d #db6b27 #db2797

Monochromatic Colors of #db273d

#db273d

Complementary Color

#db273d #27dbc5

#db273d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db273d Color Preview on White Background

Lorem ipsum dolor sit amet.

#db273d Color CSS Codes

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

#db273d Text Font Color

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

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


#db273d Background Color

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

This div background color is #db273d


#db273d Border Color

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

This div border color is #db273d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db273d


Comments

No comments written yet.

Please login to write comment.