Color Hex Logo

#dd240a Color Hex

#DD240A
(221,36,10)
0 Favorites   0 Comments

Color spaces of #dd240a

RGB 2213610
HSL0.020.910.45
HSV95°87°
CMYK 0.000.840.95   0.13
XYZ30.504516.65581.8943
Yxy16.65580.62180.3395
Hunter Lab40.811561.999425.8161
CIE-Lab47.823467.229458.2169

#dd240a color RGB value is (221,36,10).

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

The process color (four color CMYK) of #dd240a color hex is 0.00, 0.84, 0.95, 0.13. Web safe color of #dd240a is #cc3300. Color #dd240a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100100 00001010
Octal 335 44 12
Decimal 221 36 10
Hex DD 24 A

RGB Percentages of Color #dd240a

%82.77
%13.48
%3.75

CMYK Percentages of Color #dd240a

%0
%84
%95
%13

Triadic Colors of #dd240a

#dd240a #0add24 #240add

Analogous Colors of #dd240a

#dd240a #dd8e0a #dd0a5a

Monochromatic Colors of #dd240a

#dd240a

Complementary Color

#dd240a #0ac3dd

#dd240a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd240a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd240a Color CSS Codes

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

#dd240a Text Font Color

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

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


#dd240a Background Color

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

This div background color is #dd240a


#dd240a Border Color

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

This div border color is #dd240a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,36,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 #dd240a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd240a


Comments

No comments written yet.

Please login to write comment.