color codes Logo

#dd2b09 color codes

#DD2B09
(221,43,9)
0 Favorites   0 Comments

Color spaces of #dd2b09

RGB 221439
HSL0.030.920.45
HSV10°96°87°
CMYK 0.000.810.96   0.13
XYZ30.732017.11961.9431
Yxy17.11960.61720.3438
Hunter Lab41.375860.173626.1787
CIE-Lab48.410465.548158.7877

#dd2b09 color RGB value is (221,43,9).

#dd2b09 hex color red value is 221, green value is 43 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #dd2b09 hue: 0.03 , saturation: 0.92 and the lightness value of dd2b09 is 0.45.

The process color (four color CMYK) of #dd2b09 color code is 0.00, 0.81, 0.96, 0.13. Web safe color of #dd2b09 is #cc3300. Color #dd2b09 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101011 00001001
Octal 335 53 11
Decimal 221 43 9
Hex DD 2B 9

RGB Percentages of Color #dd2b09

%80.95
%15.75
%3.30

CMYK Percentages of Color #dd2b09

%0
%81
%96
%13

Triadic Colors of #dd2b09

#dd2b09 #09dd2b #2b09dd

Analogous Colors of #dd2b09

#dd2b09 #dd9509 #dd0951

Monochromatic Colors of #dd2b09

#dd2b09

Complementary Color

#dd2b09 #09bbdd

#dd2b09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2b09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2b09 Color CSS Codes

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

#dd2b09 Text Font Color

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

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


#dd2b09 Background Color

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

This div background color is #dd2b09


#dd2b09 Border Color

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

This div border color is #dd2b09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2b09


Comments

No comments written yet.

Please login to write comment.