Color Hex Logo

#db242e Color Hex

#DB242E
(219,36,46)
0 Favorites   0 Comments

Color spaces of #db242e

RGB 2193646
HSL0.990.720.50
HSV357°84°86°
CMYK 0.000.840.79   0.14
XYZ30.337416.51914.1743
Yxy16.51910.59450.3237
Hunter Lab40.643762.110122.3612
CIE-Lab47.648367.357842.3005

#db242e color RGB value is (219,36,46).

#db242e hex color red value is 219, green value is 36 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #db242e hue: 0.99 , saturation: 0.72 and the lightness value of db242e is 0.50.

The process color (four color CMYK) of #db242e color hex is 0.00, 0.84, 0.79, 0.14. Web safe color of #db242e is #cc3333. Color #db242e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00100100 00101110
Octal 333 44 56
Decimal 219 36 46
Hex DB 24 2E

RGB Percentages of Color #db242e

%72.76
%11.96
%15.28

CMYK Percentages of Color #db242e

%0
%84
%79
%14

Triadic Colors of #db242e

#db242e #2edb24 #242edb

Analogous Colors of #db242e

#db242e #db7624 #db248a

Monochromatic Colors of #db242e

#db242e

Complementary Color

#db242e #24dbd1

#db242e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db242e Color Preview on White Background

Lorem ipsum dolor sit amet.

#db242e Color CSS Codes

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

#db242e Text Font Color

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

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


#db242e Background Color

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

This div background color is #db242e


#db242e Border Color

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

This div border color is #db242e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db242e


Comments

No comments written yet.

Please login to write comment.