color codes Logo

#dd331a color codes

#DD331A
(221,51,26)
0 Favorites   0 Comments

Color spaces of #dd331a

RGB 2215126
HSL0.020.790.48
HSV88°87°
CMYK 0.000.770.88   0.13
XYZ31.189117.81442.7720
Yxy17.81440.60240.3441
Hunter Lab42.207158.040825.6510
CIE-Lab49.270263.535053.6991

#dd331a color RGB value is (221,51,26).

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

The process color (four color CMYK) of #dd331a color code is 0.00, 0.77, 0.88, 0.13. Web safe color of #dd331a is #cc3333. Color #dd331a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110011 00011010
Octal 335 63 32
Decimal 221 51 26
Hex DD 33 1A

RGB Percentages of Color #dd331a

%74.16
%17.11
%8.72

CMYK Percentages of Color #dd331a

%0
%77
%88
%13

Triadic Colors of #dd331a

#dd331a #1add33 #331add

Analogous Colors of #dd331a

#dd331a #dd951a #dd1a62

Monochromatic Colors of #dd331a

#dd331a

Complementary Color

#dd331a #1ac4dd

#dd331a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd331a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd331a Color CSS Codes

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

#dd331a Text Font Color

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

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


#dd331a Background Color

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

This div background color is #dd331a


#dd331a Border Color

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

This div border color is #dd331a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd331a


Comments

No comments written yet.

Please login to write comment.