Color Hex Logo

#dd090a Color Hex

#DD090A
(221,9,10)
0 Favorites   0 Comments

Color spaces of #dd090a

RGB 221910
HSL1.000.920.45
HSV360°96°87°
CMYK 0.000.960.95   0.13
XYZ29.971315.58941.7166
Yxy15.58940.63390.3297
Hunter Lab39.483466.400825.0607
CIE-Lab46.431171.224257.4904

#dd090a color RGB value is (221,9,10).

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

The process color (four color CMYK) of #dd090a color hex is 0.00, 0.96, 0.95, 0.13. Web safe color of #dd090a is #cc0000. Color #dd090a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001001 00001010
Octal 335 11 12
Decimal 221 9 10
Hex DD 9 A

RGB Percentages of Color #dd090a

%92.08
%3.75
%4.17

CMYK Percentages of Color #dd090a

%0
%96
%95
%13

Triadic Colors of #dd090a

#dd090a #0add09 #090add

Analogous Colors of #dd090a

#dd090a #dd7209 #dd0974

Monochromatic Colors of #dd090a

#dd090a

Complementary Color

#dd090a #09dddc

#dd090a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd090a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd090a Color CSS Codes

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

#dd090a Text Font Color

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

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


#dd090a Background Color

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

This div background color is #dd090a


#dd090a Border Color

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

This div border color is #dd090a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd090a


Comments

No comments written yet.

Please login to write comment.