Color Hex Logo

#dd281a Color Hex

#DD281A
(221,40,26)
0 Favorites   0 Comments

Color spaces of #dd281a

RGB 2214026
HSL0.010.790.48
HSV88°87°
CMYK 0.000.820.88   0.13
XYZ30.764016.96432.6303
Yxy16.96430.61090.3369
Hunter Lab41.187761.246925.0451
CIE-Lab48.215066.509352.9000

#dd281a color RGB value is (221,40,26).

#dd281a hex color red value is 221, green value is 40 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dd281a hue: 0.01 , saturation: 0.79 and the lightness value of dd281a is 0.48.

The process color (four color CMYK) of #dd281a color hex is 0.00, 0.82, 0.88, 0.13. Web safe color of #dd281a is #cc3333. Color #dd281a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00101000 00011010
Octal 335 50 32
Decimal 221 40 26
Hex DD 28 1A

RGB Percentages of Color #dd281a

%77.00
%13.94
%9.06

CMYK Percentages of Color #dd281a

%0
%82
%88
%13

Triadic Colors of #dd281a

#dd281a #1add28 #281add

Analogous Colors of #dd281a

#dd281a #dd8a1a #dd1a6e

Monochromatic Colors of #dd281a

#dd281a

Complementary Color

#dd281a #1acfdd

#dd281a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd281a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd281a Color CSS Codes

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

#dd281a Text Font Color

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

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


#dd281a Background Color

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

This div background color is #dd281a


#dd281a Border Color

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

This div border color is #dd281a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd281a


Comments

No comments written yet.

Please login to write comment.