Color Hex Logo

#db272c Color Hex

#DB272C
(219,39,44)
0 Favorites   0 Comments

Color spaces of #db272c

RGB 2193944
HSL1.000.710.51
HSV358°82°86°
CMYK 0.000.820.80   0.14
XYZ30.393616.69304.0030
Yxy16.69300.59490.3267
Hunter Lab40.857161.286422.7910
CIE-Lab47.870966.609443.6196

#db272c color RGB value is (219,39,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100111 00101100
Octal 333 47 54
Decimal 219 39 44
Hex DB 27 2C

RGB Percentages of Color #db272c

%72.52
%12.91
%14.57

CMYK Percentages of Color #db272c

%0
%82
%80
%14

Triadic Colors of #db272c

#db272c #2cdb27 #272cdb

Analogous Colors of #db272c

#db272c #db7c27 #db2786

Monochromatic Colors of #db272c

#db272c

Complementary Color

#db272c #27dbd6

#db272c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db272c Color Preview on White Background

Lorem ipsum dolor sit amet.

#db272c Color CSS Codes

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

#db272c Text Font Color

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

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


#db272c Background Color

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

This div background color is #db272c


#db272c Border Color

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

This div border color is #db272c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db272c


Comments

No comments written yet.

Please login to write comment.