Color Hex Logo

#dd1914 Color Hex

#DD1914
(221,25,20)
0 Favorites   0 Comments

Color spaces of #dd1914

RGB 2212520
HSL0.000.830.47
HSV91°87°
CMYK 0.000.890.91   0.13
XYZ30.292716.11792.1763
Yxy16.11790.62350.3317
Hunter Lab40.147164.428424.8890
CIE-Lab47.128869.429254.5657

#dd1914 color RGB value is (221,25,20).

#dd1914 hex color red value is 221, green value is 25 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #dd1914 hue: 0.00 , saturation: 0.83 and the lightness value of dd1914 is 0.47.

The process color (four color CMYK) of #dd1914 color hex is 0.00, 0.89, 0.91, 0.13. Web safe color of #dd1914 is #cc0000. Color #dd1914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00011001 00010100
Octal 335 31 24
Decimal 221 25 20
Hex DD 19 14

RGB Percentages of Color #dd1914

%83.08
%9.40
%7.52

CMYK Percentages of Color #dd1914

%0
%89
%91
%13

Triadic Colors of #dd1914

#dd1914 #14dd19 #1914dd

Analogous Colors of #dd1914

#dd1914 #dd7e14 #dd1474

Monochromatic Colors of #dd1914

#dd1914

Complementary Color

#dd1914 #14d8dd

#dd1914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd1914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd1914 Color CSS Codes

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

#dd1914 Text Font Color

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

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


#dd1914 Background Color

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

This div background color is #dd1914


#dd1914 Border Color

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

This div border color is #dd1914


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,25,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd1914; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd1914;
  -webkit-box-shadow: 1px 1px 3px 2px #dd1914;
  box-shadow:         1px 1px 3px 2px #dd1914; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,25,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd1914


Comments

No comments written yet.

Please login to write comment.