Color Hex Logo

#dd231e Color Hex

#DD231E
(221,35,30)
0 Favorites   0 Comments

Color spaces of #dd231e

RGB 2213530
HSL0.000.760.49
HSV86°87°
CMYK 0.000.840.86   0.13
XYZ30.654216.66802.8299
Yxy16.66800.61120.3323
Hunter Lab40.826562.578924.4688
CIE-Lab47.839067.721350.8246

#dd231e color RGB value is (221,35,30).

#dd231e hex color red value is 221, green value is 35 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #dd231e hue: 0.00 , saturation: 0.76 and the lightness value of dd231e is 0.49.

The process color (four color CMYK) of #dd231e color hex is 0.00, 0.84, 0.86, 0.13. Web safe color of #dd231e is #cc3333. Color #dd231e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 00011110
Octal 335 43 36
Decimal 221 35 30
Hex DD 23 1E

RGB Percentages of Color #dd231e

%77.27
%12.24
%10.49

CMYK Percentages of Color #dd231e

%0
%84
%86
%13

Triadic Colors of #dd231e

#dd231e #1edd23 #231edd

Analogous Colors of #dd231e

#dd231e #dd831e #dd1e79

Monochromatic Colors of #dd231e

#dd231e

Complementary Color

#dd231e #1ed8dd

#dd231e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd231e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd231e Color CSS Codes

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

#dd231e Text Font Color

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

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


#dd231e Background Color

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

This div background color is #dd231e


#dd231e Border Color

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

This div border color is #dd231e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd231e


Comments

No comments written yet.

Please login to write comment.