Color Hex Logo

#dd0116 Color Hex

#DD0116
(221,1,22)
0 Favorites   0 Comments

Color spaces of #dd0116

RGB 221122
HSL0.980.990.44
HSV354°100°87°
CMYK 0.001.000.90   0.13
XYZ29.974515.45182.1617
Yxy15.45180.62990.3247
Hunter Lab39.308867.323024.2556
CIE-Lab46.246972.030453.1668

#dd0116 color RGB value is (221,1,22).

#dd0116 hex color red value is 221, green value is 1 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #dd0116 hue: 0.98 , saturation: 0.99 and the lightness value of dd0116 is 0.44.

The process color (four color CMYK) of #dd0116 color hex is 0.00, 1.00, 0.90, 0.13. Web safe color of #dd0116 is #cc0000. Color #dd0116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000001 00010110
Octal 335 1 26
Decimal 221 1 22
Hex DD 1 16

RGB Percentages of Color #dd0116

%90.57
%0.41
%9.02

CMYK Percentages of Color #dd0116

%0
%100
%90
%13

Triadic Colors of #dd0116

#dd0116 #16dd01 #0116dd

Analogous Colors of #dd0116

#dd0116 #dd5a01 #dd0184

Monochromatic Colors of #dd0116

#dd0116

Complementary Color

#dd0116 #01ddc8

#dd0116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd0116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd0116 Color CSS Codes

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

#dd0116 Text Font Color

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

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


#dd0116 Background Color

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

This div background color is #dd0116


#dd0116 Border Color

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

This div border color is #dd0116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd0116


Comments

No comments written yet.

Please login to write comment.